body {
	background: url("images/bg.png") repeat;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 10px;
	color: #9DA19C;
}



a:link, a:active, a:visited {
	font-weight: none;
	color: #AC9A00; 
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: lowercase;
}



a:hover {
	color: #BF1D6E; 
}



a.menu:link, a.menu:active, a.menu:visited {
	color: #9A9D99;
	background: #BF1D6E;
	text-align: right;
	padding: 2px;
	padding-right: 5px;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
}



a.menu:hover {
	background: #AC9A00;
	color: #0640AD;
}



.navigation {
	padding-right: 5px;
	text-align: right;
}



.content {
	background: url("images/bgc.png") repeat;
	padding: 5px;
	text-align: justify;
}



h1 {
	margin: 0px;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 5px;
	padding-left: 20px;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 3px solid #0640AD;
}



h2 {
	color: #BF1D6E;
	margin: 0px;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 3px;
	padding-left: 20px;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 3px solid #C21004;
}



h3 {
	background: #AC9A00;
	color: #BF1D6E;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 3px;
	padding-right: 20px;
	text-align: right;
	text-transform: lowercase;
}



input, textarea, option, select {
	font-family: arial;
	font-size: 10pt;
	background: #9A9D99;
	color: #0640AD;
	border: none;
	border-bottom: 3px solid #BF1D6E;
}



b {color: #0640AD;}
i {color: #AC9A00;}
u {color: #0640AD;}
