p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 30px;
	color: #2F519D;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 30px;
	color: #2F519D;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 30px;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 30px;
	color: #2F519D;
	text-decoration: none;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: thin none #99CC99;
	color: #006699;
	background-color: #DFEAF1;
}
body {
	background-color: #9AAFC2;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
