body {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background: #990000;
}

td {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #CD0000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a.grey {
	text-decoration: none;
	color: #999999;
}

a.grey:hover {
	text-decoration: none;
	color: #000;
}

a.white {
	text-decoration: none;
	color: #fff;
}

a.white:hover {
	text-decoration: none;
	color: #CC0000;
}

h1 {
	font-size: 22px;
	letter-spacing: -1px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 20px;
}

h1.dotted {
	font-size: 22px;
	letter-spacing: -1px;
	color: #000000;
	line-height: 30px;
	background: url(images/h1.gif) repeat-x bottom; 
	margin-bottom: 20px;
}

h2 {
	font: 18px;
	color: #000000;
	margin: 0;
}

h2.bread {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	margin-bottom: 20px;
}

h3 {
	font-size: 15px;
	letter-spacing: -1px;
	color: #000000;
	margin: 0;
}

h3.ul {
	font-size: 15px;
	letter-spacing: -1px;
	color: #000000;
	line-height: 24px;
	background: url(images/h3.gif) repeat-x bottom; 
	margin-bottom: 10px;
}

.shad1 {
	background-image: url(images/bgshad1.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.shad2 {
	background-image: url(images/bgshad2.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.container {
	width: 100%;
	height: 100%;
}

.incontainer {
	width: 760px;
	height: 100%;
}

.content {
	width: 760px;
	background: #fff;
	vertical-align: top;
}

.incontent {
	width: 760px;
	height: 100%;
	vertical-align: top;
}

.header {
	width: 760px;
	height: 140px;
	border-bottom: 5px solid #000;
}

.footer {
	width: 760px;
	height: 28px;
	background: #000;
	color: #FFFFFF;
	padding: 3px 10px;
}

td.feathead {
	background: #000;
	border: 1px solid #fff;
	padding: 2px 4px;
}

td.feat1 {
	background: #E8E8E8;
	border: 1px solid #fff;
	padding: 2px 4px;
	width: 120px;
}

td.feat2 {
	background: #F2F2F2;
	border: 1px solid #fff;
	padding: 2px 4px;
}


form {
	margin: 0;
	padding: 0;
}

.imgborder {
	border: 10px solid #FFFFFF;
}

.imgborder:hover {
	border: 10px solid #F0F0F0;
}

.foottext {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.formbox {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	border: 1px solid #B2D0FF;
	width: 100%;
	padding: 1px;
}

.button {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #678ED1;
	background: #678ED1;
	padding: 2px 20px;
}