.bordershaded {
	border: 1px solid #999999;
}
.content {
	background-color: #FFFFFF;
	border-left-color: #04519F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #04519F;
	border-right-style: solid;
	border-right-width: 1px;
	height: 100%;
	background-image: url(Images/bgmaiin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.error {
	color: #FF0000;
	font-size: 12px;
}
.hidescrollbars {
	overflow: hidden;
}
.leftrim {
	background-image: url(Images/leftrim.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	height: 100%;
	width: 23px;
}
.linetop {
	border-top-color: #6FA0D2;
	border-top-style: solid;
	border-top-width: 1px;
}
.rightrim {
	background-image: url(Images/rightrim.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	height: 100%;
	width: 23px;
}
.showscrollbars {
	overflow: auto;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textbig {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}
a.button:hover {
	background-color: #F8FFDF;
	border-bottom-color: #ECEDC5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ECEDC5;
	border-top-style: solid;
	border-top-width: 1px;
	color: #660000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding-left: 7px;
	padding-right: 10px;
	text-decoration: none;
}
a.button:visited,a.button:active,a.button:link,a.button:visited {
	background-color: #F5F4CB;
	border-bottom-color: #ECEDC5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ECEDC5;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding-left: 7px;
	padding-right: 10px;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
body,html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div.buttonbig {
	background-color: #C6C246;
	border: 1px solid #03529F;
	height: 37px;
	line-height: 37px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: left;
	width:210px;
}
div.buttonbig img {
	margin-bottom: 2px;
	margin-right: 5px;
}
div.main {
	background-color: #00FF00;
	text-align: center;
	width: 100%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.section {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.block{
	display:block;
	overflow:hidden;
}

.paddingsmall{
	padding:5px;
}

.paddingbig{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.marginbigtop{
	margin-top:20px;
}



