body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font-size: 11px;
	color: #FF0000;
}

.header {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #003300;
	padding: 2px;
	height: 40px;
	text-align: center;
}

.headermessage {
	font-size: 16px;
	font-weight: bold;
	padding:2px;
	height:20px;
	text-align: center;
}

.tableheader {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	padding: 2px;
	height: 28px;
	text-align: center;
}

.tableborder {
	border: 1px solid #666666;
}

.tableborderblack {
	border: 1px solid #666666;
	background-color: #CCCCCC;
}

.rowwhite {
	font-size: 11px;
	height: 24px;
	background-color:White
}

.fielddetail {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #666666;
	padding-right: 5px;
	text-align: right;
}

.message {
	font-size: 11px;
	color: #FF3300;
}

.content {
	padding: 10px;
}

.rowdark {
	font-size: 11px;
	background-color: #ECE8DC;
	height: 24px;
}

.rowlight {
	font-size: 11px;
	background-color: #F5FBE3;
	height: 24px;
}

.pagenumber{
	font-size: 11px;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding-right: 10px;
	height: 20px;
	text-align: right;
}

.button {
	width: 80px;
	height: 22px;
	font: 11px;
}

.noborder {
	border: none;
}

.pagetitle {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	text-align: left;
	color: #CC0000;
}

.normaltext {
	font-size: 13px;
	padding: 5px;
}

.footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003300;
	padding: 2px;
	height: 28px;
	text-align: center;
}