/* Standard Tags */

body {
	background-color: #FFF;
	margin: 0;
}

a {
	color : #06c;
	text-decoration: none;
}

a:visited {
	color : #06c;
	text-decoration : none;
}

a:hover {
	color : #4598e5;
	text-decoration : underline;
}

a:active {
	color : #4598e5;
}

form {
	margin : 0;
	padding : 0;
}

input,
select {
	vertical-align : middle;
}

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: #0066CC;
	text-decoration: none;
	margin: 0px 0px 4px 0px;
}

#contentWrapper 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: #444444;
	text-decoration: none;
	margin: 0px 0px 5px 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: #2376BC;
	text-decoration: none;
	margin: margin: 0px 0px 10px 0px;
}

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: 20px 0px 5px 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: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


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: #000000;
	text-decoration: none;
}

#centerContentWrapper a {
}

#centerContentWrapper a:hover {
}

#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);
}

#centerContentWrapper div,p,ul,li,td,th {
	line-height: 140%;
}

p.sub {
	font-size: 10px;
	color: #666666;
}
