﻿/* CSS Document */

body{
	background:#FFFFFF url(../images/bg.jpg) repeat-x top center;
	margin:0 auto;
	padding:0px;
}
.bg{
	background:#FFFFFF url(../images/bgbg.jpg) repeat-x top center;
	width:902px;
	margin:0 auto;
	padding:0px;
}
.legalbg{
	background:#a3dcff;
	width:250px;
	margin:0 auto;
	padding:0px;
}
.bgfooter{
	background:#000000 url(../images/bgfooter.jpg) repeat-x top center;
	margin:0 auto;
	padding:0px;
}
.arial12{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	color:#4d4d4d;
}
.arial02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	color:#000000;
}
.arial11{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	color:#4d4d4d;
}
.arial11white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	color:#FFFFFF;
}
.arial12blue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	color:#019ade;
}
hr{
	color:#CCCCCC;
	width:100%;
}
.submit{
	background:url(../images/ButtonPlain.jpg) no-repeat top center;
	width:75px;
	height:20px;
	margin:0 auto;
	padding:0px;
	border:0px;
	font: bold 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 10px;
	text-decoration: none;
	white-space: nowrap;
}
.table_border
{
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#888888;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#888888;
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#888888;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#888888;
}
.error{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:red;
}