/* CSS Document */
body	{	
	font-size:10px;	
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Tahoma, Arial;
	color:#ffffff;
	background-color:#336600;
	margin:0;
}	

.MainTitle {
	font-family:	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:	1.35em;
	font-weight:	bold;
	text-decoration:	none;
	color: #66CC00;
	}

.SubTitle {
	font-family:	Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	bold;
	text-decoration:	none;
	margin:0;
	}

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	}	
		
.small	{	
	font-size:	.75em;
	}	
	
.normal {
	/* inherit from body */	
	}

.highlight {
	font-weight:	bold;
	}
	
.reverse {
	color: #000000;
	}

.RowOdd {
	background-color: #FFFFFF;
	color: #000000;
	}

.RowEven {
	background-color: #CCCCCC;
	}
		
h1	{
	font-family:	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:	1.35em;
	font-weight:	bold;
	text-decoration:	none;
	color: #66CC00;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	margin:0;	
	}	
		
h2	{
	font-family:	Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	bold;
	text-decoration:	none;
	margin:0;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	font-size: 1em;
	color: #000000;
	margin:0;	
	}	
		
h3	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	margin:0;
	}	
		
h4	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	margin:0;
	}	
	
h5	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	margin:0;
	}		
		
h6	{	
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	font-size:	1em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	margin:0;
	}			
	
/* Tables */		
		
table, tbody, tr, td	{
/*inherit from body*/
	}		
		
th	{
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	text-transform:	none;
	font-family:	"Franklin Gothic Book", Verdana, Tahoma, Arial;
	background-color: #333333;
	color: #FFFFFF;
	}	
		
/* Links */		
			
a:link	{
	text-decoration:	none;
	font-weight:	bold;
	color: #ffffff;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color: #66cc00;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color: #66cc00;
	}	
		
a:hover	{
	text-decoration:	underline;
	color: #ffffff;
	}	


/* Form elements and buttons */

.formbutton:link{
background-color: #E7890D;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px "Franklin Gothic Book", Verdana, Tahoma, Arial;
}
.formbutton:visited, .formbutton:hover, .formbutton:active{
color: #FFFFFF;
text-decoration: none;
}


/* Scrollbar - remove /* if active - see http://www.chillibomb.com/scroll_bars.htm for tool */

html, body{
SCROLLBAR-ARROW-COLOR: #669900;
SCROLLBAR-BASE-COLOR: #333300;
SCROLLBAR-TRACK-COLOR: #336600;
}


/* Layout Options tables  */

#mainlayout {

  position:absolute;
  height:600px; 
  width:1000px;
  margin:-300px 0px 0px -500px;
  top: 50%; 
  left: 50%;	
	
	
}
