/* CSS Document */

/* FOR ALL WEB PAGES */

/*****  General Page Formatting ***************************************/
body {
	background: #FFFFFF url(bg2new.gif) repeat-y center top;
	font-family: Times, serif;
	font-size: 100%; 
	margin: 0;
	padding: 0;
}


a {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	text-decoration: underline;
	color: #05583C;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #05583C;


}p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: center;
	background-position: center top;
}
