@charset "UTF-8";
/* CSS Document */
<style type="text/css">
<!--
body,td,th {
	margin-left:0;
	margin-top:0;
	border:0;
	margin:0;
	padding:0;
}
body {
	background-color: #414141;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-attachment:fixed;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #002080;
}
.table {
	padding-left:0;
	padding-top:0;
	margin-left:0;
	margin-top:0;
	position:absolute;
	position:0 0;
	left:0;
	top:0;
}
.leftLine {
	width:50;
	background-image:url(../images/spacer_line_left.gif);
	background-repeat:repeat-y;
}
	
.textCell {
	background-image:url(../images/cell_bg.gif);
	background-repeat:repeat-y;
}

.copyCell {
	background-image:url(../images/copy_bg.gif);
	background-repeat:repeat-y;
	padding:5px;
	padding-left:10px;
}

.copy {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color:000000;
	font-weight:normal;
	text-align:justify;
	margin:0;
	margin-bottom: 4px;
}
.responsibility {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color: #365dcc;
	font-weight:normal;
	font-style:italic;
	text-align:justify;
	margin:0;
	margin-left:10px;
	margin-bottom: 2px;
}
.more {
	background-color:#ececec;
	padding-left:5px;
}

a.copy:link {
	color: #2d458b;
	font-weight: bold;
	decoration: none;
}
a.copy:visited {
	color: #2d458b;
	font-weight: bold;
	text-decoration: none;
}
a.copy:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #002388;
}
	
.headline {
	font:Times New Roman, Times, serif;
	font-size:18px;
	color:000000;
	font-weight:bold;
	text-align:left;
	margin-top: 8px;
	margin-bottom: 0px;
}

.subhead {
	font:Times New Roman, Times, serif;
	font-size:14px;
	color:000000;
	font-style:italic;
	text-align:left;
	margin-bottom: 4px;
}

.newsBox {
	background-image:url(../images/newsbox_bg.gif);
	background-repeat:no-repeat;
}
	
.footer {
	font:Times New Roman, Times, serif;
	font-size:13px;
	color:f4f4f4;
	margin-left:10px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:1px;
}
.twitterFeed {
	font:Times New Roman, Times, serif;
	background-color:#d1d1d1;
	list-style-type:none;
	font-weight: normal;
	text-align:left;
	font-size:15px;
	color:ffffff;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:10px;
}
.share {
	float:right;
}

.form {font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#333333;
}
.formSublabel {margin-left:2px;
	font:Times New Roman, Times, serif;
	font-size:9px;
	font-weight:300;
}
.formlabel {margin-left:2px;
	font:Times New Roman, Times, serif;
	font-size:12px;
	color:000000;
	font-weight:bold;
}
