﻿/* BACKGROUND IMAGE CONTROL */
body {
	background: #FFF url('/images/background.bmp') repeat-x;
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,San Serif;
}
/* TEXT CONTROL */
.bodytext {
	color: #333;
	font-size: 12px;
	line-height: 1.4;
}
.featured td {
	color: #333;
	font-size: 10px;
	line-height: 1.4;
	padding-bottom: 20px;
}
.quotation {
	color: #333;
	font-size: 12px;
	line-height: 1.3;
	font-family: Georgia,Times New Roman,Times,Serif;
}
.footertext {
	color: #666;
	font-size: 9px;
	line-height: 1.5;
}
.newstext {
	color: #333;
	font-size: 9px;
}
.privacy {
	color: #333;
	font-size: 9px;
	line-height: 1.3;
}
.caption {
	color: #333;
	font-size: 11px;
	line-height: 1.3;
}
.property {
	color: #D58229;
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
}
.address {
	color: #333;
	font-size: 9px;
	line-height: 1.5;
}
H1 {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia,Times New Roman,Times,Serif;
}
H2 {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	font-family: Georgia,Times New Roman,Times,Serif;
}
.H1 {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia,Times New Roman,Times,Serif;
}
.H2 {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	font-family: Georgia,Times New Roman,Times,Serif;
}
.image {
	border: 3px solid #CCC;
}
li {
	margin: 2px;
	padding: 2px;
}
/* --- HYPERLINK CONTROL --- */
a:link, a:active, a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: blue;
	background-color: #E1E1E1;
	text-decoration: none;
}
.alt:link, .alt:active, .alt:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.alt:hover {
	font-weight: normal;
	color: navy;
	background-color: #FFF;
	text-decoration: underline;
}
.white:link, .white:active, .white:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.white:hover {
	font-weight: bold;
	color: #000;
	background-color: #D58229;
	text-decoration: none;
}
.ezine:link, .ezine:active, .ezine:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
.ezine:hover {
	font-weight: normal;
	color: navy;
	background-color: #F5F5FF;
	text-decoration: none;
}
.report:link, .ezine:active, .ezine:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
.report:hover {
	font-weight: normal;
	color: navy;
	background-color: #EEAB64;
	text-decoration: none;
}
/* --- FORM ELEMENT CONTROL --- */
form {
	margin-bottom: 0;
}
.newsfield {
	width: 200;
	height: 18;
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.newsbutton {
	width: 70;
	height: 22;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	background-color: #F0F0F0;
	border-left: 3px double #acb5b5;
	border-right: 3px double #acb5b5;
	border-top: 3px double #c4cccc;
	border-bottom: 3px double #6f7777;
	background: #fefefe url('/images/background_form_element.gif') repeat-x;
}
.newsarea {
	width: 280;
	height: 70;
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.newslist {
	width: 160;
	height: 18;
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.bullet {
	list-style-image: url('/images/arrow.png');
	margin: 0 0 0 15px;
	padding: 2px;
}
/* --- FEEDBURNER CONTROL --- */
div.feedBurnerFeedBlock li {
	list-style-image: url('/images/arrow.png');
	padding-bottom: 4px;
}
div.feedBurnerFeedBlock ul {
	padding: 0 10px 10px 10px;
	margin: 1px;
}
/* --- SEARCH CONTROL --- */
td {
	color: #6666;
	font-size: 12px;
	line-height: 1.4;
}
.titleMed {
	color: #6666;
	font-weight: bold;
	font-size: 18px;
}
.titleSmall {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.titleLarge {
	font-size: 16px;
	font-weight: bolder;
}
.bordercolor {
	background-color: #00000C;
}
.tablebackgroundcolor {
	background-color: #FFFFFC;
}
.primaryaccentcolor {
	background-color: #BCBCBC;
	font-weight: bold;
}
.secondaryaccentcolor {
	background-color: #ACACAC;
	font-weight: bold;
}
