
html  
{
 overflow: auto; 
}

html, iframe, .index, .frame
{
 margin: 0px; 
 padding: 0px; 
 height: 100%; 
 border: none;
}

body
{
	background-color: #d6ad73;
	background-image: url('imgs/background.gif');
	background-repeat: repeat;
	/* margin: 10px;  */
	padding: 10px; 
	height: 100%; 
	border: none;
}

iframe 
{
 display: block; 
 width: 100%; 
 border: none; 
 overflow-y: auto; 
 overflow-x: hidden;
}

div.right {
	text-align: right;
}

td {
	text-align: left;
} 
td.right {
	text-align: right;
}
td.center {
	text-align: center;
}

.maintext, td, p, br, li, ul, dl, dd, em {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: black;
	text-decoration: none
}

.headermedium, h2 {
	font-family: arial;
	font-size: large;
	font-style: italic;
	font-weight: 700;
	color: #294a4a;
}

.headersmall, h3 {
	font-family: verdana;
	font-size: small;
	font-weight: 700;
	color: #294a4a;
	margin-top: 5px;
	margin-bottom: 3px;
}

.textlink, a {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #992222;
	text-decoration: none
}

.textlink, a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #992222;
	text-decoration: underline
}

th, .heading {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #294a4a;
}
 

.smalltext {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-style: italic;
	color: black;
	text-decoration: none
}

.smalllink {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #992222;
	text-decoration: none
}

.smalllink:hover {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #992222;
	text-decoration: underline
}

hr {
	color: #992222;
	background-color: #992222;
	border: 0;
	height: 1px;
}

.spacer {
	margin-left: 25px;
}

.image {
	border: 1px solid #294a4a;
}

table.datagrid{
	width: 95%;
	border: 1px solid #294a4a;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.datagrid td{
	border: 1px solid #666666;
}
/*
Original: 2.94a4a
Try: 2.14040


*/