body {

	/*margin: 0px;*/
	font-family: Century Gothic, Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #4E4E4E;
	background-image: url(../images/bg.jpg);
	background-color: #4EB4D3;
	background-repeat:repeat-x;
}

/*------------------------------------------------------------------------------------------------------------------*/
td {
	font-family: Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	line-height:19px;
	text-align:justify;

}
td.general {
	font-family: Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	text-align:justify;

}

/*------------------------------------------------------------------------------------------------------------------*/

a:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#005C78;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#005C78;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#005C78;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#005C78;
	font-weight:bold;
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.more:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.more:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.more:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.more:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:12px;
	color:#336699;
	font-weight:normal;
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------------------*/

a.menu:link {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.menu:active {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.menu:visited {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11px;
	color:#027496;
	font-weight:bold;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/

.whiteText{
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------------------------------------*/

.whiteTitle{
	font-family:Arial, Tahoma, Verdana;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

/*------------------------------------------------------------------------------------------------------------------*/

.date { 
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#6F7070;
}


/*------------------------------------------------------------------------------------------------------------------*/

.blueTitle {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:13px;
	font-weight:normal; 
	color:#00607D;
}

/*------------------------------------------------------------------------------------------------------------------*/

.brownHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:20px;
	font-weight:normal; 
	color:#B07C01;
}

/*------------------------------------------------------------------------------------------------------------------*/

.brown2Head {
	font-family: Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#B07C01;
}

/*------------------------------------------------------------------------------------------------------------------*/

.redHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:11pt;
	font-weight:bold; 
	color:#992937;
}

/*------------------------------------------------------------------------------------------------------------------*/

.blueHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight:normal; 
	color:#027496;
}

/*------------------------------------------------------------------------------------------------------------------*/

.grayHead {
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight:normal; 
	color:#949494;
}

/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #BDBDBD;
	background:Alpha(Opacity=0, Style=0);
}

/*

--------------------------------------------------------------------------------------------------------------------

*/


textarea
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #BDBDBD;
	background:#FFFFFF /*Alpha(Opacity=0, Style=0)*/;
}

/*

--------------------------------------------------------------------------------------------------------------------

*/

select
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #BDBDBD;
	background:#FFFFFF;/*Alpha(Opacity=0, Style=0);*/
}


/*

--------------------------------------------------------------------------------------------------------------------

*/

input.btn
{
	font-family:Century Gothic, Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color:#FFFFFF;
	vertical-align: middle;
	background:#0297C3;
	border:1px outset #027496;
	cursor:hand;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

hr
{
	height:1px;
	color:#EEEEEE;
}

/*

--------------------------------------------------------------------------------------------------------------------

*/

.imgBorder
{
	border-color: #000000;
	border-width:1px;

}

/*

--------------------------------------------------------------------------------------------------------------------

*/

ul, li
{

	list-style-image:url(../images/arrw2.jpg);
	margin-left:10px;
	margin-bottom:0px;
	margin-top:5px;
}


/*

--------------------------------------------------------------------------------------------------------------------

*/

div.keyscrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;	

}
/*--------------------------------------  NORMAL FOOTER LINKS   -----------------------------*/
.footer_normal, a.footer_normal:link, a.footer_normal:visited, a.footer_normal:active,a.footer_normal:hover {
	font-family: Century Gothic, Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #005771;
	text-decoration:none;
	font-weight:normal;

}
/*a.footer_normal:hover{
	font-family: Century Gothic, Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #4E4E4E;
	text-decoration:underline;
	font-weight:normal;
}*/

/* -------------------------------------------------------------------------------------------*/

.fldRequired, .errorMsg, a.fldRequired:link, a.fldRequired:active, a.fldRequired:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#CC3300;
	text-decoration:none;
}

.HomeCatalogUrl, a.HomeCatalogUrl:link, a.HomeCatalogUrl:active, a.HomeCatalogUrl:visited, a.HomeCatalogUrl:hover{
	/*font-family:  "Times New Roman", Times, serif, Gothic, Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #005C78;
	text-decoration:none;
	font-weight:bold;
	*/
	font-family:  Tahoma, Verdana, "Times New Roman", Times, serif, Gothic, Arial ;
	font-size: 12px;
	color: #CC6600;
	text-decoration:none;
	font-weight:bold;
}
.HomeCatalogUrl_l2, a.HomeCatalogUrl_l2:link, a.HomeCatalogUrl_l2:active, a.HomeCatalogUrl_l2:visited, a.HomeCatalogUrl_l2:hover{
	font-family:  Tahoma, Verdana, "Times New Roman", Times, serif, Gothic, Arial;
	font-size: 11px;
	color: #003399;
	text-decoration:none;
	font-weight:normal;
	/*font-family:  "Times New Roman", Times, serif, Gothic, Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #005C78;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	*/
	
	
}