@charset "utf-8";
/* CSS Document */

Body {
	font-family: Century Gothic;
	font-size: 13px;
	background-image: url('images/mainBG.gif');
	background-repeat: repeat-x;
	color: #000000;
}

td {
	font-family: Century Gothic;
	font-size: 13px;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0CA373;
	text-decoration: none;
}

.joinBG {
	background-image: url(images/joinBtn.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 155px;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 5px;
}

.join {
	font-family: Century Gothic;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	width: 155px;
}
		
.searchBG {
	background-image: url(images/searchBG.png);
	background-repeat: no-repeat;
	width: 245px;
}

.loginBG {
	background-image: url(images/loginBG.png);
	background-repeat: no-repeat;
	width: 202px;
}

.shadeLeft {
	background-image: url(images/shadeLeft.png);
	background-repeat: repeat-y;
}

.shadeRight {
	background-image: url(images/shadeRight.png);
	background-repeat: repeat-y;
}

.shadeBottom {
	background-image: url(images/shadeBottom.png);
	background-repeat: repeat-x;
}

.shadeBottomLight {
	background-image: url(images/shadeBottomLight.png);
	background-repeat: repeat-x;
}

.headBG {
	background-image: url(images/headBG.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.breadCrumbBG {
	background-image: url(images/breadCrumbBG.gif);
	background-repeat: repeat-x;
	padding: 9px;
	text-align: right;
}

.breadcrumb {
	color: #727272;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #727272;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #0CA373;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.padding {
	padding: 6px;
}

.padding4px {
	padding: 4px;
}

.padding2px {
	padding: 2px;
}

.top {
	font-size: 9px;
	color: #818181;
	text-transform: uppercase;
	text-decoration: none;
}

.top a:link, .top a:active, .top a:visited {
	font-size: 9px;
	color: #818181;
	text-transform: uppercase;
	text-decoration: none;
}

.top a:hover {
	font-size: 9px;
	color: #0CA373;
	text-transform: uppercase;
	text-decoration: none;
}

.border {
	 border: 1px solid #D5D5D5;
}

.hand {
	cursor: pointer;
}