BODY {
	background-color: #990000 ; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	line-height: 16px;
	margin-top: 20px;
	margin-left: 10px;
}

p,li,div {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	line-height: 18px;
	text-align: left;
}

em {
	color: ffaaaa;
}

H1 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold ;
	font-size: 18px ;
	text-align : center; 
}

H2 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold ;
	font-size: 14px ;
	text-align : left; 
	color: #33aa33;
}

H3 {
	font-size: 11px;
	font-weight: bold ;
	color: #99cc99;
}

.highlight a:hover {
	background-color:blue;
}

a  {
	text-decoration: none;
	color:#ffaaaa;
	font-weight: 600 ;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

a:hover {
	color:#ffffff;
	background-color: #cc0000;
	}

a:visited {
	color:#ffaaaa;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
}

.links	{
	line-height: 14px;
	font-weight: normal;
}

.sect_links	{
	line-height: 14px;
	font-weight: normal;
	text-decoration : underline;
}

.left	{
	text-align:left;
}

.center	{
	text-align:center;
}
.right	{
	text-align:right;
}

.small {
	font-size : 9px;
}

.smallIndent {
	font-size:9px;
	text-indent:5em;
}

.indent {
	text-indent: 5em;
}

.plainbackground{
   background : #990000;
   padding: 0 0 0 20px;
}

caption {
	font-size:28px;
	text-align:left;
	color:#ccc;
	padding:8px 20px 15px 5px;
	border-top:2px solid red;
	border-bottom:2px solid red;
	}
