/* Standard Tags */

body {
	background-image: url(../images/layout_images/body_gradient_bg.png)	;
	background-repeat: repeat-x;
	background-color: #FCFDFE;
	margin: 0;
}

.hr {
	position: relative;
	float: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
	height: 1px;
	background-image: url(../images/hr_bg_dot.png);
	overflow: hidden;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2376BC;
	text-decoration: none;
	margin: margin: 0px 0px 10px 0px;
}

#contentWrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2376BC;
	text-decoration: none;
	margin: 15px 0px 4px 0px;
}

#contentWrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #888888;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #888888;
	text-decoration: none;
	margin: margin: 0px 0px 10px 0px;
}

h2 a {
		color: #888888;
		text-decoration: none;
	}

h2 a:hover {
		color: #888888;
		text-decoration: underline;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2376BC;
	text-decoration: none;
	margin: 0px 0px 3px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 4px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

#centerContentWrapper a {
	color: #c81B58;
	text-decoration: none;
}

#centerContentWrapper a:hover {
	color: #c81B58;
	text-decoration: underline;
}

#centerContentWrapper a.external {
	color: #c81B58;
	text-decoration: none;
	display: inline-block;
	padding-left: 12px;
	background-image: url(../images/external_arrow_inactive.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#centerContentWrapper a.external:hover {
	color: #c81B58;
	text-decoration: underline;
	display: inline-block;
	padding-left: 12px;
	background-image: url(../images/external_arrow_active.png);
}

p.sub {
	font-size: 10px;
	color: #666666;
}