* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #fff;
	text-align: center;
}


h1 {
	font-size: 30px;
	position: absolute;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 32px;
	line-height:  100%;
	font-weight: normal;
	margin-bottom: 30px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	font-size: 18px;
	line-height:  18px;
	font-weight: normal;
	margin-bottom: 16px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	font-size: 16px;
	line-height:  14px;
	font-weight: bold;
	margin-bottom: 16px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}




p, li, a, td, th, dd, address, blockquote, label {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}



img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

input, textarea, option, select {
	font-size: 11px;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}




/* custom styles ================== */



.header {
	text-align: left;
	width: 640px;
	height: 100px;
}

.menu {
	display: none;
	visibility: hidden;
}



.head_photo_box {
	display: none;
	visibility: hidden;
}


.torso {
	text-align: left;
	width: 640px;
}


.footer {
	border-top: 1px solid #000000;
	padding: 20px 0;
	clear: both;
}

.photo_text {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #E8F0D8;
}

.libra tr th, .libra tr td {
	padding-bottom: 5px;
	border-bottom: 1px solid #cecece;
}