
body {
	margin:0px;
	background:#E3E3E3;

}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color:#494949;
	line-height:18px;
	}
	
.txt14{
	font-family: Arial, Verdana, Tahoma;
	font-size:14px;
	color:#494949;
	line-height:18px;
	font-weight:bold;
	}
/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family: Arial, Helvetica, sans-serif, Century Gothic;
	font-size:12px;
	color:#326786;
	font-weight: normal;
	text-decoration:underline;
}

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

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

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

/*------------------------------------------------------------------------------------------------------------------*/

a.footer:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	font-weight:normal; 
	color:#000000;
	text-decoration:none;
}

a.footer:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	font-weight:normal; 
	color:#000000;
	text-decoration:none;
}

a.footer:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	font-weight:normal; 
	color:#000000;
	text-decoration:none;
}

a.footer:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	font-weight:normal; 
	color:#000000;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

.blueTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#326786;
	font-weight: bold;
	text-decoration:none;

}

/*------------------------------------------------------------------------------------------------------------------*/



.footerText {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:10px;
	font-weight:normal; 
	color:#000000;
	text-decoration:none;
	}


/*------------------------------------------------------------------------------------------------------------------*/

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:#F05310;
	border:1px solid #4C3100;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/


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:#93A0B9;
	scrollbar-3dlight-color:#E3E3E3;
	scrollbar-highlight-color:#E3E3E3;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#E3E3E3;
	scrollbar-darkshadow-color:#E3E3E3;
	scrollbar-track-color:#FFFFFF;	
}