body,td,div,p
	{
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
	}
	
.mini
	{
		font-family: verdana, sans-serif;
		font-size: 9px;
	}

	
.border
	{
		border: 1px solid #990000;		
	}
	
.borderb
	{
		border: 1px solid #000000;		
	}
	
.borderbottom
	{
		border-bottom: 1px solid #990000;		
	}
	

A:link  
	{
		color : #000000;
		text-decoration : none;
		font-weight : normal;
	}

A:visited  
	{
		color : #000000;
		text-decoration : none;
		font-weight : normal;
	}

A:active  	
	{
		color : #000000;
		text-decoration : none;
		font-weight : normal;	
	}
	

A:hover  
	{
		color : #CC3300;
		text-decoration : none;		
		font-weight : normal;
	}
