/* Default Body Properties*/
BODY
{
	/* Font properties*/
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal;

	/* Scrollbar properties*/
	SCROLLBAR-BASE-COLOR: #FFEFD0;   
	SCROLLBAR-FACE-COLOR: #FF6D00; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;  
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FF6D00; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFEFD0; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF
}

/* Default hyperlinks properties*/ 


/*Default font used for the site*/
.body
{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #000000;	
}
/*White version of default font*/
.bodyw
{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	/*font-weight : bold;*/
	color: #FFFFFF;	
}

/*Red version of default font*/
.bodyr
{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #CC0000;	
}

/*Style used for the footer*/
.footer
{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	color: #ffffff;	
}

/*Sublink Main font*/
.Subhead
{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color: #000000;	
}

/* Style used for main top links */
A.top:link  {
	text-decoration: none;
	color: #FFFFFF;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height: normal;
}

A.top:visited   {
	text-decoration: none;
	color: #FFFFFF;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height: normal;
}

A.top:active    {
	text-decoration: none;
	color: #FFFFFF;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height: normal;
}

A.top:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height: normal;
}

