@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #990000;
}
.headerText {
	font-size: 10px;
	color: #999999;
}

.logoBar {
	background-image: url(../images/logoBar.jpg);
	background-repeat: repeat-x;
	height: 10px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #990000;
}
.redBar {
	background-image: url(../images/redMenuBar.jpg);
	background-repeat: repeat-x;
	height: 27px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #990000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 14px;
	color: #000000;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: italic;
}
a.whiteLink:link,
a.whiteLink:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.whiteLink:hover {
	text-decoration: underline;
}
a.whiteLink:active {
	text-decoration: none;
	
}
hr {color:#990000}
a.grayLink:link,
a.grayLink:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.grayLink:hover {
	text-decoration: underline;
}
a.grayLink:active {
	text-decoration: none;
	
}
.sideColumn {
	background-color: #CCCCCC;
	height:100%;
}
.titleTab {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/titleTab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	text-indent: 5px;
	line-height: 18px;
	width:232px;
}
.textfieldServerError {
  display:block;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}
