/* CSS Document */


a.bulletlist:visited {color: #006600; text-decoration:none}
a.bulletlist:link {color: #800000; text-decoration:none}
a.bulletlist:hover {color:#FF9900; text-decoration:underline}
a.bulletlist:active {color:#FF6699; text-decoration:none}

body {
	margin-left: 0px;
	margin-top: 0px;
}
.bgtr {
	background-image: url(..//images/red_gradient_bg.gif);
	background-repeat: repeat-x;

}

.highlight {
	background-color:#FFFF33;
	padding-bottom: 5px;	
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18pt;
	font-weight: lighter;
	word-spacing: 2px;
	padding-left:10px;
	padding-right:20px;
	border-bottom-color: #FF0000;
	border-bottom: 1px;
	;
}

a:visited {
    color: #800000; 
	text-decoration:none
}
a:link {
	color: #336633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
}
a:active {
	text-decoration: none;
	color: #FF6699;
}

H1 {


font-size: 16;
font-family: Helvetica;
font-weight:bold;

}

.tinyfont {
	font-size: 10px;
	line-height: normal;
}

.tinyred {
	font-size: 10px;
	line-height: normal;
	color: #FF0000
}
.tinyredyellow {
	font-size: 10px;
	line-height: normal;
	color: #FF0000;
	background-color: #FFFF00;
}
.bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
}
 
