/* CSS Document */

body {
	background-image: url(background.gif);
	font-family: New York;
	font-size: 14pt;
	color: #000000;
}

.black18 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.red14 {
	font-size: 14pt;
	font-weight: normal;
	color: #ff0000;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.top {
	background-color: #DEB887;
	border: 0px;
	border-radius: 20px;
	width: 1000px;
	padding: 6px;
	margin: 0px auto;
}

div.bottom {
	background-color: #DEB887;
	border: 0px;
	border-radius: 20px;
	width: 1000px;
	padding: 6px;
	margin: 0px auto;
}

.nav {
	background-color: #F0F8FF;
	text-align: center;
	padding: 6px;
	border-radius: 10px;
	margin: 0px auto;
	width: 1000px;
}

div.main {
	background-color: #FAEBD7;
	border: 0px;
	border-radius: 20px;
	width: 1000px;
	margin: 0px auto;
	padding: 10px;
}

table.center {
	margin: 0px auto;
}

.textcenter{
	text-align: center;
}

.title {
	font-size: 48px;
	font-style: italic;
	text-align: center;
	color: #000000;
}

.title2 {
	font-size: 38px;
	font-style: italic;
	text-align: center;
	color: #000000;
}
		
.white {
	color: #FFFFFF;
}

.darkblue {
	color: #00008B;
}

a:link {
	font-family:	Times New Roman;
	font-size:		14pt;
	font-weight:	normal;
	color:		#3333ff;
	text-decoration: none;
}

a:visited {
	font-family:	Times New Roman;
	font-size:		14pt;
	font-weight:	normal;
	color:		#990000;
	text-decoration: none;
}

a:hover {
	font-family:	Times New Roman;
	font-size:		14pt;
	font-weight:	normal;
	color:		#ff0000;
	text-decoration: none;
}