<STYLE TYPE="TEXT/CSS">
<!--
/* cvs tags */
p.cvs {
	color: lightgrey;
	font-family: Lucida, Verdana, Helvetica, Arial;
}

/* default table data */
td {
	font-family: Lucida, Verdana, Helvetica, Arial;
}

td.lwhite {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	background-color: white;
}

td.cwhite {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: center;
	background-color: white;
}

/* layered tables */
td.toprow {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: center;
	background-color: #cccccc;
}

td.colhead {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	background-color: #e2e2e2;
	font-weight: bold;
	vertical-align: top;
}

td.colheadc {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: center;
	background-color: #e2e2e2;
	font-weight: bold;
	vertical-align: top;
}

td.colheadm {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	background-color: #e2e2e2;
	font-weight: bold;
	vertical-align: middle;
}

td.box1,tr.box1 {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	background-color: #f2f2f2;
}

td.box2,tr.box2 {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	background-color: #e2e2e2;
}

td.yellowbox {
	font-family: Lucida, Verdana, Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	background-color: #ffffbf;
}

table.gray {
	background-color: #e2e2e2;
}

/* everything not covered by the above */
body {
	font-family: Lucida, Verdana, Helvetica, Arial;
}

/* links */
a {
	text-decoration: none;
	color: #1047a5;
	font-weight: bold;
}

a.nobold {
	text-decoration: none;
	color: #1047a5;
	font-weight: normal;
}

a.u {
	text-decoration: underline;
	color: #1047a5;
	font-weight: normal;
}

a.ubold {
	text-decoration: underline;
	color: #1047a5;
	font-weight: bold;
}

a.unobold {
	text-decoration: underline;
	color: #1047a5;
	font-weight: normal;
}

/* fake links */
a.f {
	text-decoration: none;
	color: none;
	font-weight: bold;
}

a.fnobold {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

/* former links*/
font.fl {
	font-weight: bold;
}

/* fixed-width */
font.fx,pre.fx {
	font-family: Courier New, Courier;
}

/* hostnames */
font.hostname {
	font-style: italic;
}

font {
	font-family: Lucida, Verdana, Helvetica, Arial;
}

font.command {
   color: #b21717;
   font-weight: bold;
}

font.fxcommand {
	color: #b21717;
	font-family: Courier New, Courier;
	font-weight: bold;
}

font.na {
	color: gray;
	font-style: italic;
}

/* signature */
font.fxsig {
	font-family: Courier New, Courier;
	color: gray;
}

blockquote {
	margin-left: .5em;
	margin-right: .5em;
}

input.small, select.small {
	font-family: Lucida, Verdana, Helvetica, Arial;
	font-size: 8pt;
}

textarea.smallfx {
	font-family: Courier New, Courier;
	font-size: 8pt;
}
.txtfooter {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #660000}
.txtfooter A:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #660000; text-decoration:underline}
.txtfooter A:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #660000; text-decoration:none}
.txtfooter A:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #660000; text-decoration:none}

#titlename {
font-family: Arial, Helvetica, sans-serif;
color: #920E0C;
font-size: 1.5em;
word-spacing: -1;
}


/*STYLES FOR LEFT-SIDE MENU - ADDED BY AARON 10/06*/


div#menu
{
	width: 135px;
	height: 280;
	border: 1px solid red;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	top: 10px;
	left: 5px;
}

div#contact_box
{
	width: 135px;
	border: 1px solid red;
	height: 155px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	top: 20px;
	left: 5px;
	background: #fff;
}

ul
{
	margin: 0px;
	list-style: none;
	padding: 0px 5px 5px 5px;
	background-color: #fff;
	border: 0;
}

ul li.menu_header
{
	color: #333;
	border: 1px solid #999;
	padding: 0px 0px 0px 5px;
	background-color: #ededed;
	height: 19px;
	margin: 15px 10px 0px 0px;
	position: relative;
	left: 4px;
	font-weight: bold;
	font-size: 13px;
}

ul li.menu_item
{
	border: 1px solid #ccc;
	border-top: 0px;
	position: relative;
	margin: 0px 6px 0px 10px;
	padding: 0px 0px 0px 5px;
	line-height: 15px;
	font-weight: bold;
}

ul li a
{
	background: url("/images/button_background2.jpg") -20 -20 no-repeat;
	text-decoration: none;
	font-size: 10pt;
	color: #333;
	display: block;
	top: -2px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff;
}

ul li a:hover
{
	color: #333;
	background: url("/images/button_background2.jpg");
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 0px 0px 0px 5px;
	margin-left: -5px;
}

ul li.form_header
{
	color: #333;
	border: 1px solid #999;
	padding: 0px 0px 0px 5px;
	background-color: #ededed;
	height: 19px;
	margin: 15px 10px 5px 0px;
	position: relative;
	left: 4px;
	font-weight: bold;
	font-size: 13px;
}

ul li.form_title
{
	position: relative;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin: 0px;	
}

.form 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 23px 0px 30px;
}

input.login
{
	background: #ededed;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	margin: 5px 30px 10px 35px;
	border: 1px solid #999;
}


.pricing {
	color: #920E0C;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.pricing_desc {
	font-size: .8em;
	text-align: center;
}

td.form_subject {
	font-size: .9em;
	width: 150px;
	text-align: right;
	display: block;
}

-->
</STYLE>

