<!--

body {
	background-color: #323232;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}


.class1 A:link {text-decoration: none; font-family:Arial; font-size:11px; color:#333333}
.class1 A:visited {text-decoration: none; font-family:Arial; font-size:11px; color:#333333}
.class1 A:active {text-decoration: none; font-family:Arial; font-size:11px; color:#333333}
.class1 A:hover {
 text-decoration: none;
 color: red;
 font-family:Arial;
 font-size:11px;
 font-size:12px;
 }

.class2 A:link {text-decoration: none; font-family:Arial; font-size:11px; color:#333333}
.class2 A:visited {text-decoration: none; font-family:Arial; font-size:11px; color:#333333}
.class2 A:active {text-decoration: none; font-family:Arial; font-size:11px; color:#333333}
.class2 A:hover {
 text-decoration: none;
 color:green;
 font-family:Arial;
 font-size:11px;
 font-size:12px;
}

.Arial10 {
	font-family: Arial;
	font-size: 11px;
	color:#333333
}

.Arial12 {
	font-family: Arial;
	font-size: 12px;
	color:#333333
}
.Arial13 {
	font-family: Arial;
	font-size: 13px;
}

.Arial14 {
	font-family: Arial;
	font-size: 14px;
}

.Arial16 {
	font-family: Arial;
	font-size: 16px;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}

.Ver8 {
	font-family:Verdana;
	font-size: 8px;
}

.Ver10 {
	font-family: Verdana;
	font-size: 10px;
}

.Ver12 {
	font-family: Verdana;
	font-size: 12px;
}

-->
