body {
	background:url("../images/bg.png") repeat-x scroll left top #35759B;
	background-color:white;
	background-attachment: fixed;
	color:#333333;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	cursor: default;
}
table, textarea, input, select {
	color:#4d4d4d;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
a {
	text-decoration: none;
	color:#0088CC;
}

.notxt {
	font-size:0px;line-height:0px;
}
	
table.round-white {
	margin-top:15px;
}
table.round-white td.t-l {
	background:url(../images/corner-top-left.png);background-repeat:no-repeat;width:5px;height:5px;
}
table.round-white td.t-c {
	background-color:white;background-image:url(../images/pixel-border.png);background-repeat:repeat-x;
	height:5px;
}
table.round-white td.t-r {
	background:url(../images/corner-top-right.png);background-repeat:no-repeat;
	width:5px;height:5px;
}
table.round-white td.c-l {
	background-image:url(../images/pixel-border.png);background-repeat:repeat-y;background-color:white;
	width:5px;height:5px;
}
table.round-white td.c-l div {
	width:5px;height:100%;
}
table.round-white td.c-c {
	background-color:white;
}
table.round-white td.c-r {
	background-color:white;background-image:url(../images/pixel-border.png);background-repeat:repeat-y;background-position:right;
	width:5px;height:5px;
}
table.round-white td.c-r div {
	width:5px;height:100%;
}
table.round-white td.b-l {
	background:url(../images/corner-bottom-left.png);background-repeat:no-repeat;
	width:5px;height:5px;
}
table.round-white td.b-c {
	background-image:url(../images/pixel-border.png);background-repeat:repeat-x;background-position:bottom;background-color:white;
	height:5px;
}
table.round-white td.b-r {
	background:url(../images/corner-bottom-right.png);background-repeat:no-repeat;
	width:5px;height:5px;
}

div.title {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	height:30px;
}

div.box-contents {
	margin-left:25px;
	margin-right:25px;
}

div.breadcrumbs {
	margin-top:15px;padding:5px;padding-left:17px;
	color: #333333;
}

table.main-menu {}
table.main-menu .left-border {
	background-image:url(../images/menu-side-left.png);width:5px;height:37px;
}
table.main-menu .right-border {
	background-image:url(../images/menu-side-right.png);width:5px;height:37px;
}
table.main-menu .item {
	background-image:url(../images/menu-bg.png);
	color:#494949;font-size:14px;text-align:center;
}
table.main-menu .separator {
	background-image:url(../images/menu-bg.png);width:2px;
}
table.main-menu .separator div {
	border-left:1px solid #E4E4E4;border-right:1px solid white;font-size:0px;width:0px;height:35px;
}
table.main-menu .item a {
	display:block;
	padding:4px;
	color: #494949
}
table.main-menu .item a:hover {
	color:#0088CC;
}

table.main-menu .item a.highlight {
	color:#0088CC;
}


table.top-menu {}
table.top-menu .left-border {
	background-image:url(../images/menu-side-left-small.png);width:5px;height:27px;
}
table.top-menu .right-border {
	background-image:url(../images/menu-side-right-small.png);width:5px;height:27px;
}
table.top-menu .item {
	background-image:url(../images/menu-bg-small.png);
	color:#494949;font-size:14px;text-align:center;
}
table.top-menu .separator {
	background-image:url(../images/menu-bg-small.png);width:2px;
}
table.top-menu .separator div {
	border-left:1px solid #E4E4E4;border-right:1px solid white;font-size:0px;width:0px;height:25px;
}
table.top-menu .item a {
	color: #494949
}
table.top-menu .item a:hover {
	color:#0088CC;
}
table.top-menu .item a.highlight {
	color:#0088CC;
}

table.niceborder  {
background-color:#55A6C1;
}
table.niceborder a {
color:navy;
}
table.niceborder td {
background-color:white;
}
table.niceborder tr.header td {
background-color:#74A5B8;
font-weight:bold;
color:white;
}


h3 {
	font-size:12px;
	margin-bottom:3px;	
}

ul {
	padding-left:0px;
	margin-left:15px;
	margin-top:10px;
	
}

ul li {
	list-style:none;
}

span.h2 {
	font-size:17px;
	clear:both;
}
img.h2 {
	margin-top:10px;
}
span.h1 {
	font-size:20px;
}
.feedbackError {
	color:red;
}

.downloadBox {
	padding:5px;
	background-color:#FEF6E0;
	border:1px solid #EFE1B9;
	color:#404040;
	display:inline;
}

.errorMessage {
	color: red;
}

p {
	margin:0px;
	margin-top:5px;
}

input, select {
	height:22px;
	border:1px solid silver;
}
textarea {
	color:#4d4d4d;
	border:1px solid silver;
	font-size:12px;
	line-height:18px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

form {
	margin:0px;
	padding:0px;
	display: inline;
}