
body {
	font-size: 9pt;
	background: #FFFFFF;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.table_small {
	font-size: 8pt;
	background: #FFFFFF;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	display: inline
	}
	
h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 6px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
	
.page_header {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 6px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top-padding: 0px;
	}
	
.form_item {
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 9pt;
	margin-left : 0;
	margin-right : 0;
	padding : 0;
}

.trailer {
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 7pt;
	margin-left : 0;
	margin-right : 0;
	padding : 0;
}

.error_message {
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 9pt;
	color: #FF0000;
}

.good_message {
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 9pt;
	color: #339933;
}

.table_heading {
	font-size: 10pt;
	font-weight: bold;
}

A {
	text-decoration: none;
	color: #0099FF;
	font-weight: bold;
}

A:link {
	font-weight: bold;
}

A:hover {
	color: #000000;
	text-decoration: none;
}

A:visited {
	font-weight: bold;
}

hr { 
	color: #FFFFFF;
	height:1;
	size:1
}

.button1{
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
}
	
.button1{
	background-color:#cec;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#53AEED');
}

.button2{
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
}
	
.button2{
	background-color:#cec;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#33CC33');
}
		
.btnhov{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}

.textbutton{
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#A8D4EF;
	padding:1px;
}

.textbutton_small{
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#A8D4EF;
	padding:1px;
}


