a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #FF0000
}

h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
	
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
}

h4 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
}

table {
	width: 97%;
	min-width: 45em;
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
	padding: 0px;
	table-layout: fixed;
}

.front {
	width: 500px;
}

body {
	background-image: url(images/elements/bgmain.png);
	font-family: Arial, Helvetica, sans-serif;
}

.topleft {
	background-color: #FFFFCC;
	width: 160px;
	heigh: 75px;
	padding: 0px;
}
.leftbar {
	background-color: #FFFFCC;
	width: 160px;
	font-weight: bold;
	line-height: 115%;
	vertical-align: top;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbody {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	border-left-color: #FFCC33;
	border-left-style:solid;
	border-left-width: 2px;
}

.topright {
	background-image: url(images/elements/top_bgs.jpg);
	background-repeat: repeat;
	height: 75px;
	width: 100%;
	border-left-color: #FFCC33;
	border-left-style:solid;
	border-left-width: 2px;
}

.bottom {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	vertical-align: top;
	font-size: 10px;
	border-top-color: #FFCC33;
	border-top-style:solid;
	border-top-width: 2px;
}

.indent {
	text-indent: 30px;
}	

.biggest {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.bigger {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.big {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.biggestred {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0000;
}
.biggerred {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.bigred {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.red {
	color: #FF0000;
}

.biggestgreen {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006600;
}
.biggergreen {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}

.biggreen {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}

.tiny {
	font-size: x-small;
}

.underline {
	text-decoration: underline;
}

.rightbox {
	float: right;
	width: 250px;
	background-color: #FFFFCC;
	border-left: #FFFFFF 3px solid;
	border-top:  #FFFFFF 3px solid;
	padding: 6px;
}
.center {
	text-align: center;
}
	