/* CSS Document */

.foot_menu 
{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
a.foot_menu 
{
	color:#333333;
	text-decoration:none;
}

a.foot_menu:hover 
{
	color:#660066;
	text-decoration:underline;
}
.body_text, .left_body_text 
{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
.left_body_text
{
	text-align:left;
}
.title_text
{
	font-size:15px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
.address
{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}
a.address 
{
	color:#FFFFFF;
	text-decoration:none;
}

a.address:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}

div.error {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: solid;
	border-width: thin;
	border-color: red;
	padding: 1em;
}

td.form_label {
	vertical-align: top;
}

td.narrow_column {
	width:10%;
}td.wide_column {
	width:50%;
}