body {
	background-attachment: fixed;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C4DBE8;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E505C;
}
td {
	font-size: 12px;
}
h1 {
	font-size: 20px;
	padding: 3px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;




}
h2 {
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;


}
input {
	font-size: 10px;
}
td a:link {
	color: #2E505C;
	text-decoration: none;
}
td a:visited {
	color: #2E505C;
	text-decoration: none;
}
td a:active {
	color: #2E505C;
	text-decoration: none;
}
td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
hr {
	color: #FFFFFF;
	height: 1px;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;


}
