

/* Body Commands ***********************************/
body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font : arial, sans-serif;
	margin-top : 0px;
}
/* Body Commands ***********************************/

/* Standard fonts set for content areas****************/
TD {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
/* Standard fonts set for content areas****************/

/* Link Commands ***********************************/
a:active {
	color: #FFFFFF;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:link {
	color: black;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	color: black;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:active {
	color: black;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: black;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
/* Link Commands ***********************************/

.redBG
{
background-color:#BF0813;
}
.whiteBG {
background-color:#FFFFFF;
}
.menuBG
{
background-image:url(../images/menuBG.jpg);
background-repeat:repeat;
text-align:left;
color: white;
padding: 4px;
font-size: 13px;
font-weight:bold;


