body {
	background-color:#FFFFFF;
}

body, div, td, p, a, table, input, textarea, select, option {
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
	line-height: 16px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #610054;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #610054;
	margin: 0px 5px 0px 0px;
	display: inline;
}

p {
	margin: 0px 0px 10px 0px;
}
/* --- */


#MAIN_DIV {
	margin: -275px 0 0 -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 550px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px dotted #610054;
}

/* --- */

#HEADER_DIV {
	clear: both;
	width: 800px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(layout/img_title.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #610054;
}

/* --- */

#MENU_DIV {
	clear: both;
	width: 800px;
	height: 76px;
	padding: 0px;
	margin: 0px;
	background-color: #F9F9F9;
	background-image: url(layout/bg_menu.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #610054;
}
	
	#MENU_DIV.a:link, #MENU_DIV.a:hover, #MENU_DIV.a:visited, #MENU_DIV.a:active {
		text-decoration: none;
		cursor: pointer;
	}

/* --- */

#CONTENT_DIV {
	clear: both;
	width: 800px;
	height: 305px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#CONTENT_LEFT {
	width: 350px;
	height: 275px;
	float: left;
	padding: 0px 30px 0px 10px;
	margin: 20px 0px 10px 10px;
	background-color: #FFFFFF;
	border-right: 1px dotted #610054;
	overflow: hidden;
	text-align: justify;
}

#CONTENT_RIGHT {
	width: 350px;
	height: 275px;
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 20px 10px 10px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* --- */

#FOOTER_DIV {
	clear: both;
	width: 800px;
	height: 15px;
	font-size: 10px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: #F9F9F9;
	background-image: url(layout/bg_footer.png);
	background-repeat: repeat;
	border-top: 1px dotted #610054;
}

/* --- */

.errorMSG {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

