@charset "utf-8";
/* CSS Document */

td {
	font-family: Century Gothic;
	font-size: 13px;
	color: #333333;
}

a:link, a:active, a:visited {
	color: #0CA373;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.header {
	background-image: url(images/titleBG.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}

.shortCuts {
	background-image: url(images/shortcutBG.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-weight: bold;
	color: #818181;
	text-decoration: none;
	text-transform: ;
	padding-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.shortCuts a:link, .shortCuts a:active, .shortCuts a:visited {
	font-weight: bold;
	color: #818181;
	text-decoration: none;
	text-transform: ;
}

.shortCuts a:hover {
	font-weight: bold;
	color: #0CA373;
	text-decoration: none;
	text-transform: ;
}

.borderBot {
	border-bottom: 1px solid #D5D5D5;
}