body {
	margin:0px;
	background-color:#0E2652;
}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#373735;
	line-height:20px;
	}

/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#581B00;
	font-weight: normal;
	text-decoration:underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#581B00;
	font-weight: normal;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#581B00;
	font-weight: normal;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#F9696D;
	font-weight: normal;
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.more:link {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
}

a.more:active {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
}

a.more:visited {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
}

a.more:hover {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------------------------------------*/

a.menu:link {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
	padding:8px;
}

a.menu:active {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
	padding:8px;
}

a.menu:visited {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
	padding:8px;
}

a.menu:hover {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#000000;
	text-decoration:none;
	background-color:#9B0000;
	background-image:url(../images/test.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:8px;

}


/*------------------------------------------------------------------------------------------------------------------*/
.grayTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#383838;
	font-weight: normal;
}

.grayTitleArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#383838;
	font-weight: normal;
}

.orangeTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#D8270E;
	font-weight: normal;
}
.orangeHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#D8270E;
	font-weight: normal;
}

.blueTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0059B2;
	font-weight: normal;
}

.blueHead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0059B2;
	line-height:30PX;
	font-weight: normal;
}

.blueTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#0059B2;
	font-weight: normal;
}

.grayTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#383838;
	font-weight: normal;
}


/*------------------------------------------------------------------------------------------------------------------*/



.footerText {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:25px;
	}


/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DDDDDD;
	background:#FFFFFF/*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:#4E4E4E;
	border:1px solid #DDDDDD;
	background:#FFFFFF/*Alpha(Opacity=0, Style=0);*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

select
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DDDDDD;
	background:#FFFFFF;/*#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:#87611C;
	border:1px solid #4C3100;
	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

.imgBorder
{
	border-color: #C0C0C0;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

.small
{
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	line-height:16px;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/


ul, li
{
	list-style-image:url("../images/arrw.gif");
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/


ol, li
{
	list-style-image:url("../images/arrw.gif");
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#B7B199;
	scrollbar-3dlight-color:#CACACA;
	scrollbar-highlight-color:#CACACA;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#CACACA;
	scrollbar-darkshadow-color:#CACACA;
	scrollbar-track-color:#F3F3F3;	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/
div.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-highlight-color:#1E1B17;
	scrollbar-face-color:#1E1B17;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-track-color:#1E1B17;	
}