body,td,div,p
	{
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
	}
.mini
	{
		font-size: 11px;
	}
	
.big
	{
		font-size: 14px;
	}
	
h1
	{
		font-size: 14px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
.border
	{
		border: 1px solid #C47E1B;
	}
	

.borderb
	{
		border: 1px solid #000000;
	}
	

	
	

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

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

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

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