body {
	/*margin:0;*/
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #565756;
/*	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#1B3C86;
}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: Century Gothic, Arial, Verdana, Verdana;
	font-size:12px;
	color:#525252;
	line-height:18px;
}

/*------------------------------------------------------------------------------------------------------------------*/
.tdBold {
	font-family: Century Gothic, Arial, Verdana, Verdana;
	font-size:11px;
	line-height:18px;
	color:#184240;
	font-weight:bold;

}




/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#D50101;
	text-decoration:underline;
}

a:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#D50101;
	text-decoration:underline;
}

a:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#D50101;
	text-decoration:underline;
}

a:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#336699;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.menu:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

a.menu:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

a.menu:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

a.menu:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#FF6C00;
	font-weight: bold;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.footer:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	color:#282828;
	font-weight: normal;
	text-decoration:none;
}

a.footer:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	color:#282828;
	font-weight: normal;
	text-decoration:none;
}

a.footer:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	color:#282828;
	font-weight: normal;
	text-decoration:none;
}

a.footer:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	color:#000000;
	font-weight: normal;
	text-decoration:none;
}


.footerText {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	color:#282828;
	font-weight: normal;
}

/*------------------------------------------------------------------------------------------------------------------*/

.blueTitle {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:14px;
	font-weight:normal; 
	color:#2456C5;
}

/*------------------------------------------------------------------------------------------------------------------*/

.whiteHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:20px;
	font-weight:bold; 
	color:#ffffff;
	line-height:40px;
}
.grayHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:14px;
	font-weight:bold; 
	color:#8E8E8E;
}
/*------------------------------------------------------------------------------------------------------------------*/

.orangeTitle {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:14px;
	font-weight:bold; 
	color:#FF6C00;
}
/*------------------------------------------------------------------------------------------------------------------*/

.orangeHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight:none; 
	color:#FF6C00;
}

/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#000000;
	border:1px solid #999999;
	background:Alpha(Opacity=0, Style=0);
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.noborder
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	border:0px;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

textarea
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#000000;
	border:1px solid #6E6F73;
	background:Alpha(Opacity=0, Style=0);
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

select
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #C5DEF0;
	background:#FFFFFF;/*Alpha(Opacity=0, Style=0);*/
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.btn
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;	
	background:#28292B;
	border:1px solid #6E6F73;
	
}


/*
--------------------------------------------------------------------------------------------------------------------
*/


ul, li
{
	list-style-image:url("../images/greenarrow.gif");
	margin-left:5px;
	margin-bottom:0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/


ol, li
{
	
	margin-left:15px;
	margin-bottom:0px;	
}

.bg
{
	background: #000000	;
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#212224;
	scrollbar-highlight-color:#212224;
	scrollbar-face-color:#414244;
	scrollbar-shadow-color:#212224;
	scrollbar-darkshadow-color:#212224;
	scrollbar-track-color:#212224;	
}
