/* CSS Document */

a {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;

}
.txt12 {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
}
.txtbox {

	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #000000;
}
.forms {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #424242;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #A7A7A7;
	height: 16px;
	
}
.bg {
	background-repeat: repeat-x;
}
.bg2 {
	background-repeat: repeat-y;
}
.bgnormal {

	background-repeat: repeat;
}
.menu2 {
	position: relative;
	left: -277px;
	overflow: visible;
	z-index: 0;
	top: -15px;
}
.tab_bg {
	background-image: url(images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-attachment: fixed;
	background-color: F79B05;
	border: 1px solid #AD6B00;
}
.cal_content {
	color: #522606;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}
.cal_date {
	color: #522606;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.tab_border {
	border: 1px solid #FFF8E6;
	background-color: FABC57;
}
.empty {
	background-color: FABC57;
}
.headdays {
	border: none;
}
.title {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 14px;
	color: #522606;
}
.form {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #424242;
	background-color: #FFFFFF;
	border: 1px solid #A7A7A7;
	height: 16px;
	
}
.required {
 	color: #FF0000;
}