a {
	color:#B31F17;
}	

a:hover {
	color:#005984;
}

body {
	background:white;
	padding:0px;
	margin:20px;
}

td, th, div, blockquote, dl, ul, ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:14px;
}

img {
	border:0px;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}

h1 {
	font-size:20px;
	line-height:25px;
	padding:0px;
	padding-bottom:6px;
	margin:0px;
}


h2 {
	font-size:14px;
	line-height:17px;
	padding:0px;
	padding-bottom:6px;
	margin:0px;
}

.prlogoImg {
	margin-bottom:16px;
}

.prbreadcrumb {
	padding:7px 0px;
}

.prfooter {

}

/* Content layouts and things
--------------------------------------------------------------------------------------- */
.prspacerL {
	height:16px;
}	

.prcontentL {
	float:left;
	width:580px;
}

.prcontentR {
	float:right;
	width:30%;
}

.prclearThis {
	clear:both;
}

/* Error messages
--------------------------------------------------------------------------------------- */
.errorMsgTxt {
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:11px;
	line-height:12px;
}

#errorMsg {
	color:red;
	font-size:10px;
	line-height:11px;
	margin-top:-2px;
	margin-bottom:3px;
}