html {
	height: 100%;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
}
body {
	background-color: #CCCCCC;
	background-image: url(/images/bodyBackground.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, h2,h3 {
color: #4b7100;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 0;
margin-top: 6px;
padding-top: 4px
}
h1 {
font-size: 170%;
font-weight: normal
}
h2 {
font-size: 140%;
}
h2 {
font-size: 120%;
}
a:link {
	color: #d6151a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #820a0d;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.tableBody {
	height: 100%;
	
}
.pageLeft {
	background-image: url(/images/pageLeft.gif);
	background-repeat: repeat-y;
	background-color: #dee0e2;
}
.pageCenter {
	/*background-image: url(/images/page.gif);
	background-repeat: repeat-y;*/
	background-color: #fff;
}
.pageCenter2 {
/*	background-image: url(/images/pageRight.gif);*/
	background-repeat: repeat-y;
	background-color: #db0008;
	background-position: right;
	background-color: #fff;
}
.pageRight {
/*	background-image: url(/images/pageRight.gif);*/
	background-repeat: repeat-y;
	background-color: #db0008;
}
.leftShadow {
	background-image: url(/images/leftShadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightShadow {
	background-image: url(/images/rightShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.logo {
	background-image: url(/images/header/logoBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#db0007;
}
.header {
	background-image: url(/images/header/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#db0007;
	height: 155;
}
.links {
	font-size: 80%;
}
.links a:link, .links a:visited, .links a:active {
	color: #69686d;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.menu {
}
.item {
	background-image: url(/images/menu.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9fa3;
	border-bottom-color: #c9cbce;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	color: #d6151a;
}
.item a:link, .item a:visited, .item a:active {
	color: #d6151a;
	text-decoration: none;
}
.item a:hover {
	text-decoration: underline;
}
.item2 {
	background-image: url(/images/menu2.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9fa3;
	border-bottom-color: #c9cbce;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color: #69686d;
}
.item2 a:link, .item2 a:visited, .item2 a:active {
	color: #69686d;
	text-decoration: none;
}
.item2 a:hover {
	text-decoration: underline;
}
.content {
	font-size:90%;
}
.authform {
	background-image: url(/images/formBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e51317;
	font-size:70%;
	color: #fff;
}
.authform a:link, .authform a:visited, .authform a:active {
	color: #fff;
}
.authField {
	vertical-align:top;
	background-image: url(/images/field.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 2px;
	padding: 0px;
	font-size:90%;
	height: 17px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.check {
	width: 11px;
	height: 11px;
}
.subbut {
	background-image: url(/images/enter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size:90%;
	color: #fff;
	height: 36px;
	width: 56px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodyText {
	background-image: url(/images/pageBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
}


