body {
	font-family: tahoma;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('/imgs/background.jpg');
	background-repeat: repeat;
}

h1 {
	font-family: tahoma;
	color: #000000;
	font-size: 18px;
	padding-left: 20px;
}

h2 {
	font-family: tahoma;
	color: #000000;
	font-size: 14px;
}

a:link {
	font-family: tahoma;
	color: #000000;
	text-decoration: underline;
}

a:visited {
    font-family: tahoma;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
}

.search_text {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: tahoma;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
}

.content {
	font-family: tahoma;
	color: #000000;
	font-size: 12px;
	padding-left: 15px;
}

.footer {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.page_bg {
	background-image:url('/imgs/page_bg.jpg');
	background-repeat: repeat-y;
}

.menubar {
	background-image:url('/imgs/menu_bar.jpg');
	background-repeat:no-repeat;
}

#login {
	font-family: tahoma;
	font-size: 9px;
	text-align: right;
	color: #e2e2e2;
	/*margin-top: 90px;*/
}

.loginBox {
	font-family: tahoma;
	font-size: 9px;
}

.loginBox a:link {
color: #ffffff;
text-decoration: none;
}
 
.loginBox a:visited {
color: #ffffff;
text-decoration: none;
}
 
.loginBox a:hover {
color: #ffffff;
text-decoration: underline;
}

input.loginBoxField {
	width: 70px;
	height: 11px;
	background-color: #ffffff;
}

input.loginBoxButton {
	font-size: 9px;
}
