@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.rightside {
	background-image: url(../images/rightblank.jpg);
	background-repeat:no-repeat;
}

.box {
	width:617px;
	margin-top:40px;
	margin-left:60px;

}

a:link {
	color: #339900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color: #339900;
}
a:active {
	text-decoration: underline;
	color: #339900;
}

a#active {
	color:#333333;
}



.headerMain {
	padding-top:15px;
	padding-bottom:10px;
	font-size:17px;
	color: #007934;
	font-weight:bold;
}

.headerMainSmall {
	padding-bottom:5px;
	font-size:16px;
	color: #007934;
}
.errorMsg {
	color:#CC0000;
}


.normalText {
	font-size:13px;
	line-height:22px;
}

.normalTextRed {
	color:#CC0000;
	font-size:13px;
	line-height:22px;
}

.navi {
	padding:10px;
	width:141px;
	float:left;
	line-height:28px;
	font-size:12px;

}

.textfield {
	border:solid;
	border-color:#000000;
	border-width:1px;
	height:23px;
}

.footer {
	height:100px;
}

.button {
	font-size:14px;
	width:250px;
	height:40px;
}
<!-- new -->

.mainheader {
	font-size:15px;
	font-weight:bold;
}

.maintable {
	width:100%;
	margin-top:20px;
}

.leftcol {
	width:100px;
}

.rightcol {  
	width:100%;
} 

.error {
	color:#CC0000;
}

.message {
	color:#009900;
}

.disclaimer {
	color:#999999;
	font-size:11px;
	font-style:italic;
}

.button {
	font-size:13px;
	width:250px;
	height:35px;
}
.textfieldLong {
	
	font-size:15px;
	height:25px;
	width:300px;
	border:1px;
	border-style:solid;
	margin-bottom:5px;
}

.textfieldMedium {
	
	font-size:15px;
	height:25px;
	width:150px;
	border:1px;
	border-style:solid;
	margin-bottom:5px;
}

.textfieldShort {
	
	font-size:15px;
	height:25px;
	width:80px;
	border:1px;
	border-style:solid;
	margin-bottom:5px;
}

.textArea {
	
	font-size:13px;
	height:100px;
	width:350px;
	border:1px;
	border-style:solid;
	margin-bottom:5px;
}

.mainheader {
	font-size:15px;
	font-weight:bold;
}

-->