/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #765230;
	font-size:90%;
}
body {
	background-color: #FFF5D9;
}
a:link {
	color: #000A26;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000A26;
}
a:hover {
	text-decoration: none;
	color: #89ADCF;
}
a:active {
	text-decoration: none;
	color: #000A26;
}
.style5 {color: #FFF5D9}




/* DIV TAGS*/

div.brief {
	margin-left:100px;
	margin-right:100px;
}

div.mainbody {
	width:750px;
	margin-left:50px;
	margin-top:10px;
	font-size:90%;
	
}

div.copyright {
	width:750px;
	margin-left:50px;
	text-align:center;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.border {
	border-top-style:dotted;
	border-color:#765230;
	border-width:thin;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

div.lotsoftype {
	padding-left:75px;
	padding-right:75px;
	font-size:90%;
	text-align:justify;
}


/* Text */
.black {
	color: #000000
}

.small {font-size:80%;}

.lead {
	font-size:150%;
	color:#000A26;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.more{
	font-size:105%;
	color: #000A26;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
