/* Default styling */

BODY {
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	font-size: 8pt;
	color: #E3E3E3;
	background: url('/ff7cc/style/images/bg.gif');
	SCROLLBAR-BASE-COLOR: #C0C0C0;
	SCROLLBAR-ARROW-COLOR: white; }

A {
	color: #7F92A6; 
	text-decoration: none }

A:hover {
	color: #7292B1;
	text-decoration: underline }

A:visited {
	color: #7F92A6 }

text {
	text-decoration:none }
	
td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt }

hr {
	noshade; color: #ABABAB;
	height:1px }
	
.smallfont {
	font-size: 7pt }


/* Menu Formatting */

.menuleft {
	padding: 5px 0 0 22px;
	color: #E0E0E0;
	font-size: 8pt }

.menuright {
	padding: 5px 0 0 38px;
	color: #E0E0E0;
	font-size: 8pt }
	
a.menu { color: #E0E0E0 }

a.menu:visited { color: #E0E0E0 }

a.menu:hover {
	color: #E0E0E0;
	text-decoration: none }


/* Main Content */

.network {
	width: 770px;
	font-family: verdana }

.header {
	background: #43566A url('/ff7cc/style/images/header-bg.jpg') no-repeat right;
	border: 1px solid #222A34;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 6px }

hr {
	color: #374E65;
	background-color: #374E65;
	height: 1px;
	border-top: 1px solid #222A34;
	border-bottom: 0;
	border-right: 0 }

td.nosides
{
	border-top: 1px solid #222A34;
	border-bottom: 1px solid #222A34;
	padding: 6px;
	font-size: 7pt }

td.bordered {
	border: 1px solid #222A34;
	text-align: center;
	padding: 12px;
	font-size: 7pt }

.bordered2 {
	border-top: 1px solid #222A34;
	border-bottom: 1px solid #222A34 }

td.three {
	border: 1px solid #222A34 }

.news-column {
	background: #334960 }

.news-story {
	border-right: 20px solid #334960 }

.news-image {
	height: 1px; }

.indexbox {
	background: #334960;
	border: 1px solid #576A7D;
	padding: 3px;
	margin-bottom: 10px; }

.bottom {
	border-bottom: 1px solid #222A34 }

	
/* Forms and Buttons */

textarea {
    background-color: #26526B;
    border: black 1px solid;
    padding: 2;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal } 

input {
    background-color: #26526B;
    border: black 1px solid;
    padding: 2;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal } 

select {
    background-color: #26526B;
    border: black 1px solid;
    padding: 2;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 7px;
    font-weight: normal } 

.ButtonFormat {
    background-color: #C0C0C0;
    font-family: verdana, arial, sans-serif;
    border: #000000 1px solid;
    font-size: 11px;
    color: #183C56 }