/* Default CSS Stylesheet for a new Web Application project */

BODY
{

}

#MainDiv 
{ 
	WIDTH: 760px;
	border: solid 5px; 		 
}

#top
{
	width: auto
}

#left
{
	position: absolute;
	left: 10px;
	top:170px;
	width: 100px;
}

#center
{
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;	
}

.redbutton
{
	background-color:Red;
	color: White;
	font-family:Verdana;
	font-size:xx-small;
	font-weight: bold;
	padding:3 3 3 3;
	border-style:solid;
	border-width:1px;
	border-color: White;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

div.transOFF 
{
    width: 100%;
}

div.transON 
{
    width: 100%; 
    opacity:.65;
    filter: alpha(opacity=65); 
    -moz-opacity: 0.65;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    
}
H1	{	

	}	
		
H2	{	

	}	
		
H3	{	

	}	
		
H4	{	

	}	
		
H5, DT	{	

	}	
		
H6	{	

	}	
		
TFOOT, THEAD	{	

	}	
		
TH	{	

	}	


A:link	{	

	}	
		
A:visited	{	

	}	
		
A:active	{	

	}	
		
A:hover	{	

	}
	
SMALL	{	
	
	}	

BIG	{	

	}	

BLOCKQUOTE, PRE	{	
	
	}	
	

UL LI	{	

	}	

UL LI LI	{	

	}	

UL LI LI LI	{	
	
	}	
	
OL LI	{	
	
	}	

OL OL LI	{	
	
	}	

OL OL OL LI	{	

	}	

IMG 	{

	}
