/* Text styles begin */

body, TD, INPUT, SELECT, TEXTAREA
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.whitetext
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.smalltext
{
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #003399;
	font-family: Verdana, Helvetica, sans-serif;
}

.ErrorStyle
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Text styles end */

/* controls styles end */
.ButtonStyle
{
	font-size: 10px;
	cursor: hand;
	color: #003399;
	font-family: Verdana, Helvetica, sans-serif;
}
/* controls styles end */
/* hyperlink styles begin */
A:link	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3333cc;
	}

/* hyperlink styles end */

DIV.Schedule_Disp
{
	overflow: auto;
	width: 725px;
	height: 550px;
}




