html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#333333;
}
body {
	background:url(../images/header_bg.png) repeat-x left top;
	
}

img {
	border: 0px;
}

form, input {
	margin:0px;
	padding:0px;
}

#page a, #page a:HOVER, #page a:VISITED {
	font-size:12px;
	font-weight:normal;
}

.divider {
	display:inline-block;
	height:18px;
	border-left:1px solid #333333;
	width:5px;
	margin-left:5px;
}
	
#header a,
#header a:link, 
#header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#cc0101;
}

#header .divider {
	display:inline-block;
	border-left:2px solid #CCCCCC;
	height:16px;
}

div.content_holder {
	overflow:hidden;
	margin:0px 5px;
	padding:10px;
	background-color:#FBFBFB;
	border:solid 1px #EEEEEE;
}

div.content {
	width:100%;
}

a, a:VISITED {
	color:#cc0101;
}

a:HOVER {
	color:#dd5353;
}

.indent {
	margin-left:10px;
}

.bold {
	font-weight:bold;
}

.red {
	color:#BE0C10;
}

.required {
	color:#A60A0C;
}

.post_img {
	position:relative;
	border:1px solid #CCCCCC;
	padding:5px;
}

.checkbox_group input, .radio_button_group input {
	vertical-align:bottom;
}

.checkbox_group label {
	display:inline-block;
	margin-right:20px;
	margin-top:2px;
	overflow:visible;
	white-space:nowrap;
}

.post_sub_section_bar {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #CCCCCC;
	padding:0px 0px 1px 3px;
}

.label {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	padding-top:4px;
	white-space:nowrap;
}

.error {
	font-size:10px;
	font-weight:bold;
	color:red;
}

.radio_button_group label {
	display:inline-block;
	margin-right:20px;
	margin-top:4px;
	overflow:visible;
	white-space:nowrap;
}

.submit_btn {
	padding-top:10px;
}

.offset_input_size {
	padding:0px 2px 4px 2px;
	font-weight:bold;
	font-size:14px;
}