﻿/*body text definition*/
body { 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal 
} 

p { 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal 
} 


li { 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal 
} 

td { 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal 
} 


h1 { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: bold 
} 

h2 { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold 
}

h3 { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold 
}

h4 { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: normal 
}
	
h6 { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal 
}


a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
	font-weight: none; 
	background-color: #F4F4F4;
	
}



td#menu a:visited{
		color: #000000;
		font-weight:bold;
}



table#tablemain {
	border: 1px solid red
	}

td#homesectiontitle {
	background-color: red;
	color: white;
	font-weight: bold;
	height: 14px
	}
table#homepagenews p {
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;	
}
