body, html { 
		scrollbar-face-color: #C6D5FC; 
		scrollbar-shadow-color: #FBFCF7; 
		scrollbar-highlight-color: #FBFCF7; 
		scrollbar-3dlight-color: #FBFCF7; 
		scrollbar-darkshadow-color: #FBFCF7; 
		scrollbar-track-color: #FBFCF7; 
		scrollbar-arrow-color: #4D6184;
		color:#444444;
    font-size:13px;
    background: #f2f2f2;
    font-family:"Century Gothic", Helvetica, sans-serif;
	}
#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#fff;
    width:800px;
    overflow:hidden;
	margin-left: auto; 
	margin-right: auto;
}
#navigation{
    height:45px;
    background-color:#E9E9E9; /*e9e9e9*/
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
	background-color:#E2E2E2; /*e9e9e9*/
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
	background-color:#E2E2E2;
}
#navigation ul li a{
    display:block;
    height:45px;
    /*background-color:#DD0000;*/
    color:#E00; /* 777 */
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background-color:#D8D8D8;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background-color:#D8D8D8; /* d8d8d8 */
    color:#A00; /* 000 */
    text-shadow:1px 1px 1px #fff;
}
div.main {margin-left:8px;margin-top:8px;font-family:"Century Gothic", Helvetica, sans-serif;font-size:12px;color:#000; background-color:#FFF}
P {margin-left:8px;margin-top:8px;font-family:"Century Gothic", Helvetica, sans-serif;font-size:12px;color:#000}
P#14px {font-size:14px;}
P.failure {margin-left:8px;margin-top:8px;font-family:"Century Gothic", Helvetica, sans-serif;font-size:12px;color:#DD0000}
UL {font-family:"Century Gothic", Helvetica, sans-serif;font-size:12px;color:#000}
P.grey {margin-left:8px;margin-top:8px;font-family:"Century Gothic", Helvetica, sans-serif;font-size:12px;color:#666666}
P.dkgrey {margin-left:8px;margin-top:8px;font-family:"Century Gothic", Helvetica, sans-serif;font-size:12px;color:#5a5a5a}
.header {font-size:18px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: none; font-weight: bold}
.header_bl {font-size:18px; font-family:"Century Gothic", Helvetica, sans-serif; color:#2E5D5D; text-decoration: none; font-weight: bold}
.headern {font-size:18px; font-family:"Century Gothic", Helvetica, sans-serif; color:##DD0000; text-decoration: none;font-weight:normal}
.small-bold {font-size:9px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: underline none; font-weight: bold}
.small {font-size:9px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: underline none; font-weight: normal}
.footer {font-size:10px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration:none;text-align:center}
.mid-bold {font-size:12px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: underline none; font-weight: bold}
.mid-bold2 {font-size:11px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: underline none; font-weight: normal}
.mid {font-size:10px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: underline none; font-weight: normal}
.midWhite {font-size:10px; font-family:"Century Gothic", Helvetica, sans-serif; color:#000; text-decoration: underline none; font-weight: normal}
.inputs {margin-bottom: 8px; display: inline; padding: 2px 0 0 5px; height:21px; border: 0;	width:291px; height: 20px; background-color: #000000; background-image:url(/images/input_back.gif);background-repeat:no-repeat; }
.login_label {font-size: 16px; font-weight:bold; color:white;width: 93px; display: block; float: left; padding: 2px 0 0 0;}

.TextField {
background-color: #DCDCDC;
border-width: 1;
color: #333333;
font-size: 11pt;
font-family: "Century Gothic", Helvetica, sans-serif;
}

.TextField2 {
background-color: #DCDCDC;
border-width: 1;
color: #333333;
font-size: 9pt;
font-family: "Century Gothic", Helvetica, sans-serif;
font-weight:normal;
}

.midWhiteBold {
	font-size:11px;
	font-family:"Century Gothic", Helvetica, sans-serif;
	color:#000;
	text-decoration: underline none;
	font-weight: bold;
}
/* DHTML Menu */
#dropmenudiv{
position:absolute;
border:1px solid #dddddd;
border-bottom-width: 0;
font:normal 12px "Century Gothic", Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 10px;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#CBCBCB;
}

/*a.blue2:link {color: #0000a0; text-decoration:underline}      unvisited link */
/*a.blue2:visited {color:#a00000; text-decoration:none}   visited link */
/*a.blue2:hover {color:#0000a0; text-decoration:none}    mouse over link */
/*a.blue2:active {color:#dddddd; text-decoration:none}    selected link */

div.back{
margin-top:4px;
padding: 3px 3px 3px 3px;
background-color:#C2C689;
width:500px;
}

a.button:link, a.button:visited {
font-family: Arial;
	font-size: 10px;
color: #000000;
padding: 1px 1px 1px 1px;
width:150px;
}
a.button:hover, a.button:active {
font-family: Arial;
	font-size: 10px;
color: #E26E21;
padding: 1px 1px 1px 1px;
width:150px;
}
/* end DHTML Menu */
.green{
	font-size:10px;
	font-family:arial;
	color:#1D521C;
	text-decoration: underline none;
	font-weight: normal;
}
.greenselect {
		COLOR: #1D521C;
		FONT-FAMILY: Arial;
		FONT-SIZE: 9px;
		background : #FFFFFF;
		border : 1px solid #B0B0B0;
		font-weight : normal;
		width:40;
}
.grey{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	text-decoration:none;
}

a:link.topmenu,a:visited.topmenu,a:active.topmenu{
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #efefef;
	text-decoration:none;
}

a:hover.topmenu {
	color: #efefef;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight: none;
}

a:link.topmenu_red,a:visited.topmenu_red,a:active.topmenu_red{
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #DD0000;
	text-decoration:none;
}

a:hover.topmenu_red {
	color: #990000;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight: none;
}

a:link.menu,a:visited.menu,a:active.menu{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

a:hover.menu {
	color: #E26E21;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}

a:link.blue,a:visited.blue,a:active.blue{
	font-family: Arial;
	font-weight: normal;
	color: #0000CC;
	text-decoration:none;
}

a:hover.blue {
	color: #CC0000;
	font-family: Arial;
	text-decoration:underline;
	font-weight: normal;
}




a:link,a:visited,a:active{
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DD0000;
	text-decoration:underline;
}

a:hover {
	color: #808080;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight: normal;
}

a:link.red,a:visited.red,a:active.red{
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DD0000;
	text-decoration:underline;
}

a:hover.red {
	color: #900000;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight: normal;
}

a:link.foot,a:visited.foot,a:active.foot{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #dd0000;
	text-decoration:underline;
}
 
a:hover.foot {
	color: #dd0000;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}
a:link.nrml,a:visited.nrml,a:active.nrml{
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #0000EE;
	text-decoration:none;
}

a:hover.nrml {
	color: #CC0000;
	font-family: Arial;
	font-size: 14pt;
	text-decoration:underline;
	font-weight: normal;
	color: #EE0000;
}

a.account_p {font-size:12pt;font-family:arial;color:#CC0000;background:#EEEEEE;text-decoration:underline;font-weight:bold}

td{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
SELECT,TEXTAREA {
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	background : #FFFFFF;
	border : 1px solid #C6D5FC;
	font-weight : 900;
}
TEXTAREA {

	width: 273;
	height: 70;
}

P.answer {font-size:12pt;font-family:arial;font-weight:bold;color:red}
P.answer2 {font-size:12pt;font-family:arial;color:#CC0000;background:#EEEEEE}
H2.port {font-size:14pt;font-family:arial;color:#CC0000;background-color:#D8D8D8}

