﻿/* --- TEXT CONTROL --- */
body {
	margin: 0px;
	padding: 0px;
	background: #F5F5F5;
}
.bodytext {
	font-family: verdana,arial,helvetica,sans serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #000;
}
.emphasis {
	font-family: verdana,arial,helvetica,sans serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #000;
}
.testimonials {
	font-family: georgia,times,times new roman,serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #333;
}
.referral {
	font-family: verdana,arial,helvetica,sans serif;
	line-height: 1.3em;
	font-size: 11px;
	Font-style: italic;
	color: #444;
}
.quote {
	font-family: verdana,arial,helvetica,sans serif;
	line-height: 1.3em;
	font-size: 13px;
	Font-style: italic;
	color: #444;
}
.footertext {
	font-family: verdana,arial,helvetica,sans serif;
	line-height: 1.6em;
	font-size: 9px;
	color: #F5F5F5;
}
.bookmarks {
	font-family: verdana,arial,helvetica,sans serif;
	line-height: 1.6em;
	font-size: 9px;
	color: #333;
}
H1 {
	color: #FF0000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	font-family: arial,helvetica,verdana,tahoma,sans serif;
}
H2 {
	color: #FF0000;
	font-size: 17px;
	line-height: 1.4;
	font-weight: normal;
	font-family: arial,helvetica,verdana,tahoma,sans serif;
}
.bullet {
	list-style-image: url('/images/bullet.gif');
}
/* --- FORM ELEMENT CONTROL --- */
.newsfield {
	width: 180;
	height: 18;
	color: #000;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans serif;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.newsbutton {
	70;
	height: 22;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans serif;
	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: 350;
	height: 70;
	color: #000;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans serif;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.newslist {
	width: 180;
	height: 18;
	color: #000;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans serif;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px solid#6f7777;
}
/* --- HYPERLINK CONTROL --- */
a:link, a:active, a:visited {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
.footer:link, .footer:active, .footer:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.footer:hover {
	color: white;
	font-weight: normal;
	background-color: black;
	text-decoration: underline;
}
.book:link, .book:active, .book:visited {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
.book:hover {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
