﻿body {
	background-image: url('/images/template_stripe.gif');
	margin: 0;
	padding: 0;
}
/* CONTENT STYLE CONTROL */
.bodytext {
	font-weight: normal;
	color: #222;
	font-size: 13px;
	line-height: 1.3;
	font-family: Arial,Helvetica,Tahoma,Trebuchet MS,Sans Serif;
}
/* SPAN STYLE CONTROL */
H1 {
	font-weight: bold;
	color: #872320;
	font-size: 18px;
	font-family: Trebuchet MS,Trebuchet,Tahoma,Arial,Helvetica,Sans Serif;
}
H2 {
	font-weight: bold;
	color: #222;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.2;
	font-family: Trebuchet MS,Trebuchet,Tahoma,Arial,Helvetica,Sans Serif;
}
.caption {
	font-weight: normal;
	color: #000;
	font-size: 11px;
	font-family: Arial,Helvetica,Tahoma,Trebuchet MS,Sans Serif;
}
.quotation {
	font-weight: normal;
	color: #000;
	font-style: italic;
	font-size: 14px;
	font-family: georgia,times,times new roman,serif;
}
.property {
	margin: 4px 0 2px 0;
	border: 3px solid #CCC;
}
ul {
	list-style-image: url('/images/bullet.png');
}
/* HYPERLINK STYLE CONTROL */
.toplinks {
	font-weight: normal;
	color: #C0C0C0;
	font-size: 10px;
	font-family: Trebuchet MS,Trebuchet,Tahoma,Arial,Helvetica,Sans Serif;
}
.bottomlinks {
	font-weight: normal;
	color: #000;
	font-size: 10px;
	font-family: Arial,Helvetica,Trebuchet MS,Trebuchet,Tahoma,Sans Serif;
}
/* HYPERLINK BEHAVIOR CONTROL */
a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
.onblack:link, .onblack:visited, .onblack:active {
	color: #C0C0C0;
	text-decoration: none;
}
.onblack:hover {
	color: #FFF;
	text-decoration: underline;
}

