body {
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bodybg.gif);
}
.leftbg {
	background-image: url(../Images/left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	background-color: #FFFFFF;
}
.bottombg {
	background-image: url(../Images/bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottom {
	background-image: url(../Images/bottom-left-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 53px;
}
.contentbg {
	background-image: url(../Images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	background-color: #FFFFFF;
}
.bigtable {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.leftbglogos {

	background-image: url(../Images/leftbg-logos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottomcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	height: 19px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	background-color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

a.bottomlnk:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomlnk:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomlnk:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomlnk:hover {
	color: #FFFF00;
	text-decoration: none;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #103A89;
	text-align: center;
	font-weight: bold;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #247575;
	font-weight: bold;
}
.textbox150 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 150px;
	border: 1px solid #006F6F;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}


.textboldright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E597A;
	text-align: right;
	font-weight: bold;
}
.button1 {
	background-image: url(../images/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 31px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: hand;
}
.button2 {

	background-image: url(../images/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 31px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: hand;
}
.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	padding-left: 10px;
}
.textbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E597A;
	font-weight: bold;
}
li#FormsLI {
	list-style: url(../images/arrow.gif);
	margin-bottom: 5px;
}
.TextArea
{
width: 300px;
height: 100px;
}
.DividerRow {
	height: 5px;
}

table.admin
{
	margin-top: 30px;
}
table.admin th
{
	font-weight: bold;
	font-size: 14px;
	color: #990033;
	background-color: #e0e0e0;
	text-align: center;
}
table.admin tr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.admin td
{
	vertical-align: top;
}
table.admin td label
{
	width: 100%;
	text-align: right;
	margin-top: 3px;
}
table.list td
{
	font-size: 12px;
	padding: 3px;
}
