body {
	background-image: url(bgv1.jpg);
	font-family: arial;
	font-size: 9pt;
	color: #6c8693;
	text-align: justify;
}

img {
 	border: 0; 
}

A {
	color: 82c0bc;
	text-transform: none;
	text-decoration: none;
}

A:hover {
	color: bef3f0;
	text-decoration: underline;
}


.sidebar {
	position: absolute;
	left: 650px;
	top: 720px;
	width:;
}


.sidetitle {
	font-family: times new roman;
	font-size: 12pt;
	color: 554A3B;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	text-align: left;
	background-color: CEB99A;
	border-bottom: 1px dashed #554A3B;
	padding: 4px;
}


.sidecontent {
	font-family: tahoma;
	font-size: 7pt;
	color: 4E4A42;
	line-height: 13px;
	text-align: justify;
	background-color: CEB99A;
	padding: 4px;
	overflow: auto;
}

.main {
	position: absolute;
	left: 200px;
	top: 553px;
	width: 337;
}

.frame {
	position: absolute;
	left: 40px;
	top: 720px;

}

.maintitle {

	padding:1px;
	font-weight: bold;
	font-size: 12pt;
	overflow: hidden;
	text-transform: uppercase;
	color: 554A3B;
	border-bottom: 1px dashed #554A3B;
	font-family: times new roman;
	letter-spacing: 0px;
	background-color: CEB99A
}

.maincontent {
	font-family: tahoma;
	font-size: 7pt;
	color: 4E4A42;
	line-height: 13px;
	text-align: justify;
	background-color: CEB99A;
	padding: 4px;
}

.header {
	position: absolute;
	left: 0px;
	top: 0px;
}

input, textarea {
	color: #6c8693;
	font-size: 10pt;
	font-family: tahoma;
	background-color: transparent;
	border: 1px solid #000000;
}

blockquote {
	margin: 0px 10px 10px 10px;
	border-left: 7px solid #554A3B;
	padding: 5px 5px 5px 5px;
	color: 554A3B;
}