/* CSS Document */

.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
body {
	background-image: url();
	background-repeat: no-repeat;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#shadow {
	background-image: url(../images/shadow.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #666666;
}
.style3 {
	font-size: small;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
.style5 {color: #FF9900}

.menutext
{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a.menulink:link {
	color: #FFFFFF;
	text-decoration : none;
	
}

a.menulink:visited {
	color: #FFFFFF;
	text-decoration : none;
}

a.menulink:hover {
	color : #FF9900;
	text-decoration : underline;
}
h1 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
p {
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
