@charset "UTF-8";
/* CSS Document */

	.content {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	}
	
	.contactTitle{
	font-family:  "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	color: #ED8E00;
	font-weight: bold;
	}
	
	.contact{
	font-family:  "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	}
	
	a.content {
	COLOR: #669900;
	FONT-FAMILY: Courier New, Courier, mono;
	TEXT-DECORATION: none;
	TEXT-INDENT: 0cm;
	FONT-SIZE: 14px;
	font-weight : none;
}
a.content:hover {
	COLOR: #669900;
	FONT-FAMILY: Courier New, Courier, mono;
	TEXT-DECORATION: underline;
	TEXT-INDENT: 0cm;
	FONT-SIZE: 14px;
	font-weight : none;
}
