* {
 border: 0px;
	margin: 0px;
	padding: 0px;
	outline: none;
}

body, html {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

input {
	border: 1px solid #000;
	background: #FFF;
}

a {
	color: #333333;
}

h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
	color: #999;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	}

h5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

/***********************************************************************/

.clear {
	clear: both;
}

.shaded {
	height: 18px;
	margin: 10px 0px;
	clear: both;
	border: none;
	background: url(/images/layout/shaded_bg.jpg) top left repeat;
}

.shaded a {
	height: 13px;
	font-weight: bold;
	color: #404040;
	float: left;
	display: block;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #ffffff;
	background-color: #ececec;
	text-decoration: none;
	border-bottom: 1px solid #ececec;
}

.shaded a:hover { 
	border-bottom: 1px solid #8b8d8f;
}

.shaded a.current {
	background-color: #d5d5d5;
	color: #404040;
	background-image: url(/images/layout/subcurrent.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding: 2px 25px 2px 10px;
	border-bottom: 1px solid #d5d5d5;
}

.shaded a.current:hover {
	border-bottom: 1px solid #8b8d8f;
}

.shaded a.subhome {
	background-color: #8b8d8f;
	background-image: url(/images/layout/subhomearrow.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 2px 25px 2px 10px;
	border-bottom: 1px solid #8b8d8f;

}

.shaded a.subhome:hover {
	background-color: #8b8d8f;
}


.pinstripe {
 height: 1px;
	border-bottom: 1px dashed #EEE;
	clear: both;
}

.top_five {
	margin-top: 5px;
}

.bottom_five {
	margin-bottom: 5px;
}

.top_ten {
	margin-top: 10px;
}

.bottom_ten {
	margin-bottom: 10px;
}

a.black, .black a {
	color: #000;
	text-decoration: none;
}

a.black:hover, .black a:hover {
	text-decoration: underline;
}

a.blue_caps {
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.blue_caps:hover {
	text-decoration: underline;
}

.right_section {
	width: 280px;
	padding: 10px;
	margin: 10px;
	text-align: justify;
	background: #FFF;
}

.right_section h4 {
	font-size: 14px;
	color: #AAA;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 4px;
}

.right_section em {
	color: #AAA;
}

.right_section li {
	list-style: none;
	clear: both;
	color: #AAA;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
	margin: 2px 0px;
}

.right_section li span {
	display: block;
	float: right;
	width: 256px;
}

.right_section li a {
	text-decoration: none;
	font-weight: normal;
}

.right_section li a:hover {
	text-decoration: underline;
}

.right_section h5 {
	padding-top: 4px;
	text-transform: uppercase;
}

.message {
	margin: 20px 0px;
	padding: 10px;
}

.message h2 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 24px;
}

.msg_green {
	font-size: 12px;
	background: #55CC58;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
}

.msg_red {
	font-size: 12px;
	background: #EE3939;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
}

.img_subheader {
	margin-bottom: 10px;
}

.img_longheader {
	margin-top: 10px;
}

div { margin: 0; padding: 0; }