	/* CSS Document */

	BODY
	{
		font-size: 11px;
		color: #333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
		margin: 0px 0px 0px 0px;
		padding: 0px;
		
		background-color: #000000;
	}
	
	P, td, li
	{
		font-size: 11px;
		color: #FEDFA7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.SelectedLink 
	{
		color: #CC6633;
		font-size: 12px;
		font-weight: bold;
	}
	A 
	{
		color: #A11C21;
		font-size: 12px;
		font-weight: bold;
	}
	A:visited
	{
		color: #A11C21;
	}
	A:hover
	{
		color: #CC6633;		
	}
	

	H2, .h2
	{
		font-size: 15px;
		font-weight: bold;
		color: #883300;
		margin-bottom: 4px;
	}
	
	a.rollover {  			
		border: 0px; 
	}
	
	a.rollover:hover{
		border: 0px;
		position: relative; bottom: 0px; left: 1px; right: 0px; top: 1px; 
	}
	
	li.nobull {
	list-style-type: none;
	padding: 5px;
		
	}	
}