/* March 2005 */

/* TYPOGRAPHY */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:normal;
	color: #000;
}

p {font-size: 11px; margin: 8px 0px;}

p a {
	color: #c60;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
	}
p a:hover {text-decoration:underline;}
		
ol {margin-top:0px; margin-bottom:12px;}
ol li {margin-top:6px;font-weight: bold;}
ol li ol li {margin-top:6px;font-weight: normal; list-style-type:square;}

.required {color:#3366FF;}
.upload {color:#cc0000;}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}



.navUtilities {font-size:11px; color:#ccc;}
.navUtilities a {color:#999; text-decoration:none;}
.navUtilities a:hover {color:#000; text-decoration:underline;}



.tableSchedule {
	font-size: 11px;
	line-height:11px;
	margin: 0;
	padding: 0;
  	width: auto; 	/* for ie5*/
  	w\idth: 100%; 	/* for ie6 and others */
}
.tableSchedule th {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
  	padding: 5px;
	color: #000;
	background-color: #D3D3D3;	
	white-space:nowrap;
	}
.tableSchedule td {padding: 2px 6px;}

.tableSchedule tr.altRow1 {background-color: #fff;} /*light*/
.tableSchedule tr.altRow2 {background-color: #eee;} /*dark*/

.tableSchedule input {
	font-size:9px; 
	color:#666;
	border:1px solid #666; 
	background-color:#fff;
	padding: 0;
	cursor:pointer;
	}
