body {
	margin:10px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}
#content {
	width:740px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#fff;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#content h1{
	font-size:18px;
	color:#002A8F;
	font-weight:bolder;
	margin:15px 5px 15px 5px;
}
#content h2{
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
	margin:10px 5px 15px 5px;
}
#content h3{
	font-size:14px;
	color:#002A8F;
	font-weight:600;
	margin:10px 5px 15px 5px;
	text-transform:uppercase;
}
#content h4{
	font-size:12px;
	color:#CC0000;
	font-weight:600;
	margin:8px;
}
#content h5{
	font-size:11px;
	color:#000;
	font-weight:normal;
	margin:8px;
}
#content p{
	font-size:12px;
	color:#000;
	font-weight:normal;
    clear:both;
}
#content_form p{
	font-size:12px;
	color:#000;
	font-weight:normal;
	clear:both;
}
ul{
	padding-top:15px;
	padding-bottom:15px;
	margin:0px;
}
.required{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	clear:none;
	padding:0;
	margin:0;
}
.content_img_lft{
	float:left;
	margin:0px 15px 15px 15px;
}
.content_img_rgt{
	float:right;
	margin:15px;
}
#content_form{
	width:360px;
}
#content pre{
	color:#CC0000;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
}
#content label{
	font-weight:700;
	float:left;
	display:inline;
	background:#EFEFEF;
	padding:3px;
}
#content input {
	float:right;
	display:inline;
	margin:0px 0px 3px 0px;
}
#content select {
	float:right;
	display:inline;
	margin:0px 0px 3px 0px;
}
#content textarea {
	float:right;
	display:inline;
	margin:0px 0px 3px 0px;
	width:196px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
}
#content dl{
	margin:10px;
	line-height:16px;
}
#content dt{
	font-weight:bold;
	color:#000;
	padding:4px;
	background:#EFEFEF;
}
#content dd{
	margin:3px;
	padding:10px;
}
.button{
	margin-right:10px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:800;
	padding:2px;
	background:#CC0000;
	border-bottom:1px outset #990000;
	border-right:1px outset #990000;
	border-top:1px outset #FF0000;
	border-left:1px outset #FF0000;

}
.button_reset{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	font-weight:800;
	padding:2px;
	background:#CCCCCC;
	border-bottom:1px outset #333;
	border-right:1px outset #333;
	border-top:1px outset #666;
	border-left:1px outset #666;
	margin-left:10px;
}
#content hr{
	height:1px;
	background:#EDEDED;
	margin:0;
	padding:0;
}
