a:link {
 color: black;
 text-face: bold;
 text-decoration: none;
}
a:visited {
 color: black;
 text-face: bold;
 text-decoration: none;
}
a:hover {text-decoration: underline}
p { 
 font-family: Tahoma;
 font-size: 12px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #018BA8;
}
td {
	font-family: tahoma;
	font-size: 12px;
}
.section {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.sectiontop {
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
}
.sectionhead {
	font-size: 18px;
	color: #0484A1;
}
.ltgraybg {
	background-color: #CFCFCF;
}
.ltgrayfadebg {
	background-image: url(images/ltgrayfade.jpg);
	background-repeat: repeat-x;
}

