.shadetabs {
padding: 2px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited {
color: #2d2b2b;
}

.shadetabs li a:hover {
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected {
position: relative;
top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover { /*selected main tab style */
text-decoration: none;
}

.mainmenu {
	color: #CCFF00;
	padding: 1px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 14px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-color: #CC3366;
}

.mainmenu li {
	/*display: inline;*/
margin-top: 6px;
	margin-left: 10px;
	
}
.sm_text {
	font-size: 10px;
	line-height: 10px;
}

.mainmenu li a {
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 3px;
	color: #FFFFFF;/*border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;*/
}

.mainmenu li a:visited {
color: #FFFFFF;
}

.mainmenu li a:hover {
text-decoration: underline;
color: #3366CC;
}

.mainmenu li.selected {
	position: relative;
	top: 1px;
	color: #3366CC;
}

.mainmenu li.selected a {
color: #3366CC;
 /*selected main tab style */
/*background-image: url(shadeactive.gif);
border-bottom-color: white;*/
}

.mainmenu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.mainmenu_header {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


.mainmenu_header a {
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 3px;
	color: #FFFFFF;/*border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;*/
}

.mainmenu_header a:visited {
color: #FFFFFF;
}

.mainmenu_header a:hover {
text-decoration: underline;
color: #3366CC;
}

.contentstyle {
	border: 1px solid #999999;
	width: 644px;
	margin-bottom: 0em;
	padding: 10px;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #ED8842;
}
.header_blue {
	font-size: 18px;
	font-weight: bold;
	color: #376C89;
}
a:link {
	color: 376986;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: ED8841;
	text-decoration: underline;
}
.code_table {
	padding: 5px;
	border: 1px solid #0066CC;
	background-color: #CCCCCC;
}
.info_table {
	padding: 8px;
	
}
.info_table td {
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 3px;
}
.info_table_header {
	background-color: #376986;
	color: #FFFFFF;
}

.info_table_header th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
	background-color: #D6D6D6;
}
.pages_body {
	background-image: url(../images/bkg-page.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.table_border {
padding : 8px;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 3px;
}
input {
border: 1px solid #CCCCCC;
}
select {
	border: 1px solid #CCCCCC;
	font-size: 10px;
}
.required {
	font-size: 10px;
	color: #FF0000;
	}
.sub_head {
	font-weight: bold;
	margin-top: 32px;
	font-size: 18px;
}
