﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.header {
	background-image: url('images/layout/head-bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
.menu-bar {
	background-color: #009933;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.right {
	width: 300px;
	background-color: #FFFF99;
}
.tbl-spacer {
	width: 40px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: large;
	color: #009933;
}
.home-img {
	border: thick solid #666666;
	border-radius: 10px;
}
.stats {
	background-color: #000000;
	position: relative;
	z-index: 1;
}
.newStyle1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #FFFFCC;
	text-align: center;
}
.footer {
	background-color: #333333;
	color: #FFFFFF;
}
.menu-bar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
.menu-bar a:visited {
	color: #FFFFFF;
}
.form-field {
	width: 200px;
	height: 25px;
	border: thin inset #C0C0C0;
	background-color: #F7F7F7;
}
.form-msg {
	width: 250px;
	height: 120px;
	border: thin inset #C0C0C0;
	background-color: #F7F7F7;
}
.form-btn {
	width: 100px;
	height: 25px;
	border: thin outset #C0C0C0;
	background-color: #F7F7F7;
	border-radius: 10px;
}
.form {
	border: medium double #808080;
}
.highlite {
	background-color: #A3A3A3;
	border: medium solid #666666;
}
.tbl-spacer-sml {
	width: 20px;
}

.white{
	height: 450px;
	padding: 10px;
	overflow: auto;
	float: left;
	background-color: #FFF;
	text-align: justify;
}
.side_test {
	text-align: left;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

.side_test a {
	text-align: left;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
.footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.white {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
.blue-txt {
	color: #0000FF;
	font-weight: bold;
	font-size: medium;
}
