/* CSS Document */
<!--
* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #EEEEEE;
}

body, input, textarea, select{ 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input, textarea, select{
	border: 1px;
	border-color: #000000;
}

fieldset{	border: none; }
legend{		display: none; }
dt{ 		float: left; }

a:link, a:visited { color: #0066CC; 	text-decoration: none; }
a:hover, a:active {	color: #0066CC; 	text-decoration: underline; }

h1, .title{	font-size: 18px;	font-weight: bold; }

h2 { font-size: 12px;	font-weight: bold; }

.error{
	color: #CC0000;
	font-weight: bold; 
}

.attention{
	color: #FF6600;
	font-weight: bold; 
}

.succes{
	color: #009900;
	font-weight: bold; 
}

#container{
	margin: 0 auto;
	margin-top: 0;
	width: 850px;
}

#header{ 
	background: url(../image/layout/header.jpg) left top no-repeat;
	height: 100px;
	width: 850px;
}

#header .header_table{
	float: right;
	height: 100px;
	margin-top: 9px;
	width: 195px;
}

#menu{
	background: url(../image/layout/main_menu.gif);
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	width: 840px;
	padding: 5px;
	text-align: center;
}

#main{
	background: url(../image/layout/main_bg.gif) left top repeat;
	width: 840px;
	padding: 5px;
}

#footer{
	background: url(../image/layout/footer.gif) left bottom no-repeat;
	font-size: 10px;
	height: 15px;
	width: 840px;
	padding: 5px;
	text-align: center;
}
-->