﻿#normal {
	font-size: 75%;
}

#top, #header {
	font-size: 70%;
}

#footer {
	font-size: 70%;
}

#header table, #normal table, #top table, #footer table {
	font-size: 100%;
}

.large {
	font-size: 120%;
}

.medium, a.medium {
	font-size: 110%;
}

.small, a.small {
	font-size: inherit;
}

.smallest, a.smallest {
	font-size: 90%;
}

h1 {
	font-size: 110%;
}

h2, h3, h4 {
	font-size: 110%;
}

body {
	background-color: #ffffff;
	color: #000000;
	margin: 10px 0px;
	font-family: Verdana, Arial, sans-serif;
}

.left {
	margin-top: 40px;
}

.content {
	margin: 6px 0px 20px 40px;
}

#lines {
	margin-top: 6px;
	margin-bottom: 6px;
}

h1, h3, h4 {
	color:#999999; 
}

h2 {
	color:#999999;
}

h1.page_title {
	color: #ED1D24;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: right;
	font-size: 90%;
}

h1.title, h2.title, h3.title, h4.title {
	color: #736B68;
	padding: 0px;
	margin: 0px;
}

h1.string, h2.string, h3.string, h4.string {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.white {
	color: white;
	font-family: Verdana, sans-serif;
}

.red {
	color: #B50000;
}

.grey {
	color: #999999;	
}

a {
	color: #8C8C8C;
	text-decoration: none;
}

a:hover {
	color: #ED1D24;
	text-decoration: underline;
}

a.nav_main {
	color: #999999;
	font-weight: bold;
}

a.nav_main:hover {
	color: #ED1D24;
}

a.nav_main_this {
	color: #ED1D24;
	font-weight: bold;
}

a.nav_main_this:hover {
	color: #ABA3A0;
}

.port_nav {
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
}

hr {
	border: 1px solid #8C8C8C;
}

.img {
	border-color: #ffffff;
}

.nbrd {
	border:0px;
}