﻿body {
	background-image:	url(images/background.gif);
	text-align:			center;
	margin: 			0;
	padding: 			0;
	font-family:		Arial, Helvetica, sans-serif;
}

#container {
	width: 				890px;
	margin: 			0 auto;
	text-align:			left;
}

#textcontainer {
	width: 				750px;
	background-image:	url(images/containerbackground.gif);
}

h1 {
	font-size: small;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: small;
	line-height: 18px;
}
h3 {
	font-size: small;
	line-height: 18px;
	font-style:italic;
}

h4 {
	font-size: 			12px;
	line-height: 		18px;
}

p {
	font-size: small;
	line-height: 18px;
}

a {
	color: #0950A0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}


a:hover {
	color: #0950A0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited {
	color: #0950A0;
}

.logintext {
	font-size: 			12px;
}

.contactformtext {
	font-size: 			12px;
	color: 				#0950A0;
	margin-top: 		4px;
}

.contactform {
	margin: 			1px 5px 1px 5px;
	border: 			1px solid #0950A0;"
	}
	
.darkblue {
	color: 				#0950A0;
}

.lightblue {
	color: 				#80CEE2;
}
