body {
	background-color: #EDEDED;
	background-image: url("bg.gif");
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0px;
	font-family: tahoma, verdana, arial, courier, sans, sans-serif;
	font-size: 9pt;
	color: #B67B9B;
	text-align: justify;
	cursor: default;
	}

#head {
	position: absolute;
	top: 0px;
	right: 0px;
	}

#main {
	position: absolute;
	top: 280px;
	right: 60px;
	width: 472px;
	}

.title {
	font-family: georgia, Trebuchet MS, tahoma, verdana, arial, courier, sans, sans-serif;
	text-transform: uppercase;
	background-color: #F0F0F0;
	border-top: 1px solid #E7D6E0;
	border-bottom: 1px solid #E7D6E0;
	}

.hl {
	background-color: #F0F0F0;
	}

a {
	text-decoration: none;
	color: #CCB0D8;	
	cursor: default;
	border-bottom: 1px dotted #E7D6E0;
	}

a:hover {
	text-decoration: none;
	color: #C573A4;
	cursor: default;
	}

ul, li {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	}

input, textarea, select { 
	background-color: #F0F0F0;
	font-family: tahoma, verdana, arial, courier, sans, sans-serif;
	font-size: 9pt;
	color: #B67B9B; 
	border-top: 1px solid #E7D6E0;
	border-bottom: 1px solid #E7D6E0;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	margin: 2px;
	padding: 2px;
	}

ul { 
	list-style-image: url(list.gif); 
 	padding-left: 20px;
	}

ul li {
	padding: 5px;
	}