/* css document */
body{
	background-color:#339966;
}

table{
	/*background-color: #999999;/*#EAEAEA;*/
}

.tabHeading{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color:#00FFFF;
	height:25px;
}

.description{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}

.details{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}

.titles{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.submitButton{
	background-color: #666666;
	color: #FFFFFF; 
	border: 1px solid #666666;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
}

a.general:active{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color: #B4CEFA;
	text-decoration:none;
}

a.general:visited{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #B4CEFA;
	text-decoration:none;
}

a.general:link{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #B4CEFA;
	text-decoration:none;
}

a.general:hover{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #B4CEFA;
	text-decoration:none;
}

.pointerhand{
	cursor: pointer;
	cursor: hand;
}

.links{
	cursor: pointer;
	cursor: hand;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:blink;
}

.calender{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color: #FFFF00;
	text-decoration:none;
}

