div.title {	
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #258D88;
	font-size: 14pt;
}
p.regular {
	text-align: justify;
	}

body {
	font-family: Times New Roman, Times, serif;
	/*background-image: url(tealbkd.gif);
	*/
	background-color: #98B1E5;
	margin:0px;
}

td {
	font-family: Times New Roman, Times, serif;
}

th {
	font-family: Times New Roman, Times, serif;
}

/*
	-----
*/

div.headerbox {
	background-image:url(images/bg-strip.jpg);
	width:100%;
	background-color:#98B1E5;
	background-repeat:repeat-x;
	align:center;
}
div.headerlinks a {
	color:white;
}
div.headerlinks a:hover {
	text-decoration:underline;
	color:purple;
}
div.headerlinks {
	background-color:#678DD8;
	border-width:1px 0px 1px 0px;
	border-color:black;
	border-style:solid none;
	padding:.25em;	
	background-image:url(images/bg-menubar.jpg);
	background-position:center;
}
div.menu-left {
	background-color:#678DD8;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:black;
	padding-top:2em;
}
