
BODY {border : none;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#000000;
	/*background-image: url(graphics/background.jpg);*/
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;}


#absolute_center {
  position: relative;
  margin:0px auto;
  padding:0px;
  width:619px;
  border-width:0px;
  }



TR, TD {font-family : verdana, arial, helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 11px;}



/* MAIN PAGE LINKS */	
.main A:link {text-decoration: none;
	color: #c0837e;}

.main A:visited {text-decoration: none;
	color: #c0837e;}

.main A:active {text-decoration: none;
	color: #d65146;}

.main A:hover {text-decoration: underline;
	color: #d65146;}

	

/* SUB PAGE LINKS */	
A:link {text-decoration: none;
	color: #c0837e;}

A:visited {text-decoration: none;
	color: #5493d9;}

A:active {text-decoration: none;
	color: #e30202;}

A:hover {text-decoration: underline;
	color: #d65146;}



.lpic {float : left;
	margin-right : 10px;
	margin-bottom : 10px}

.rpic {float : right;
	margin-left : 10px;
	margin-bottom : 10px}



ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	/*list-style-image: url(graphics/bullet.gif);*/}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: numerical integers;}

LI {margin-bottom: 8px;
	margin-left: 5px;}



/* NO HARD BREAK AFTER FORM TAG */	
FORM {margin-bottom : 0px;}

/* NO HARD BREAK AFTER TABLE TAG */
TABLE {margin-bottom : 0px;}



/*
 Some styles used by the "Cascading Popup Menus" script.
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain &lt;A HREF&gt; tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #4d5554;
 font: 11px verdana, geneva, arial, helvetica, sans-serif;
 text-align: left;
 margin-left: 8px;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 11px verdana, geneva, arial, helvetica, sans-serif;
 text-align: left;
 margin-left: 8px;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #09599d;
}
.itemBorderBlank {
 border: 1px solid #eee5d3;
}