body {
	background-color:#ffffff;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	color:#666666;
	overflow-x:hidden;
	text-align: justify;
	cursor: crosshair;
	font-family: arial, tahoma, verdana;
	letter-spacing: 0;
	font-size: 9pt;
	line-height: 15pt;
	}
table, tr, td {
    background-color:#ffffff;
	font-family: verdana, arial, tahoma;
	letter-spacing: 1px;
	font-size: 9pt;
	line-height: 15pt;
	color:#666666;
	overflow-x:hidden;
	text-align: justify;
	cursor: default;
	}

a {
	font-family: arial, tahoma, verdana;
	color: #0c679e; 
	border-bottom: 0px solid #e3608a;
	text-decoration:none; 
	cursor: crosshair;
	}

a:visited {
	font-family: arial, tahoma, verdana;
	color: #0c679e; 
	border-bottom: 0px solid #e3608a;
	text-decoration:none; 
	cursor: crosshair;
	}
a:hover {
	font-family: arial, tahoma, verdana;
	color: #e3608a; 
	border-bottom: 0px dotted #f9b50a;
	cursor: crosshair;
	text-decoration:none; 
	}
h1 { 
	color: #999999;
	border-bottom: 2px solid #cccccc;
	letter-spacing:2px;
	text-align:left;
	font-size:8pt;
	font-family: arial;
	line-height: 11pt;
	font-weight: bold;
	text-transform:uppercase;
	}
	
h1:first-letter {
color:#9eab75;
font-size:14pt;
font-weight: bold;
font-family: Trebuchet MS, verdana, arial, tahoma;
text-transform:uppercase;
}

.h2 { 
	color: #666666;
	letter-spacing:2px;
	text-align:center;
	font-size:7pt;
	font-family: arial;
	line-height: 8pt;
	text-transform:lowercase;
	}
	


.form, input, textarea, checkbox, select {
	font-family: arial, tahoma, verdana;
	border-bottom: 3px solid #f9b50a;
	font-size: 8pt;
	color: #333333;
	background-color: #f9b50a;
	}
	
.title {
color: #9eab75;
border-bottom: 5px dotted #ffffff;
letter-spacing: 2px;
text-align:center;
font-size:10pt;
font-family: arial;
line-height: 14pt;
font-weight: bold;
text-transform:uppercase;
}

.title:first-letter {
color:#e3608a;
font-size:12pt;
font-weight: bold;
}

	
.button {
background-color: #eeeeee;
border: 1px dotted #cccccc;
padding: 10px;
text-decoration: none; 
}

.button:hover {
background-color: #9eab75;
border: 2px solid #cccccc;
padding: 9px;
text-decoration: none; 
}

a.opacity img {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
	
img { border: none;
text-decoration: none; }