@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FCFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.ulink a:link {
	text-decoration: underline;
}
.ulink a:visited {
	text-decoration: underline;
}
.ulink a:hover {
	text-decoration: none;
}
.ulink a:active {
	text-decoration: none;
}



.small_9 {
	font-size: 9px;
}
.small_10 {
	font-size: 10px;
}
.white_12_bold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.black_12 {
	font-size: 12px;
	color: #000000;
}
.size_14_bold {
	font-size: 14px;
	font-weight: bold;
}
.silver_14 {
	color: #CCCCCC;
	font-size: 14px;
}
.size_14 {
	font-size: 14px;
}

.size_16 {
	font-size: 16px;
}

.orange_16_bold {
	color: #FF6633;
	font-size: 16px;
	font-weight: bold;
}
.size_18_bold {
	font-weight: bold;
	font-size: 18px;
}
.red_18_bold {
	color: #C11029;
	font-weight: bold;
	font-size: 16px;
}
.silver {
	color: #CCCCCC
}
.silver_bold {
	color: #CCCCCC;
	font-weight: bold;
}
.red {
	color: #C11029
}

