*{ 	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,select,textarea,
table, caption, tbody, tfoot, thead, tr, th, td{ 	
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	font-family: Arial, sans-serif,"Helvetica";
}
:focus{ 	outline: 0;
}
table{ 	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
caption, th, td{ 	
	font-weight: normal;
	text-align: left;
}
td.label{
	padding-right: 8px;
	text-transform: capitalize;
}
thead tr th{
	font-weight: bold;
	border-bottom: 1px solid #C3C3C3;
	padding: 3px;
	color: #FF9900;
	text-transform: uppercase;
}
td{
	padding: 4px;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after{ 	content: "";
}
blockquote, q{ 	quotes: "" "";
}
body{ 	
	color: white;
	font-size: 12px;

	background: #1c1c1c url('images/body_bg.jpg') repeat-x top center;
	line-height: 1;
}
h1,h2,h4,h5,h6{ 	

	text-transform: uppercase;
}
h3{ 	

	text-transform: none;
	color: #FFB500;	
}
h1,h1 a, h1 a:hover{ 
	color: #090A64;	
	font-size: 18px;
	font-weight: bold;
}
h2,h2 a,h2 a:hover{ 	
	font-size: 24px;
	margin-bottom: 10px;
	color: #ff9900;
	font-family: Helvetica;
	font-weight: bold;
	font-style: italic;
	padding-left: 55px;
	background: transparent url('images/index_dh_dude.jpg') no-repeat 0 25%;
	letter-spacing: 0px;
	height: 44px;
	padding-top: 20px;
	
}
h3,h3 a,h3 a:hover{ 	
	color: #FFB500;
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2C2C2C;
}
h4,h4 a,h4 a:hover{ 	font-size: 100%;
margin-bottom: 5px;
}
h5,h5 a, h5 a:hover{ 		
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	text-decoration: none;
	color: #fff;
	
}
h6,h6 a,h6 a:hover{ 	color: #000;
	font-size: 11px;
	margin-bottom: 3px;
}
p{ 	margin-bottom: 15px;

}
a{
	color: #ffd500;
}
a:hover{
	text-decoration: none;
}
br{ 	clear: left;
}
img, a img{ 	border: 1px none black;
}
hr{ 	height: 1px;
	margin: 10px auto 10px auto;
	width: 90%;
}
em,i{
	font-style: italic;
}
b,strong{
	font-weight: bold;
}
div.nobr{ 	
	clear: both;
	display: block;
}
fieldset{ 	border: 1px none black;
}
pre{ 	
	font-size: 85%;
}
b,strong{
	font-weight: bold;
}
span.note{
	font-size: 80%;
	color: #696969;
	padding-left: 10px;
}
/*content*/
#content ul,#content ol{ 	
	margin: 3px 0px 20px 15px;
	padding-left: 25px;
}
#content li{ 	
	margin-bottom: 3px;
	padding-left: 5px;
}
#content fieldset{ 	
	border: 1px none black;
	margin-bottom: 15px;
	margin-left: 25px;
}
#content fieldset p{ 	
	color: #5A5A5A;
	font-size: 85%;
	margin-bottom: 10px;
}
#content fieldset legend,#masthead #accountFunctions #newsLetter legend{ 	
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: italic;
}
#content fieldset input, #content fieldset select, #content fieldset label{ 	
	display: block;
	float: left;
	margin-bottom: 13px;
	width: 200px;
}
div#content fieldset input{ 	
	height: 15px;
	width: 200px;
}
div#content fieldset input.numberField,input.numberField{ 	
	width: 50px;
}
div#content fieldset textarea{ 	
	font-size: 100%;
	min-height: 75px;
	min-width: 350px;
	overflow: auto;
	margin-bottom: 15px;
}
div#content fieldset input.file{ 	
	border: 1px none black;
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #C3C3C3;
	height: auto;
}
div#content fieldset span.inputMsg{ 	
	color: #4B4B4B;
	margin-left: 5px;
}
div#content label,div#content fieldset div.checkboxlabel,div#content fieldset div.formInfoDiv span.label,div#content fieldset div.radiolabel{ 	
	text-transform: capitalize;
}
div#content div.checkboxlabel label{
	width: auto !important;
}
div#content fieldset div.checkboxlabel,div#content fieldset div.radioLabel{ 	
	display: inline;
}
div#content fieldset input.checkbox,div#content fieldset input.radio{ 	
	background-image: none;
	float: left;
	margin: 0px;
	margin-right: 5px;
	width: auto;
}
#content input.submit{ 	
	background-color: #FFB500;
	border: 1px solid gray;
	color: #000;
	margin-left: 10px;
	margin-right: 5px;
	padding: 3px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
}
#content input.cancel{ 	
	background-color: #A50217;
	border: 1px solid gray;
	color: #fff;
	float: right;
	margin-right: 10px;
	padding: 3px;
}
#content img,#content img a{ 	
		border:1px solid #FEFE00;
}