.topheader {
	background-image: url(images/vert_header.jpg);
	background-repeat: repeat-x;
}
.leftbackground {
	background-image: url(images/hori_header.jpg);
	background-repeat: repeat-y;
}
.padding {
	padding: 10px 20px 10px 10px;
}
body {
	background-color: #D0E8F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link { color: #000000; text-decoration: underline}
a:visited { color: #000000; text-decoration: underline}
a:active { color: #000000; text-decoration: underline}
a:hover { color: #FF0000; text-decoration: underline}
