/* CSS Document */
p,ul,li,td
{
	font:12px 'Tahoma';
}
.labelStyle
{
	font:12px 'Tahoma';
	font-weight:normal;
}
.labelStyleBold
{
	font:12px 'Tahoma';
	font-weight:bold;
}
.DescBgnd
{
	font: 14px 'Georgia';
	background-color: #ffffff;
	text-decoration: none;
}



.buttonStyle
{width:280;
 background-color:#00457c;
 border:0px;
 color:#FFFFFF;
 font-size:11px;
 padding:6px;
 font-weight:bold;
 cursor: pointer; cursor: hand ; 
 width:84px;	
 }
 .buttonStyle:hover
 {
 	background-color:#8cc73c;
 }
 
.btn
{width:280;
 background-color:#00457c;
 border:0px;
 color:#FFFFFF;
 font-size:11px;
 padding:6px;
 font-weight:bold;
 cursor: pointer; cursor: hand ; 	
 }
 .btn:hover
 {
 	background-color:#8cc73c;
 }
 
.ddl{width:180}
.slots{width:40}

.ConfirmText
{
	font-weight: normal;
	font-size: 10pt;
	color: #ff0000;
	font-style: normal;
	font-family: Tahoma;
}
.calendar a:link
{
	color: black;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
.abouttext
{
	color:Black;
	font-family:Times New Roman;
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
}

