a {
	text-decoration : none;
}

a:link {
	color : #B63300;
	text-decoration : underline;
}

a:visited {
	color : #B63300;
	text-decoration : underline;
}

a:hover {
	color : #E14507;
	text-decoration : none;
}

a:active {
	color : #E14507;
	text-decoration : none;
}

a:focus {
	color : #E14507;
	text-decoration : none;
}

body {
	background-color : #C7AE89;
	margin-bottom : 0 px;
	margin-left : 0 px;
	margin-right : 0 px;
	margin-top : 0 px;
}

body,p,div,th,td,p,input,select,textarea {
	color : #000000;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 14px;
}

h1 {
	color : #B63300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 26px;
	font-weight : normal;
	margin-bottom : 2px;
}

h2 {
	color : #7F4200;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	margin-bottom : 2px;
}

/*	This is used for the sub headers					*/
h3 {
	color : #A66926;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	margin-bottom : 2px;
}

h4 {
	color : #7F4200;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	margin-bottom : 2px;
}

hr{
	color : #C7AE89;
	width : 80%;
}

.caption{
	color : #7F4200;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.caption{
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.inverse {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 150%;
}

.inverse a:link {
	color : #FFFFFF;
	text-decoration : underline;
	font-size : 14px;
	font-weight : bold;
}

.inverse a:visited {
	color : #FFFFFF;
	text-decoration : underline;
	font-size : 14px;
	font-weight : bold;
}

.inverse a:hover {
	color : #FFFFCC;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

.inverse a:active {
	color : #FFFFCC;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

.inverse_small {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.quote{
	color : #B63300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : italic;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
}

.superscript{
	font-size : 8px;
	vertical-align : top;
}

