body{
	padding: 0px;
	margin: 0px;
	color: #404040;
	font-family: Tahoma;
	}
	
a:link, a:visited{
	color: #025bb5;
	text-decoration: underline;
	}
	
a:hover{
	color: #65a0db;
	text-decoration: underline;
	}

td.menu_top{
	background-image: url('img/menu_top_bg.gif');
	background-repeat: repeat-x;
	font-size: 1px;
	}
	
td.menu_spacer{
	width: 5px;
	font-size: 1px;
	}
	
td.menu_border{
	width: 10px;
	}
	
td.menu{
	background-image: url('img/menu_bottom_bg.gif');
	background-repeat: repeat-x;
	font-size: 11px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
	text-align: center;
	}
	
td.menu a:link, td.menu a:visited{
	color: white;
	text-decoration: none;
	}
	
td.menu a:hover{
	color: #cee9ff;
	}
	
img.arr{
	width: 9px;
	height: 5px;
	margin: 0px 7px 2px 0px;
	}
	
form{
	margin: 0px;
	}
	
table.enter{
	background-color: #e5e5e5;
	}
	
table.enter td.border{
	width: 10px;
	padding: 0px;
	}
	
table.enter td{
	padding: 0px 5px;
	font-size: 11px;
	color: #858585;
	}
	
table.enter td.submit{
	padding: 0px;
	text-align: center;
	width: 100%;
	}
	
table.enter input.text{
	width: 100px;
	height: 18px;
	border: 1px solid #c0c0c0;
	color: #707070;
	font-size: 10px;
	}
	
table.text{
	background-image: url('img/top.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
	}
	
table.text td{
	background-image: url('img/bottom.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 18px 55px 30px 155px;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	}

table.text p{
	margin: 12px 0px 0px 0px;
	}
	
table.copy td{
	text-align: right;
	padding: 13px 55px 50px;
	font-size: 11px;
	color: #adadad;
	line-height: 150%;
	}
	
div.errors{
	color: #900000;
	}

div.message{
	color: #009000;
	}

h1{
	font-size: 12px;
	}

table.form td{
	text-align: left;
	padding: 3px 20px 3px 5px;
	background-image: none;
	vertical-align: middle;
	}

table.form input.text{
	border: 1px solid #d0d0d0;
	font-size: 11px;
	width: 120px;
	height: 18px;
	}

table.form input.button{
	border: 1px solid #c0c0c0;
	background-color: #0070c0;
	color: white;
	font-size: 11px;
	width: 120px;
	height: 18px;
	}

div.comment{
	font-size: 11px;
	padding: 10px 0px;
	color: #a0a0a0;
	}

div.news{
	font-size: 11px;
	color: #707070;
	padding: 0px 0px 16px;
	line-height: 150%;
	}

div.news b{
	color: #202020;
	}

li{
	padding: 0px 0px 6px 18px;
	list-style-position: outside;
	}

div{
	padding: 0px;
	}

textarea{
	width: 240px;
	height: 30px;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	font-family: Tahoma;
	}