/* HEADER STYLE */


.header {

}

.header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	width: 440px;
}

.header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #333333;
	text-align: right;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	line-height: 8px;
}

.header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	height: 0px;
}





/* BODY STYLE */


.body {
	padding: 7pt;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 15pt;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 15pt;
}

.body a {
	color: #6699CC;
	text-decoration: none;
}

.body a:hover {
	color: #464769;
	text-decoration: underline;
}

.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #333366;
	line-height: 15pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFA773;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFA773;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #765946;
	font-size: 11pt;
	line-height: 15pt;
}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #48486E;
}



/* BORDERS */


.border_blk {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.border_purp {
	border: 1px solid #393954;
}

.border_brn {

}







/* BOX MENU */


.boxmenu {

}

.boxmenu h1 {

}

.boxmenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15pt;

}

.boxmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15pt;

}

.boxmenu a {
	color: #B0B3CC;
}
.boxmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}






/* PADDING */


.pad_5pt {
	padding: 5pt;
}

.pad_10pt {
	padding: 10pt;
}




/* FOOTER */


.footer {
	padding: 5pt;
}

.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #A1A47C;
}

.footer a {
	color: #A1A47C;
	text-decoration: none;
}

