@charset "utf-8";
#header2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}
#header2 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
}
#header2 a:hover {
	text-decoration: underline;
}
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#left {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	width: 202px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 102px;
	padding-left: 460px;
	padding-top: 6px;
	font-size: 12px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



#body_txt {
	margin-bottom: 5px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00004A;
}
#body_txt     .list li   {
	font-style: normal;
	color: #0000FF;
	list-style-image: url(images/bullet-tennis2.jpg);
	font-size: 14px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
	}


body {
	background-color: #d7d7d7;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	color: #FF6600;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
strong {
	font-weight: bold;
}

.text1 {
	font-size: 18px;
	color: #009900;
	font-weight: bold;
}
.text2 {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.text3 {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
}
.text4 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.text5 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.text-orange {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}
.tbl1 {
	background-color: #EBFFCC;
	border: 1px solid #FF6600;
	padding: 8;
	
}
