html, * {
	margin:0;
	padding:0;
	background-color:#343D64;
	font-family:"Tahoma", "Verdana", "Arial";
}
body {
	margin:0 auto;
	padding:0 auto;
}
h1 {
	font-size:8pt;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
}
h2 {
	font-size:10pt;
	color:#FFFFFF;
	text-align:justify;
	font-weight:normal;
}
a:link {
	font-size:8pt;
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-size:8pt;
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-size:8pt;
	color:#FFFFFF;
	text-decoration: none;
}
input {
	background:#FFFFFF;
	font-size:8pt;
	color:#000000;
}
textarea {
	background:#FFFFFF;
	font-size:8pt;
	color:#000000;
}

div#wrap {
	width:800px;
	height:600px;
	margin:0 auto;
	padding:0 auto;
}
div#flash {
	width:185px;
	height:600px;
	float:left;
}
div#title {
	width:615px;
	height:106px;
	float:right;
	background-image:url('../images/bars/barsup.png');
}
div#buttons {
	width:615px;
	height:100px;
	float:right;
}
div#page {
	width:615px;
	height:394px;
	float:right;
	background-image:url('../images/bars/bardxplc.png');
}
div#text {
	background-color:#343D64
	width:565px;
	height:344px;
	margin:25px;
	font-family:"Tahoma", "Verdana", "Arial";
	font-size:11pt;
	color:#FFFFFF;
	text-align:justify;
}