/* CSS Document */
body, table, tr, td{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	border-collapse:collapse;
	vertical-align:top;
	color: #333333;
	text-align:left;
}

.left_column{
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 0px 150px 0px;
}

.menu td{
	text-align:right;
	padding:3px 0px 8px 10px;
}

.menu td.menu_item{
	padding:0px 0px 8px 170px;
}

.images td{
	padding: 0px 10px 0px 0px;
}

td.page_header{
	padding:40px 0px 0px 20px;
	width:100%;
}

td.page_header h1{
	color:#FFFFFF;
}

td.page_text{
	padding:20px 20px;
	height:600px;
	background-repeat:no-repeat;
	background-position:bottom right;
}
.page_text img{
	float:left;
	padding:0px 10px 10px 0px;
}

td.copyright{
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:bottom;
	text-align:right;
	padding:0px 10px 10px 0px;
}

a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

h1{
	color:#333333;
	font-size:15pt;
	font-weight:normal;
}

hr{
	height:1px;
	border:solid 1px #ffffff;
}