@charset "utf-8";
/* CSS Document */

body {
	background-color: #330000;
	font-family: tahoma, arial, verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.page_bg {
	background-image:url(/images/page_bg.jpg);
	background-repeat:repeat;
}

.banner {
	background-image:url(/images/banner.jpg);
	background-repeat:no-repeat;
}

h1 { 
	font-family: tahoma;
	font-size: 20px;
	color: #623e30;
}

h2 { 
	font-family: tahoma;
	font-size: 18px;
	color: #623e30;
}

h2 a:link{ 
	font-size: 18px;
	text-decoration: none;
}

h2 a:visited{ 
	font-size: 18px;
	text-decoration: none;
}

h2 a:hover{ 
	font-size: 18px;
	text-decoration: underline;
}


a:link {
	font-family: tahoma;
	font-size: 12px;
	color: #623e30;
	text-decoration: underline;
}

a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #623e30;
	text-decoration: underline;
}

a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #623e30;
	text-decoration: none;
}

.content { 
	padding:10px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

p {
	text-indent: 0cm;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 18px;	
}

.horizontalMenu {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #623e30;
	padding: 5px;
	font-weight: bold;
}

.horizontalMenu a:link {
	font-family: tahoma, arial, verdana;
	text-decoration: none;
	font-size: 14px;
}

.horizontalMenu a:visited {
	font-family: tahoma, arial, verdana;
	text-decoration: none;
	font-size: 14px;
}

.horizontalMenu a:hover {
	font-family: tahoma, arial, verdana;
	text-decoration: underline;
	font-size: 14px;
}

.sideInfo {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

#login {
	font-family: tahoma;
	font-size: 14px;
	text-align: right;
	color: #e2e2e2;
	margin-top: 90px;
}

.loginBox {
	font-family: tahoma;
	font-size: 11px;
}

input.loginBoxField {
	width: 80px;
	height: 16px;
	background-color: #ffffff;
}

input.loginBoxButton {
	font-size: 12px;
}

.footer {
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding-bottom: 10px;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration: underline;
}


