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

body{
	background-color:#000000;
}

table{
	background-color:#FFFFFF;
}

.line1{
	background-repeat:repeat-x;
	background-position:top;
	width:9px;
	background-color:#000000;
}

td.menu{
	padding:5px 20px 0px 25px;
	height:85px;
	background-repeat:no-repeat;
	text-align:center;
}
td.menu a{
	font-size:10px;
}

td.page_text{
	padding:5px 110px 20px 110px;
	background-repeat:repeat-y;
}
.page_text p{
	color:#ffffff;
}
.page_text img{
	float:left;
	padding:0px 10px 10px 0px;
}

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

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

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