body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 10px;
}

code, pre {
  font: 10px "courier new", courier, monospace;
}

body {
	background-color: #000;
	color: #4c4c4c;
}

input {
	color: #8b4141;
	font-size: 11px;
}

h1 {
  font-size: 15px;
	margin-top:0px;
	margin-bottom: 5px;
	color: #c31212;
	border-bottom: #d78383 1px solid;
}

hr {
	color: #d78383;
}

p {
	margin-top:0px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
	margin:0px;
	color: #c31212;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #cd0c35;
	font-weight: bold;
	text-decoration: none;
  font-size: 11px;
}

a:hover {
  color: #f27e64;
	font-weight: bold;
	text-decoration: none;
  font-size: 11px;
}

.alert {
  color: #f00;
}

.required {
  color: #f00;
	font-size: 10px;
}

.contentBox {
	background-color: #fff;
	background-image: url(../images/backgrounds/behindNav.gif);
	background-repeat: repeat-y;
	border: #999999 1px solid;
}

.newsBox {
	border: #b9b9b9 1px solid;
}

.stroke {
	border: #565656 2px solid;
}

.bgTile {
	background-image: url(../images/backgrounds/bgTile.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.contentTile {
	background-image: url(../images/backgrounds/contentTile.jpg);
	background-repeat: repeat-x;
	background-color: #4d4d4d;
}

.watermark {
	background-image: url(../images/backgrounds/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}