/*
'  Author Greg Schmidt
'  Copyright (C) 2009 GSWeb, All Rights Reserved.

'	TOC:
'	+Primary Layout
'	+Text Navigation
'	+Fonts

*/

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Primary Layout
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */


body { 
	background-color: #000; 
	margin-top: 12px; 
	margin-bottom: 0px;
	} 
	
table, tr, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	}

.indextable {
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	margin-top: 6px;
	}	
	

.toptable {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #333;
	margin-top: 6px;
	}

.bottomlefttable {
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #333;
	}

.bottomlefttable2 {
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #333;
	}
	
.bottomrighttable {
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #333;
	}

.bottomrighttable2 {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #333;
	}
	
.bottomtable {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #333;
	}	
.Images { 
	border-style: solid; 
	border-color: #333; 
	border-width: 1px;
	}
	
	

	
/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Text Navigation
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */



a.SecondaryNav:link    {font-size: 11px; color:#E51922; text-decoration:none; padding-left:15px; padding-right:15px; line-height:60px; }
a.SecondaryNav:visited {font-size: 11px; color:#E51922; text-decoration:none; padding-left:15px; padding-right:15px; line-height:60px; }
a.SecondaryNav:active  {font-size: 11px; color:#E51922; text-decoration:none; padding-left:15px; padding-right:15px; line-height:60px; }
a.SecondaryNav:hover   {font-size: 11px; color:#CCC; text-decoration:none; padding-left:15px; padding-right:15px; line-height:60px; }

a.Email:link    {font-size: 12px; color:#B33C11; text-decoration:none; }
a.Email:visited {font-size: 12px; color:#B33C11; text-decoration:none; }
a.Email:active  {font-size: 12px; color:#B33C11; text-decoration:none; }
a.Email:hover   {font-size: 12px; color:#CCC; text-decoration:underline; }



/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Fonts
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.h1 {
	font-size: 14px; 
	font-weight: bold;
	color: #888; 
	line-height: 18px;
	}
	
.indexText {
	font-size: 12px; 
	color: #666; 
	line-height: 22px;
	}

.menuitem {
	font-size: 12px; 
	color: #666; 
	font-weight: bold;
	line-height: 22px;
	}




/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Forms
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}


