body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	font-size: 9pt;
	}

div {
	/* border: 1px solid blue;*/
	}

img { border:none; }

td {
	/*border: 1px solid yellow;*/
	}

ul {
	margin: 0px;
	margin-bottom: 20px;
	}
	
ol {
	padding: 0;
	}
	
ol li {
	list-style-position: inside;
	}
	
em {
	color: #FF3333
	}
	
strong {
	color: yellow;
	}	
	
h2 {
	color: red;
	margin: 0px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
	}

h3 {
	color: yellow;
	margin: 0px;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	margin-bottom: 6px;
	}

h4 {
	color: yellow;
	margin: 0px;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 6px;
	}

.border {
	border: 2px solid #f33;
	margin-bottom: 8px;
	}

.bottomtable {
	border-bottom: 3px solid white;
	}

a {outline: none;}

a:link, a:visited { 
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
	color: #f33;
	}
a:hover, a:active {
	font-weight: bold;
	color: #ff0;
	text-decoration: underline;
	}	

.header1  { font-size: 12px; font-family: Courier; letter-spacing: 0.1em; }
.header2  { font-weight: 800; font-size: 1.6em; }
.names  { font-weight: normal; font-size: 0.9em; font-family: "Courier New", Courier, Monaco }
.namesbold { font-weight: bold; font-size: 0.9em; font-family: "Courier New", Courier, Monaco }
.smallprint  { font-size:85%; }
.text  { font-weight: normal; font-size: 0.9em;}

.banner {
	text-align: center;
	padding-top: 16px;
	/* width: 310px; */
	margin: 0px auto;
	/*float: left;*/
	clear: both;
	}


link { color: #ff3438 }
vlink { color: #ff3438 }

#container {
	/*border: 3px solid grey;*/
	margin-left: auto;
	                           
	margin-bottom: 5px;
	                           
	margin-right: auto;
	                           
	margin-top: 20px;
	                           
	width: 635;
	position: relative;	/* necessary for contained elements to position relative to container */
	color: white;
	}

#header {
	padding-bottom: 20px;
	text-align: center;
	}

#main {
	text-align: center;
	padding-top: 6px;
	width: 600px;
	margin: 0px auto;
/*
	float: left;
*/
	}

#leftcontent {
	padding-top: 6px;
	width: 310px;
	margin: 0px auto;
	float: left;
	}

#rightmenu {
	/*text-align: right;*/
	width: 244px;
	margin-top: 6px;
	float: right;
	
	}
	
#footer {
	padding-top: 22px;
	clear: both;
	}

