/* CSS Document */
body {
	background-color: #F7F7F7;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.borderT {
	border-top: 1px solid #000000;
}
.smallbold {
	font-size: 11px;
	font-weight: bold;
}
.small {
	font-size: 11px;
	font-weight: normal;
}
.borderLRB {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}
.borderLR {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}
.awmAnchor {
	position:relative;
	z-index:0;
	top: -3px;
	left: 1px;
}

p, td, tr, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a:link {	color: #006699;	text-decoration: none;	font-size: 12px;	font-weight: bold;}
a:visited {	text-decoration: none;	color: #006699;	font-size: 12px;	font-weight: bold;}
a:hover {	text-decoration: underline;	color: #006699;	font-size: 12px;	font-weight: bold;}
a:active {	text-decoration: none;	color: #006699;	font-size: 12px;	font-weight: bold;}

a.footerlink:link {	color: #333333;	text-decoration: none;	font-size: 11px;	font-weight: bold;}
a.footerlink:visited {	text-decoration: none;	color: #333333;	font-size: 11px;	font-weight: bold;}
a.footerlink:hover {	text-decoration: underline;	color: #333333;	font-size: 11px;	font-weight: bold;}
a.footerlink:active {	text-decoration: none;	color: #CC0000;	font-size: 11px;	font-weight: bold;}

a.submit:link, a.submit:visited, a.submit:active  {
	padding: 4px 4px 4px 4px;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #006699;
	background-color: #EFEFEF;
}
a.submit:hover {	background-color: #006699;	color: #EFEFEF;}

#submit{
	position: relative;
	margin: -22px 0px 0px 380px;
}

H1 {	font-size: 18px;	font-weight: bold;	color: #333333;}
H2 { 	font-size: 14px;	font-weight: bold;	color: #006699;}
.headerB { 	font-size: 14px;	font-weight: bold;	color: #FFFFFF;	background-color: #006699;}

.input{	font-size: 12px;	font-style: normal;	font-weight: normal;	border: 1px solid #333333;	background-color: #EEEEEE;}
.footer{	font-size: 10px;	font-style: normal;	font-weight: bold;	color: #333333;	line-height: 15px;}

.red{	font-style: normal;	font-weight: bold;	color: #CC0000;	line-height: 15px;	text-decoration: underline;}

.box{	border: 2px dashed #666666;}

