.searchFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.headerDark {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}
.headerGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #5e733b;
}
.headerBG {
	background-image: url(../images/templates/header_bg_repeater.gif);
	background-repeat: repeat-x;
}
.navBG {
	background-color: #FFFFFF;
	background-image: url(../images/templates/nav_bg.jpg);
	background-repeat: repeat-x;
}
.navShadowBG {
	background-image: url(../images/templates/nav_shadow.gif);
	background-repeat: repeat-x;
}
.contentBGLeft {
	background-image: url(../images/templates/left_fade.gif);
	background-repeat: repeat-y;
}
.footerBG {
	background-image: url(../images/templates/footer_bg.gif);
	background-repeat: repeat-x;
}
.contentText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #333333;
	list-style-type: circle;
}
.contentTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: red;
}
.contentTextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	list-style-type: circle;
}
.contentLinkGreenSmall {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
.contentLinkGreenSmall:hover {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;	
	color: #00FF00;
	text-decoration: underline;
}
.contentLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.contentLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
.mainBG {
	background-image: url(../images/templates/main_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% top;
}
.tableBGStyleTop {
	background-image: url(../images/form/top.gif);
	background-repeat: repeat-x;
}
.tableBGStyleLeft {
	background-image: url(../images/form/left.gif);
	background-repeat: repeat-y;
}
.tableBGStyleRight {
	background-image: url(../images/form/right.gif);
	background-repeat: repeat-y;
}
.tableBGStyleBottom {
	background-image: url(../images/form/bottom.gif);
	background-repeat: repeat-x;
}
.contentGreenSmall {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #BDFF9F;
	border: 2px solid #000000;

}
.calendarHeader {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.calendarDay {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 3px;
	height: 155px;
	vertical-align: top;
}
.calendarDayNope {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #BDFF9F;
	border: 1px solid #666666;
	padding: 3px;
	height: 155px;
	vertical-align: top;
}
.calendarSuper {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.calendarDayInner {
	width: 100%;
	text-align: right;
	vertical-align: bottom;
}
.calendarDaySmallText {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.calendarDayClicked {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #C7FFA0;
	border: 2px solid #333333;
	padding: 3px;
	height: 155px;
	vertical-align: top;
}
.contentTextReport {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
	list-style-type: circle;
	text-align: center;
}
