/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h1 {
	color: #1C3565;
	font-size: 16px;
	margin-top: 15px;
}

h2 {
	color: #1C3565;
	font-size: 14px;
}

#left_form {
	width: 275px;
	height: 350px;
	background-image: url(left_background.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 30px;
}

#right_body {
	width: 400px;
	margin-left: 300px;
}

.legal {
	font-size: 10px;
	color: #999999;
	margin-top: 10px;
	margin-left: 40px;
}

.bold_blue {
	font-weight: bold;
	color: #1C3565;
}

a.bold_blue:link {color: #1C3565; font-weight: bold; text-decoration: none; }
a.bold_blue:visited {color: #1C3565; font-weight: bold; text-decoration: none; }
a.bold_blue:hover {color: #1C3565; font-weight: bold; text-decoration: underline; }
a.bold_blue:active {color: #BFBFBF; font-weight: bold; text-decoration: none; }

a.blue:link {color: #1C3565; text-decoration: underline; }
a.blue:visited {color: #1C3565; text-decoration: underline; }
a.blue:hover {color: #1C3565; text-decoration: none; }
a.blue:active {color: #BFBFBF; text-decoration: underline; }

a.gray:link {color: #999999; text-decoration: underline; }
a.gray:visited {color: #999999; text-decoration: underline; }
a.gray:hover {color: #999999; text-decoration: none; }
a.gray:active {color: #999999; text-decoration: underline; }

