/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:visited, a:active{
	color:#CC3300;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.default{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004000;
}
.default a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004000;
	text-decoration:underline;
	
}
.default a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004000;
	text-decoration:none;
}
.heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
}
#schedule_table {
	font-family:Tahoma, Verdana;
	font-size:12px;
}
#schedule_table #table {
	background-color:#DCC023;
	font-family:Tahoma, Verdana;
	font-size:12px;
}
#schedule_table .td {
	background-color:#FFFFFF;
}
#schedule_table .th { 
	font-weight:bold;
	background-color:#FFFFFF;
}
.tech_line{
line-height:25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.team_leftpad{

padding-left:20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}