/* General Elements */

body {
	margin: 0;
	padding: 0;
	background-color:#211d1b;
	font-family:Verdana,Sans-serif;
	font-size: 11px;
	line-height:17px;
	
}

/*==== CONTAINER =======*/

#container_MainContent {
	margin-left:25px; 
	margin-right:20px; 
	margin-top:35px;
	}

/*==== LINK STYLES =======*/

a:link {
	color:#004dad;
	text-decoration:underline;
}

a:active, a:hover {
	color:#ad0051;
	text-decoration:underline;
}

a:visited {
	color:#916dad;
	text-decoration:underline;
}

a.subnav1:link, a.subnav1:visited {
	color:#004dad;
	text-decoration:none;
}

a.subnav1:active, a.subnav1:hover {
	color:#ad0051;
	text-decoration:underline;
}

a.subnav2:link, a.subnav2:visited, a.subnav2:active, a.subnav2:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


/*==== TEXT STYLES =======*/

.copy_home {
	font-size: 10px;
}

.copy_footer {
	font-size: 9px;
	color:#333333;
}

h1 {
	font-size: 18px;
	color: #717171;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

.intro_PressRelease {
	font-size: 14px;
	color:#717171;
	line-height:1.4em;
}

.label {
	font-size: 9px;
	color:#333333;
	font-weight:bold
}

.intro {
	font-size: 16px;
	color:#717171;
	line-height:1.6em;
}

.subhead_underline {
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-top:5px;
	margin-bottom:-6px;
}

.subhead_underline2 {
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}

