/* CSS Document */



p{

font-family: Geneva, sans-serif;

font-size: 11px;

color: #000000;

line-height: 18px;

padding: 0px 3px;

text-align: left;

}



.head {

	font-family: Geneva, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	color: #FF0000;

}



.center {

	text-align: center;

}



.grey {

font-family: Geneva, sans-serif;

font-size: 10px;

color: #CCCCCC;

text-align: right;

}

a:link { 
	color: #CCCCCC;
	}
a:visited { 
	color: #CCCCCC;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: underline;
	}
a:active { 
	color: #CCCCCC;
	}


