body { 
	margin: 0;
	xbackground: #fd2d00 url(graphics/bg_tile_x.jpg) repeat-x; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	}

.maintable {
	border:1px solid #606060;
	}

td#menu {
	background: black;
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-size:11px;
	}
td#menu a {
	color: white;
	text-decoration: none;
	}	
td#menu a:hover {
	color: #ff4040;
	}
	
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 16px; }
h3#blue {
	color: #000080;
	}
h3#green {
	color: #007000;
	}
h3#red {
	color: #800000;
	}
	
.pgtitle { font-size: 18px; color: #000040; }

input {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #909090;
	background: #f5f5f5;
}

.radio {
	border: none;
	background: white;
	}
	
.fieldinfo {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #404040;
	margin-bottom:4px;
}

form {
	margin: 0px;
}

.formrowhdr {
	font-weight: bold;
	background:#f0f0f0;
	xheight:28px;
	}
.formrowhdr_td
	{
	padding: 6px;
	color:#007AAE;
	}
	
a {
	color: #333399;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a:hover {
	color: #008000;
	text-decoration: underline;
}

.menua a {
	color: #000080;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.menua a:hover {
	color: #008000;
}

.menub {
	margin:0;
	color: #000080;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.menub a {
	color: #000080;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.menub a:hover {
	color: #800000;
}

.req {
	font-size:10px;
	color:#F26522;
	font-style:italic;
	}
	
.light {
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.message { 
	width: 60%; padding: 4 10 4 10; background: #f8f8f8; border:1px solid #a0a0a0; color: #a00000; 
	}

.button {
	color: white;
	background-color: #a00000;
	border-bottom: thin solid #440000;
	border-right: thin solid #440000;
	border-top: thin solid #cc9999;
	border-left: thin solid #cc9999;
	font-size: 13px;
	font-weight: bold;
	padding: 2 10 2 10;
	font-family: Arial,Helvetica,sans-serif;
}

.text {
	color: black;
	background-color: white;
}

td {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

th {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

.error {
	background-color: #f3f3f3;
	color: red;
}

.notice {
	align: center;
	background-color: #f3f3f3;
	color: red;
}


td.tdDark { background-color:#FCFCFC }
td.tdLight { background-color:#F6F6F6 }
td.tdHighlight { background-color:yellow }
td.tdNoReport { background-color:red }
td.tdDark, td.tdLight, td.tdHighlight, td.NoReport { padding:3px }


.footer {
	text-align:center;
	width:100%;
	border-top:1px solid #808080;
	color: #404040;
	padding: 8px;
	margin-top:20px;
	font-size: 11px;
	font-family: arial;
	}
.footer a {
	text-decoration: none;
	color: #a00000;
	}
