.itemheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	padding-top: 10px;
}
.items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0033FF;
	text-decoration: none;
}
.items:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: red;
	text-decoration: none;
}
.headings {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #CC0000; 
	text-decoration: none}
BODY{
	font-family:Times,Helvetica,Verdana,sans-serif;
}
p{
	text-align:justify;
}
.index{
	font-size:12px;
	color:black;
	font-weight:bold;
}
.indexheader{
	font-size:20px;
	color:#CC0000;
	font-weight:bold;
}
/* This styles for the index links */
a.indexlink{
	font-size:12;
	padding-top:0px;
	padding-bottom:0px;	
}
a.indexlink:link{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
a.indexlink:visited{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
a.indexlink:hover{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}
/* The style for the footer */
.footer{
	font-weight:bold;
	font-size:12px;
}
.boldtext{
	color:black;
	font-weight:bold;
}
.normaltext{
	color:#000000;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
}
.bluetext{
	color:#0000FF;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
}
.redtext{
	color:#CC0000;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
}
.redboldtext{
	color:#CC0000;
	font-weight:bold;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
}
.blueboldtext{
	color:#0000FF;
	font-weight:bold;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
}
.smallredtext{
	color:#CC0000;
	font-weight:bold;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
	font-size: 80%;
}
.smallbluetext{
	color:#0000FF;
	font-weight:bold;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
	font-size: 80%;
}
.smalltext{
	font-weight:bold;
	font-family:Times New Roman, Times, Helvetica, Verdana, sans-serif;
	font-size: 80%;
}
redheading{
	color:#CC0000;
	font-weight:bold;
}
nearblackheading{
	color:#000033;
	font-weight:bold;
}
tealheading{
	color:#006699;
	font-weight:bold;
}
blueheading{
	color:#0000FF;
	font-weight:bold;
}

