
/* Root-level style sheet for pages in general areas ----*/
/* Updated Apr. 2007 */


/* Body display settings below -----------------------------*/

body {
	background-color: #ffd4a8;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

/* Misc style settings below -------------------------------*/


a {
	text-decoration: none;
}


a:link {
	color: #0000ff;
}


a:visited {
	color: #284fd7;
}


a:active {
	color: #ff6633;
}


a:hover{
	color: #c000ff;
}


a.two:link{color: #ffffff; text-decoration: none;}
a.two:visited{color: #6699cc; text-decoration: none;}
a.two:hover{color: #ffff00;text-decoration: none;}



.SmHeading{
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 9pt
}

.SmTxt{
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 8pt
}

.VSmTxt{
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 7pt
}

td{
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10pt
}

.BoxLeftLin{
border-style: solid;
border-color: black;
border-right: none;
border-top: none;
border-left: solid black 2px;
border-bottom: none
}

