/* Common styles */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #741B3F;
	position:relative;
}

em {
font-style:italic;
}

strong {
font-weight:bold;
}

.actionLine a {
text-transform:uppercase;
color:#fff;
font-size:100%;
font-weight:bold;
background: url('/includes/images/actionArrowRight.png') no-repeat right 2px;
padding-right:12px;
}


	a {
		color: #903;
		text-decoration: none;
	} 
	
	a:hover {
		text-decoration: underline;
		}
			
	
	.sectionBody {
	width:950px;
	margin:0 auto;
	background:none;
	position:relative;
	}
	
	
		#pageBody {
		background: #59001f url('/includes/images/pageBodyBg.gif') repeat-x 0 0;
		float:left;
		width:100%;
		}