@charset "utf-8";
/* CSS Document */

.body, .navbar, .bodybold, .subhead, .bodyred, .smalltext, .redpanel, a.body:link {
	margin: 0px;
	padding-top: 0px;
}

.body {
	color: #0a5482;
	font-size:10pt;
	font-style:normal;
	font-family:Tahoma, Geneva, sans-serif;
}
.subhead {
	color: #e31b21;
	font-size:12pt;
	font-style:bold;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
}
.largetext {
	color: #1573af;
	font-size:12pt;
	font-style:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.subhead-underline {
	color: #e31b21;
	font-size:12pt;
	font-style:bold;
	text-decoration:underline;
	font-family:Tahoma, Geneva, sans-serif;
}

.smalltext {
	color: #000;
	font-size:8pt;
	font-style:normal;
	font-family:Tahoma, Geneva, sans-serif;
}
.bodybold {
	color: #000;
	font-size:10pt;
	font-style:bold;
	font-family:Tahoma, Geneva, sans-serif;
	
}
.redpanel {
	color: #fff;
	font-size:11pt;
	font-style:bold;
	border: 1px;
	border-color: #000;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#F00;
}
.bluepanel {
	color: #fff;
	font-size:11pt;
	font-style:bold;
	border: 1px;
	border-color: #000;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#359bdb;
}

.yellowpanel {
	border: 5px;
	border-color: #e31b21;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#f9e224;
}

.bodyred{
	color: #e31b21;
	font-size: 10pt;
	font-style:bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.navbar {
	color: #000;
	text-decoration:none;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
}

<style type="text/css">     

	    

a.navbar:link

{
text-decoration:none;
color:#000;
}
a.navbar:active

{
text-decoration:none;
color:#000;
}

a.navbar:visited 
{

text-decoration:none;
color:#000;
}

a.navbar:hover
{

text-decoration:none;
font-size: 11pt;
color:#fff;
font-weight:bold;
}



a.body:link

{
text-decoration:none;
color:#000;
font-weight:bold;
}
a.body:active

{
text-decoration:none;
color:#000;
font-weight:bold;
}

a.body:visited 
{

text-decoration:none;
color:#0f8903;
font-weight:bold;
}

a.body:hover
{

text-decoration:none;
color:#C00;
font-weight:bold;
}
#twitterFeed ul {
    margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e9161b;
}

#twitterFeed li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 8px 0; margin: 0 0 8px 0;
    font-size: 10pt;
}

#twitterFeed li.last {
    border: none;
    margin: 0;
}

#twitterFeed span.time {
    display: block;
    font-size: 8px;
    color: #989994;
    margin: 2px 0 0 0;
}

#twitterFeed a {
    color: #3258dd;
    text-decoration: none;
}

#twitterFeed a:hover {
    color: #2654a1;
    text-decoration: underline;
}

.leftborder {
background-image:url('images/left-border.gif');
background-repeat:repeat-y;
background-position:right;
}
.rightborder {
background-image:url('images/right-border.gif');
background-repeat:repeat-y;
background-position:left;
}
.tablepadding {
	padding: 0px 45px 10px 40px;
}
