body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-top: 0px;
	text-transform: capitalize;
}
tr {
	padding: 3px;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
}

a:visited {
	color: #006699;
}
a:hover {
	color: #006666;
}
a:active {
	color: #006699;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #003366;
	border-bottom-color: #003366;
}
h2 {
	font-size: 18px;
	color: #003366;
}

h3 {
	font-size: 16px;
	color: #003366;
}
#nav {
	background-color: #CCCCCC;
	border-bottom-color: #78B4DC;
	border-bottom-style: ridge;
	font-variant: small-caps;
	
	

}
#tblrow {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#00FF00;
	background-color: #FF6600;
}
#wrapper{
	width: 950px;
	margin:10px auto;
	border:thin solid #999999;
}
