body {
	scrollbar-face-color: #E2EBF2;
	scrollbar-highlight-color: #1586C2;
	scrollbar-shadow-color: #1586C2;
	scrollbar-3dlight-color: #8CAFC2;	
	scrollbar-arrow-color: #1586C2;
	scrollbar-track-color: #F2F6F9;
	scrollbar-darkshadow-color: #8CAFC2;
    margin: 0px;
	background-color:#000000;
}

.header 
{
	font-size 		: 30px;
	color 			: #ffffff;
}
.footer 
{
	COLOR: #CAD3DA; 
}
a.footer:link{text-decoration:none; color:#CAD3DA;}
a.footer:hover{text-decoration:underline; color:#CAD3DA;}

.copyright{
	font-size		: 10px;
	color			: #FFFFFF;
	text-decoration	: none;
}
a.copyright			{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:link   	{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:hover 	{ text-decoration: underline;	color: #FFFFFF; }

.blacktext{
font-size:10px;
color:#454746;
}

.menulink{
font-size:12px;
color:#454746;
text-decoration:none;
}
a.menulink:link{text-decoration:none; color:#454746;}
a.menulink:hover{text-decoration:underline; color:#454746;}

.boxtext{
	font-size 		: 18px;
	color 			: #000000;
	text-decoration : none;
}
a.boxtext:link{text-decoration:none; color:#000000;}
a.boxtext:hover{text-decoration:underline; color:#000000;}

table.stdBorder
{
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
table.stdbtrBorder
{
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#logo {
	position: relative;
	z-index	: 1;
	top		: -17px;
	left	: -2px;
}

#commentbox {
	position: relative;
	z-index	: 1;
	top		: 10px;
	left	: 515px;
}
#fla{
	position: relative;
	top		: 0px;
	left	: 0px;
	z-index	: 0;
}

img.stdTableBorder
{
	border	: 1px solid #ffffff;
}

input.stdButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	border			: #345574 1px solid;
	background-color: #EFEFEF;
}

input.nrlButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #444444;
	border			: #555555 1px solid;
	background-color: #FFFFFF;
}

/* Check Box */
input.stdCheckBox {
   	border			: 0 solid #000099;
}

input.stdRadion {
   	border			: 0 solid #000099;
}

input, textarea, select {
	font-size 			: 11px;
	color 				: #ffffff;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: normal;
	border-width		: 1px;
	border-color		: #132C4E;
	border-style		: solid;
	background-color	: #3A5D86;
	vertical-align		: middle;
}

/* Td default style */
td,p,div{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #CAD3DA;
}

/* Field Label */
td.fieldLabelRight{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	color			: #FFFFFF;
	text-align		: right;
	padding-right	: 5px;
	padding-top		: 5px;
}

td.fieldLabelLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #333333;
	text-align		: left;
	padding-top		: 5px;
}

td.fieldLabel{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #333333;
	text-align		: left;
}

/* Text */
td.boldText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
}

/* Header */
td.listHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center;
	height			: 22px;
}

td.listHeaderLeft {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #444444;
	text-align		: left;
	height			: 22px;
}

td.errorMsg ,.errorMsg{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

td.successMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FAD493;
}
tr.list_A {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 10px;
	height			: 20px;
}

tr.list_B {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 10px;
	height			: 20px;
	background-color: #EFEFEF;
}
tr.list_C {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 10px;
	height			: 20px;
	background-color: #DDDDDD;
}
A.MediaLink, td.MediaLink{
	font-size 		: 8pt;
	color 			: #ffffff;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	cursor			: hand;
}
A.MediaLink:link   	{color 			: #ffffff;text-decoration	: underline;}
A.MediaLink:visited {color 			: #ffffff;text-decoration	: underline;}
A.MediaLink:hover	{ color 		: #ffffff;text-decoration	: none;}

.mandatory
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	color			: #FF3300;
}
.activePage
{
	font-size 		: 12px;
	color 			: #FDDF96;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.activePage:link   	{ text-decoration : none;		color : #FDDF96; }
a.activePage:visited 	{ text-decoration : none;		color : #FDDF96; }
a.activePage:hover		{ text-decoration : underline;	color : #FDDF96; }

.pageLink
{
	font-size 		: 12px;
	color 			: #CCCCCC;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.pageLink:link   	{ text-decoration : none;		color : #CCCCCC; }
a.pageLink:visited 	{ text-decoration : none;		color : #CCCCCC; }
a.pageLink:hover	{ text-decoration : underline;	color : #FDDF96; }
