/* Body Styles */

.body {
	padding: 5pt;
}


.body h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 15pt;
	color: #000000;

}


.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: lowercase;
	color: #633836;
	font-style: italic;
	text-align: right;
}


.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #9D3E01;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: normal;
}


.body h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #996600;
	font-weight: normal;
}


.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	color: #000000;
}


.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	color: #000000;
	list-style-image: url(../_media/_template/bullet.png);
}


.body a {
	color: #990000;
	text-decoration: none;
}


.body a:hover {
	color: #333333;
	text-decoration: underline;
}







/* Menu */

.menu {
	padding-right: 3pt;
	padding-left: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #660000;
	padding-top: 3pt;
	font-weight: bolder;
}


.menu a {
	color: #660000;
	text-decoration: none;
}

.menu a:hover {
	color: #993366;
	background-color: #FFFFFF;

}







/* Padding */

.pad_5pt {
	padding: 5pt;

}

.img_padding {
	padding-bottom: 5pt;
	padding-left: 15pt;

}




/* Stroke */


.stroke_blk {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}


.stroke_wht {
	border: 1px solid #FFFFFF;
}

.stroke_body {
border: 1px solid #000000;

}




/* Highlight */

.highlight {
	background-color: #E7A66A;
	border: 1px solid #666666;
	margin: 1pt;
}







/* Footer */

.footer {
	background-color: #000000;
	padding: 3pt;
}


.footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;


}


.footer a {
	color: #FFFFFF;
	text-decoration: none;

}
.highlight2 {
	background-color: #FFFFFF;
	margin: 1pt;
}
.img_right {
	float: right;
}
.img_left {
	float: left;
}
