@charset "utf-8";
/* Presentation */


h2 {
font-size:16px;
color:#B0342E;
}

h3 {
	font-size: 14px;
	color:#B0342E;
	margin-left: 40px;
}
h5 {
	font-size: 13px;
	color:#666666;
}
ul {
	list-style: square;
	border-bottom-width: thick;
}
li {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
}
p {
	line-height: 16px;
	margin-top: 0px;
	font-size: 14px;
	color: #666666;
}


.indexText {
	margin-top:50px;
	font-size:18px;
	line-height:24px;
	color: #666666;
}
.footer_font {
	font-size: 10px;
	text-align: left;
	padding-top:5px;
	padding-left:30px;
	color:#ccc;
}

dt {
	font-size: 12px;
	font-weight: bold;
	color: #89A35E;
	margin-left:5px;
}

dd {
	margin-top: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
}
a {
	font-weight: bold;
	color: #5B7F36;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #B9DD76;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #89A35E;
}

a img {
background:#fff;
}

a img:hover {
background: #fff;
}

.img_pad {
	padding-right: 5px;
	margin-right: 5px;
}


.intro {
	font-size: 24px;
	color: #B0342E;
}
.contact {
	font-size: 12px;
	line-height: 14px;
	margin-left: 40px;
	margin-bottom: 15px;
}

/*Table Styles*/
table {
	border:#333 solid 1px;
	padding-bottom:0px;
	margin-bottom:10px;
	color: #666;
}
th {
background-color:#333;
color:#eee;
padding:7px 7px 5px 4px;
text-align:center;
}
td {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding:8px 7px 2px 4px;
	}


.left_cell {
	border-left:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
}

.alt_row {
background-color:#eee;
}
