body {
	/*margin:0px;*/
	background-color:#5A5A5A;
}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color:#373735;
	line-height:18px;
	}
	
.tdInner {
	font-family: Arial, Verdana, Tahoma;
	font-size:14px;
	color:#373735;
	line-height:18px;
	}

/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336799;
	font-weight: normal;
	text-decoration:underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336799;
	font-weight: normal;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336799;
	font-weight: normal;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	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:#D70000;
	text-decoration:none;
}

a.more:active {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#D70000;
	text-decoration:none;
}

a.more:visited {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#D70000;
	text-decoration:none;
}

a.more:hover {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#000000;
	text-decoration:underline;
}
/*------------------------------------------------------------------------------------------------------------------*/

a.footer:link {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
}

a.white:active {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
}

a.footer:visited {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
}

a.footer:hover {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

.grayHead {
	font-family: Arial, Verdana, Tahoma;
	font-size:20px;
	color:#373735;

}

.blueHead {
	font-family: Arial, Verdana, Tahoma;
	font-size:22px;
	color:#000066;
	line-height:normal;
}

.blacktitle{
	font-family: Arial, Verdana, Tahoma;
	font-size:18px;
	color:#000000;
	line-height:normal;
}

.redtitle{
	font-family: Arial, Verdana, Tahoma;
	font-size:18px;
	color:#D70000;
	line-height:normal;
}

.brownTxt {
	font-family:Century Gothic, Arial, Verdana;
	font-size:12px;
	color:#63501B;
	font-weight: normal;
}


/*------------------------------------------------------------------------------------------------------------------*/



.footerText {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#FFFFFF;
	line-height:20px;
	}


/*------------------------------------------------------------------------------------------------------------------*/
.smalltxt {
	font-family:Arial, Tahoma, Verdana;
	font-size:7.5pt;
	text-align:right;
	font-weight:normal; 
	color:#362418;
	line-height:14px;
}
/*------------------------------------------------------------------------------------------------------------------*/

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:#336799;
	border:1px solid #4C3100;
	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

.imgBorder
{
	border-color: #C0C0C0;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

.small
{
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

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;	
}
