body {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-family: verdana;
	font-size: 75%;
}

td {
	font-size: 100%;
}

table.null {
	border-collapse: collapse;
}
table.null td {
	padding: 0px;
}

a { color: #4b8f60; text-decoration: underline; }
a:hover { color: #4b8f60; text-decoration: none; }

a.none { text-decoration: none; }
a.none:hover { text-decoration: none; }


a.yellow { color: #bd801f; text-decoration: underline; }
a.yellow:hover { color: #bd801f; text-decoration: none; }

.black { color: #000000; text-decoration: underline; }
.black:hover { color: #000000; text-decoration: none; }

.green { color: #4b8f60; }


.inlist {
	margin: 7px 10px;
	padding: 0px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

form {
	padding: 0px;
	margin: 0px;
}

a.white { color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 10px }
a.white:hover { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 10px }

.menu {
	font-size: 9px;
	color: #5f5f5f;
	text-transform: uppercase;
	text-decoration: underline;
}
.menu:hover {
	color: #5f5f5f;
	text-transform: uppercase;
	text-decoration: none;
}	

.menu_sel {
	font-size: 9px;
	color: #4b8f60;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

.leftmenu {
	width: 194px;
	border-collapse: collapse;
	background: white url(/img/menu-gr-bg.gif) right repeat-y;
}

.aleftmenu {
	font-size: 10px;
	margin: 6px 0px 6px 20px;
	padding-left: 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #585858;
	display: block;
	background: url(/img/bullet-y.gif) 0px 1px no-repeat;
}
.aleftmenu:hover {
	color: #4b8f60;
	background: url(/img/bullet-g.gif) 0px 1px no-repeat;
}

.aleftmenu_sel {
	font-size: 10px;
	margin: 6px 0px 6px 20px;
	padding-left: 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d10000;
	font-weight: bold;
	display: block;
	background: url(/img/bullet-r.gif) 0px 1px no-repeat;
}
.aleftmenu_sel:hover {
	color: #d10000;
	font-weight: bold;
}

.menu-sep {
	height: 1px;
	background: url(/img/menu-sep.gif) left top no-repeat;
}

.menu-down {
	height: 20px;
	background: url(/img/menu-down.gif);
}

.header {
	color: white;
	padding: 9px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

.content {
	width: 100%;
	border-collapse: collapse;
	background: white url(/img/menu-gr-bg.gif) right repeat-y;
}

.down-bg {
	background: white url(/img/menu-gr-bg.gif) bottom repeat-x;
}

.cname {
	font-size: 9px;
}

.more {
	font-size: 9px;
	color: #a1acb1;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.more:hover {
	color: #dda03f;
	text-transform: uppercase;
	text-decoration: none;
}

.doc, .doc_bold {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 18px;
	background: url(/img/doc.gif) 0px 1px no-repeat;
}

.doc_bold {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #dda03f;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	margin: 15px 0px;
}

.bullet {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/img/bullet.gif) 0px 4px no-repeat;
}

.bullet_small {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/img/bullet.gif) 0px 4px no-repeat;
}

.arr_right {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 14px;
	background: url(/img/bul-g.gif) 0px 3px no-repeat;
}

.arr_left {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 14px;
	background: url(/img/bul-g-left.gif) 0px 3px no-repeat;
}


table.clubone {
	border-collapse: collapse;
	border: 1px solid black;
}

table.clubone th {
	border: 1px solid black;
	padding: 5px;
}

table.clubone td {
	border: 1px solid black;
	padding: 4px;
}

table.clubone td.bold {
	font-weight: bold;
}


.nomargin {
	margin: 0px;
}



.panel-h {
	background: url(/img/header-gw.gif) left top repeat-x;
}
.panel1, .panel2, .panel3, .panel4, .panel1-small, .panel1g {
	position: relative; 
	width: 100%; 
}
.panel1 {
	height: 34px; 
	background: url(/img/header-y.gif) left top no-repeat;
}
.panel1-small {
	height: 34px; 
	background: url(/img/header-y-small.gif) left top no-repeat;
}
.panel1g {
	height: 34px; 
	background: url(/img/header-g.gif) left top no-repeat;
}
.panel2 {
	height: 34px; 
	background: url(/img/header-gw-r.gif) right bottom no-repeat;
}
.panel3 {
	height: 14px; 
	background: url(/img/content-lb.gif) left bottom no-repeat;
}
.panel4 {
	height: 14px; 
	background: url(/img/content-rb.gif) right bottom no-repeat;
}
