﻿/* CSS Document */

h1 {
		font: 18px/20px helvetica, arial, sans-serif;
		color: #b2b2b2;
	}
	
	h2 {
		font: 18px/20px helvetica, arial, sans-serif;
		color: #666;
		margin-top: 30px;
		margin-bottom: -10px;
	}
	
	p {
		font: 12px/19px Arial, Helvetica, sans-serif;
		color: #785B47;
	}

	a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: C9751C;
	text-decoration: none;
}
	a:hover{
	text-decoration: underline;
}
	
.border {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.border2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: bold;
	font-style: italic;
	text-decoration: blink;
}
.borderdots {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.bordercenter {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #e36920;
	font-weight: bold;
}
.bordercenter2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.midtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: E36920;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: C9751C;
	text-decoration: none;
}
