@charset "UTF-8";
/* CSS Document */
body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333333;
	font-size: 13px;
}

a img { border: none; }

.style1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333333;
	font-size: 11px;
}
	
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7900;
	font-weight: bold;
	
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.style5 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: 200;
	font-size: 30px;
	color: 333333;
}
.style6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #cc3333;
}
.style11 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 13px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #993300

}