/* Standard Tags */

body {
	background-image: url(../images/layout_images/body_gradient_bg.png)	;
	background-repeat: repeat-x;
	background-color: #fdfeff;
	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: #2b3c8b;
	text-decoration: none;
	margin: 15px 0px 4px 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: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2b3c8b;
	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: #555555;
	text-decoration: none;
	margin: 0px 0px 4px 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

h5 a {
	color: #ffffff;
	text-decoration: none;
	}

h5 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

div#contentWrapper, 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;
}

div#contentWrapper a, p a {
	color: #D45C19;
	text-decoration: none;
	}

div#contentWrapper a, p a:hover {
	color: #D45C19;
	text-decoration: underline;
	}

div#contentWrapper a.external, p a.external {
	color: #D45C19;
	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;
}

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

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

#contentWrapper ul li {
	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 0px 0px;	
}

#contentWrapper ul li a {
	color: #D45C19;
	text-decoration: none;
}

#contentWrapper ul li a:hover {
	color: #D45C19;
	text-decoration: underline;
}

#contentWrapper ul li a.external {
	color: #D45C19;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../images/external_arrow_inactive.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#contentWrapper ul li a.external:hover {
	color: #D45C19;
	text-decoration: underline;
	padding-left: 12px;
	background-image: url(../images/external_arrow_active.png);
}
