body 
{
	/* Next 2 lines are for centering the page in Internet Explorer */
	text-align: center;
	min-width: 975px;
}

input 
{
    FONT-FAMILY: Verdana,Tahoma,Arial;
    font-size: 1em;
    padding-top:0; 
    text-align:left;
}


div#outerframe
{
	/* Next 3 lines are for centering the page in Internet Explorer */
	margin:0 auto;
	width:975px;
	text-align: left;

	background-image: url('../images/background.gif');
	background-repeat: no-repeat;
}

div#innerframe
{

	position:relative; left:10; top:10
}

table
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

	a:link	
	{	
		text-decoration:	none;
		color:	#3366CC;	
		font-weight: normal
	}	
		
	a:visited	
	{	
		text-decoration:	none;
		color:	#3366CC;	
		font-weight: normal;
	}	
			
	a:active	
	{	
		text-decoration:	none;
		color:	#3366CC;	
		font-weight: normal;
	}	
			
	a:hover	
	{	
		text-decoration:	none;
		color:	#FF9900;
		font-weight: normal;
	}

a.menu
{
		color:	#FFFFFF;
}

	/* Menu hyperlinks (Dark background) */
	a:link.menu	
	{	
		text-decoration:	none;
		color:	#FFFFFF;
		font-weight: normal;
	}	
			
	a:visited.menu	
	{	
		text-decoration:	none;
		color:	#FFFFFF;
		font-weight: normal;
	}	
			
	a:active.menu	
	{	
		text-decoration:	none;
		color:	#FFFFFF;
		font-weight: normal;
	}	
			
	a:hover.menu	
	{	
		text-decoration:	none;
		color:	#FF9900;
		font-weight: normal;
	}