html, body {
	font-family:trebuchet ms, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;	
	color:#000000;
	background-color:#ffffff;
	margin:0px;
	margin-left:10px;
}
form {
	margin:0px;
	padding:0px;
}
table {
    	font:lighter 8pt;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#3055ac;
}
a:hover {
	text-decoration:underline;
	color:#ff0000;
}
input {
    	font-size:8pt;
    	background:#ffffff;
    	border:1px #aaaaaa solid;
}
textarea {
    	font-size:8pt;
    	background:#ffffff;
    	border:1px #aaaaaa solid;
}
select, option {
	font-size:8pt;
	background:#ffffff;
	border:1px #aaaaaa solid;
}
pre {
   	text-decoration:none;
}
h1 { 
   	font-size: 16pt; 
   	font-weight: bold; 
   	color:#669966;
	margin:10px;   	
}
h2 { 
   	font-size: 12pt; 
   	font-weight: bold; 
	color:#000000;
	margin:10px;
}
h3 { 
   	font-size: 10pt; 
   	font-weight: bold; 
   	color:#90c315;
	margin:10px;   	
}
h4 {
	color:#000000;
	margin:10px;
}
div#mbvButton {
	width:83px;
	height:21px;
	padding-top:5px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#000000;
	background-image:url("../images/Button_Blank.gif");
	background-repeat:no-repeat;
	border:0px #ffffff solid;
}
div#mbvSubmitButton {
	width:83px;
	height:21px;
	padding-top:5px;
	vertical-align:middle;
	text-align:center;
	background-image:url("../images/Button_Submit.gif");
	background-repeat:no-repeat;
	border:0px #ffffff solid;
}
div.mbvDefaultButton {
	height:18px;
	padding-top:0px;
	border:1px #bbbbbb solid;
	border-bottom:1px #888888 solid;
	border-right:1px #999999 solid;
	vertical-align:middle;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	background:#e9eedb;
	color:#669966;
	cursor:hand;
}


