body {
	background: #FFFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
select,
textarea,
input {
	background-color: #FFFFFF;
	color: #000000;
	font-size: x-small;
}
h1 {
	font-size=largest;
	color:#FF0000;
}
h2 {
	font-size=larger;
	color:#FF0000;
}
h3 {
	font-size=medium;
	font-wieght: bold;
	color:#FF0000;
}
thead {
	background-color:#66FF99
	}
a:link { 
	color: #800000; 
	text-decoration: underline 
}
a:visited { 
	color: #800000;
	text-decoration: underline
}
a:hover { 
	color: #008000; 
	text-decoration: underline
}
a:active { 
	color: #008000; 
	text-decoration: underline
}
.AD_button {
	font-weight: bold;
	color: #FFFFCC;
	background-color: #333300;
	width: 200px;
}
.AD_inputbox {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
.AD_inputboxshort{
	font-family: Arial, Helvetica, sans-serif;
}
.AD_inputboxlong {
	font-family: Arial, Helvetica, sans-serif;
	width: 480px;
}
.AD_textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 480px;
	height:200px;
	font_size: xx-small;
}
.AD_tr1 {
	background-color: #FFFFCC;
}
.AD_tr2 {
	background-color: #CCFFFF;
}
.AD_tr3 {
	background-color: #FFCCFF;
}
