/* This defines whow a document looks on a screen.*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: none;
	padding-right: 5px;
}

/* Start the xhtml tag deffinitions*/
p, td, th, dd, dl, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
}
blockquote {
	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 185%;
	font-weight: bold;
	color: #cc3300;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
	color: #cc3300;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #07807F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr {
	color: #BDB6B0;
	height: 2px;
}
strong {
	font-weight: bold;
}

/* Link Deffinitions */
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #CC3300;
}
a:visited {
	color: #D6811F;
}
a:hover {
	color: #993300;
}
a:active {
	color: #796E6D;
}

/* Definition Lists*/
dl {
	padding: 2px;
	margin-left: 2px;
	list-style-position: outside;
	list-style-type: disc;
}
dt {
	font-size: 105%;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
}
dd {
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
}

/* Custom Classes */
.accent {
	font-weight: bold;
	color: #990000;
}
.hidden {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.vis {
	visibility: visible;
}
.feature {
	font: normal 85% Arial, Helvetica, sans-serif;
	color: #7A6E67;
}
.whats_new {
	font: bold 105%/125% Arial, Helvetica, sans-serif;
	color: #C40101;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.image {
	border: 1px #BDB6B0;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-top: 3px;
}
.rental_head {
	font: bold normal 100% Arial, Helvetica, sans-serif;
	color: #ce3100;
	padding-left: 3px;
}
.keyline {
	padding-bottom: 3px;
	padding-left: 2px;
}
.p-spaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	line-height: 115%;
}
.brown {
	font: bold normal 110% Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
}
.table_hd {
	font: bold normal 100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 3px;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	color: #ce3100;
}


.green {
	font: bold normal 85% Arial, Helvetica, sans-serif;
	color: #003300;
	padding-left: 3px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	font: normal 90% Arial, Helvetica, sans-serif;
}
.monthly {
	font: bold normal 100% Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
}
h5 {
	font: bold 105% Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
