html, p, body, table, td, th { 
	color: #000000; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	font-variant: normal; 
	text-transform: none; 
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	z-index: 2
}

a:link {
	color: #2f65a1;
	text-decoration: none;
	font-weight: bold; 
}

a:hover {
	color: #C6950D;
	text-decoration: none;
	font-weight: bold; 
}

a:visited {
	color: #2f65a1;
	text-decoration: none;
	font-weight: bold; 
}

a:visited:hover {
	color: #C6950D;
	text-decoration: none;
	font-weight: bold; 
}

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 
}

.nav a:hover {
	color: #E8E8E8;
	text-decoration: none;
	font-weight: bold; 
}

.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 
}

.nav a:visited:hover {
	color: #E8E8E8;
	text-decoration: none;
	font-weight: bold; 
}

small_caps {
	font-size: 16px; 
	text-transform: uppercase;
}

.copyright {
	font-size: 9px;
	line-height: 13px;
}

input {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

select {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

textarea {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

.lead_in { 
	font-size: 14px; 
	font-weight: bold
}

em {
	font-weight: bold; 
	font-style: normal; 
	color: #853A38
}

b {
	font-weight: bold
}

h1 {
	font-size: 16px; 
	font-weight: bold; 
	color: #853A38;
	margin-bottom: -6px; 
	margin-top: -0px; 
}

h2 {
	font-weight: bold;
	font-size: 11px;  
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: none; /* none, dotted, dashed, solid, double, groove, ridge, inset, outset */
	margin-bottom: -12px; 
}

h3 {
	font-size: 16px; 
	font-weight: bold; 
	color: #853A38;
	margin-bottom: 0px; 
	margin-top: 0px; 
}

h4 {
	font-size: 11px; 
	font-weight: bold; 
	color: #853A38;
	margin-top: 18px; 
}

h5 { 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	margin-bottom: 2px; 
}

h6 {
	font-size: 16px; 
	font-weight: bold; 
	color: #853A38;
	margin-bottom: -18px; 
	margin-top: -0px; 
}

ul {
	list-style-position: outside; 
	list-style-type: disc; /* none, disc, circle, square, decimal */
	margin-left: 14px; 
	margin-top: -12px; 
	margin-bottom: 0px; 
}

ol {
	list-style-position: outside; 
	list-style-type: decimal; /* none, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
	margin-bottom: 0px; 
	margin-top: -12px; 
	margin-left: 22px; 
	margin-right: 0em; 
}

.alpha {
	list-style-position: outside; 
	list-style-type: lower-alpha; /* none, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
	margin-bottom: 0px; 
	margin-top: -12px; 
	margin-left: 22px; 
	margin-right: 0em; 
}

p.test:first-line {
	color: #C6950D;
	text-decoration: none;
}

p.tested:first-letter {
	color: #C6950D;
	font-size: 200%; 
}

p.test {
	margin-top: -8px; 
	margin-bottom: 10px; 
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: dotted; /* none, dotted, dashed, solid, double, groove, ridge, inset, outset */
}
.specialty_bg {
	background-color: #CCCCCC;
	background-image: url(images/bg_colour.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
