body {
	margin: 10px;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/background.jpg);
	background-position: top right;
	color: #FFF;
	background-repeat: no-repeat;
}

.title{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #09F;
	filter:alpha(opacity=75);
     	opacity: 0.75;
	color: Yellow;
	text-transform: capitalize;
	padding: 10px 30px 20px;
	font-weight: bold;
}

.menubar{
	font-size: 12px;
	font-weight: normal;
	background: #838e37;
	color: yellow;
	text-align: left;
	display: block;
}

a, A:link, a:visited, a:active{
	color: #00A;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
}

table.head {
	margin-bottom: 12px;	
	filter:alpha(opacity=75);
     	opacity: 0.75;
	width: 100%;
	padding: 0px;
	border: 0px;
	background: #09F;
}

table.main {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin-top: 12px;
}

.odd{
	background-color: #69F;
}

.even{
	background-color: #9CF;
}

A:hover{
	color: #ff0000; 
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-family: sans-serif;
}

.yellow{
	color: Yellow;
}

p, tr, td, ul, li{
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px
}

.header1, h1{
	color: #fff;
	background: #03c;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
}
.header2, h2{
	color: #000;
	background: #03c;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
.intd{
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-left: 15px;
}

.pi{
	background: white
}

table.footer{
	background-color: #0BF;
	width: 100%;
	text-transform: none;
	filter:alpha(opacity=75);
     	opacity: 0.75;
	vertical-align: text-top;
	text-decoration: none;
	margin-top: 12px;
}

td.main {
	padding-left: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #838e37;
}

td.prompt{
	color: #737D2D;
	text-align: left;
	font-weight: bold;
}

td.label {
	color: #687128;
	text-align: right;
	font-weight: bold;
}

td.label_yellow {
	color: yellow;
	text-align: right;
	font-weight: bold;
}

td.prndinner {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	width: 4in;
	height: 2in;
}

.ifield{
	padding-left: 2px;
	border-width: 1px;
	background-color: #DDD;
	color: #687128;
}

.ifield_even{
	padding-left: 2px;
	border: 1px inset;
	background-color: #9CF;
	color: #555D21;
}

.ifield_odd{
	padding-left: 2px;
	border: 1px inset;
	background-color: #69F;
	color: #555D21;
}

.header{
	color: #FFF;
	background: #03C;
	vertical-align: text-bottom;
}

.header_yellow{
	color: yellow;
	background: #A9A;
	vertical-align: text-bottom;
}
.header a{
	color: White;
	text-decoration: none;
}
