td{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.content{
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
	color: #000000;
}

.menu_bg {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x
}

.seperator {
	background-image: url(../images/dot2.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.seperator2 {
	background-image: url(../images/dot.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
.rules_bg{
	background-image: url(../images/rules_bg.jpg);
	height: 24px;
	background-repeat:repeat-x;
}

.a:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #00FFFF;
	text-decoration: underline;
}


.b:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.b:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.b:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.c:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.c:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.c:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.subtitle {
	font-family: Arial;
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
}

.subtitle2 {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.u_style_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #b2b2b2;
}