body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3d3d3d;
	margin : 0;
	background-color : White;
}
h1 {
	font-size : 12pt;
	margin-top : 0;
	margin-bottom : 0;
}
h2 {
	font-size : 10pt;
	margin-bottom : 0;
	margin-top : 0;
}
h1.smallgreen, h2.smallgreen {
	color : #006400;
}
h1.smallred, h2.smallred {
	color : #ee0000;
}
h1.smallbrown, h2.smallbrown {
	color : maroon;
}
h1.smallblue, h2.smallblue, h2.pgheader {
	color : #4232a3;
}
h1.smallwhite, h2.smallwhite {
	color : white;
}
h1.smallgray, h2.smallgray {
	color : #818181;
}
table,p,td {
	color: Black;
	font-size : 10pt;
}
th {
	background-color: #ecf4f7;
	color: navy;
}
p {
	margin: 0px 0px 7px 0px;
}
.comboBox600 {
	width:400px;
}

A {TEXT-DECORATION: none; }
A:link    {color : #455564;}
A:visited {color: Navy;}
A:active  {color: red;}
A:hover   {color: #1E90FF;}

A.small:link    {color : #0066ff;font-size : 8pt;}
A.small:visited {color: #000099;font-size : 8pt;}
A.small:active  {color: red;font-size : 8pt;}
A.small:hover   {color: #39e4ff;font-size : 8pt;}


table.hlines td {
	border-bottom-color : #8D8D8D;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
td.textmenu{
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	background-image : url(/img/tab_bg.gif);
	font-size : 8pt;
}
td.textmenuactive{
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	background-image : url(/img/tab_bg_active.gif);
}
td.topcell {
	width: 22px;
	height: 34px;
}
td.topmenu {
	width: 140px;
	height: 102px;
	vertical-align: top;
	color: #caf2ff;
}
td.leftcolorcell {
	background-image: url(../img/left_hdr.gif);
	height: 102px;
	background-position: center;
	background-repeat: no-repeat;
}
td.rightcolorcell {
	background-image: url(../img/right_hdr.gif);
	height: 102px;
	background-position: center;
	background-repeat: no-repeat;
}
td.colorcell {
	background-image: url(../img/top_hdr_bg.gif);
	height: 102px;
	background-position: center;
	background-repeat: repeat-x;
}
.gray {
	background-color: #e2e2e2;
}
td.box_hdr_bg {
	padding-left : 5px;
	padding-right : 5px;
	text-align : left;
	background-image : url(../img/box_top_bg.gif);
	font-size : 12pt;
	color: white;
	height: 36px;
	/*font-weight: bold;*/
}
td.box_footer_bg {
	background-image : url(../img/box_bott_bg.gif);
	height: 8px;
	/*font-weight: bold;*/
	background-position: center;
	background-repeat: repeat-x;
}
.frame{
	border-right : 1px solid #c6d4d6;
	padding : 5px;
	background-color: #ecf4f7;
	border-left: 1px solid #c6d4d6;
	font-size : 10pt;
}

td.leftcol {
	width: 270px;
}
td.rightcol {
	width: 200px;
}
td.bott {
	background-image: url(../img/bott_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 50px;
}
td.red_box {
	border-top-color: #ee0000;
	border-top-style: solid;
	border-top-width: 10px;
	border-right-color: #ee0000;
	border-right-style: solid;
	border-right-width: 2px;
}
td.green_box {
	border-top-color: #006400;
	border-top-style: solid;
	border-top-width: 10px;
	border-right-color: #006400;
	border-right-style: solid;
	border-right-width: 2px;
}
td.blue_box {
	border-top-color: #4232a3;
	border-top-style: solid;
	border-top-width: 10px;
	border-right-color: #4232a3;
	border-right-style: solid;
	border-right-width: 2px;
}
td.brown_box {
	border-top-color: maroon;
	border-top-style: solid;
	border-top-width: 10px;
	border-right-color: maroon;
	border-right-style: solid;
	border-right-width: 2px;
}
.small_light_gray {
	font-size : 10px;
	color : #818181;
}

.copyright {
	font-size : 10px;
	color : #dedede;
}
.copyright a, .copyright a:visited{
	text-decoration:none;
	color : #b1b1b1;
}
.copyright  a:hover, .copyright a:active, .copyright a:focus {
color: #5eb0ff;
}
.bott_nav_menu {
	font-size : 12pt;
	font-style : italic;
	font-weight : bold;
	font-variant : small-caps;
	color : #000177;
}
.darkrow {
	font-size: 8pt; 
	color: Black;
	background-color: #f5f5f5;
	border-color : #bfdff8;
	border : 1px solid #bfdff8;
}
.lightrow {
	font-size: 8pt; 
	color: Black;
	background-color: White;
	border-color : #bfdff8;
	border : 1px solid #bfdff8;
}
.yellow {color:#006670;  background-color : #fffadc; }
.white {color:#006670;  background-color : #ffffff; }
.menu_bg{ background-color : #ecf4f7;  }
.el_disable { color : #A0A0A0; }
.red_text {	color: #B22222;}
.white_text {
	color: white;
}
.blue {background-color : #07079b;	color : #ffffff; font-size : 8pt;}
.dashed{
	border-bottom-color : #555555;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
}
.small_text {font-size : 10px;}
.text_underline{
	text-decoration : underline;
}
.yell_mark {
	background-color : Yellow;
}
#nav_block {
	border-bottom-style : solid;
	border-bottom-color : #999999;
	border-bottom-width : 3px;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 1px;
	padding : 10px;
	/*background-color : #E8E8E8;
	color : #666666;*/
	font-size : 10px;
}
