/** HEADINGS */

h4, h5, h6, .h4, .h5, .h6 {
	margin: 0 auto;
	
	color: #000000;
}

h1, .h1 
{
	font-family: Tahoma;
	font-size: 18px;
	color: #7d0000;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

h2, h3, .h2, .h3
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #000000;
}
h3, .h3
{
	margin: 0;
}

/** TEXTS */

body, th, td, input, textarea, select, horizNav, .bodyText {
	FONT-FAMILY:Tahoma
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}
p.center
{
	text-align: center;
}
p.right
{
	text-align: right;
}

.text1 {
	font-size: 32px;
	font-weight: normal;
	color: #000000;
}

.text2 {
	font-weight: normal;
	color: #7d0000;
}

.text3 {
	text-align: right;
	font-size: 18px;
	color: #f5f5f5;
	text-transform: capitalize;
}

.text4 {
	text-align: right;
	font-size: 32px;
	font-weight: normal;
	color: #f5f5f5;
	text-transform: capitalize;
}

.text5 {
	text-align: right;
	font-size: 24px;
	font-weight: normal;
	color: #fcfae1;
}

.text6 {
	font-size: 21px;
	font-weight: normal;
	color: #514200;
}

.text7 {
	height: 25px;
	padding: 0px 0px 0px 0px;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.text8
{
    font-size: 10px;
    font-style: italic;
}

.text9
{
    font-size: 12px;
    color: #F9E8B5;
    font-weight:bold;
    
}

.text10
{
    font-size: 12px;
    color: #F9E8B5;
    font-weight:bold;
    
}

.text11
{
	FONT-FAMILY:arial,helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

.list1 a {
	padding-left: 21px;
	background: url("~/Images/bullet1.gif") no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 8px;
}

.list2 a {
	padding-left: 21px;
	background: url("~/Images/homepage11.gif") no-repeat left center;
}

#content ul 
{
	margin: 0 10px 0 0;
	padding-left: 0;
	list-style: none;
}

#content ul li 
{
	background-image: url("~/Images/bullet2.gif");
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

#content li 
{
	padding: 0 0 0 10px;
}

#content .list1_full 
{
	margin: 0 10px 0 0;
	padding-left: 0;
	list-style: none;
}

#content .list1_full li 
{
	padding: 0 0 10px 10px;
	background-image: url("~/Images/bullet1.gif");
	background-repeat: no-repeat;
	background-position: 0 .7em;
	line-height: 18px;
}

/** LINKS */

a {
	color: #CCAF83;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #7d0000;
}

/** STYLES */

.style1 {
	line-height: 120%;
	text-align: right;
	color: #333333;
}

.style1 a {
	color: #333333;
}

.style1 a:hover {
}

.style2 {
	font-size: 12px;
	color: #514200;
}

.style2 a {
	color: #7d0000;
}

.style2 a:hover {
}

.style3 {
	color: #757575;
	font-size: 11px;
}

.style3 a {
	color: #757575;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

p.note
{
	color: #f00;
	font-weight: bold;
}