/* CSS Document */


a {color: #ffffff; text-decoration: underline;
	}

 a:active {
	color: #333333; text-decoration: underline;
}
a:hover {
	color: #003300; 
	text-decoration: underline; }





input{
	padding: 0px;
	color:#000330;
	border: 1px solid #333333;
	background-color: #ffffff;
}

/* -- Forms ---------------------------- */

.formtable { border: 0;  margin: 0; padding: 0px 5px 0px 5px; vertical-align: middle; }

select {
	margin-top:0px;
	background-color:#FFFFFF;
	border: 1px solid #333333;
	color: #000000;
}

form {
padding: 0px;
margin: 0px;

}

table.schedule { 
	width:98%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
}

table.schedule td {
text-align:left;
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-style: inset inset inset inset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}


#checklist {
		width: 430px;
		margin:0 auto;
		border:0; padding:3;
}

#checklist img{
		 border:0; padding:0; 
}



#checklist ul {
 margin: 0px 0px 0px 67px;
 padding: 0px;  
}

#checklist li.style1 {
 margin: 4px 1px;
 padding: 0px 15px; 
 background:url(../images/iconChecklist.png) no-repeat 0px 3px; 
 list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */

}

#checklist li.style2 {
 margin: 4px 1px;
 padding: 0px 15px;
 list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  background:url(../images/icon2Checklist.png) no-repeat 0px 3px; 

}
h1 {
	font-weight: bold;
	font-size:12px;
	text-align: left;
	color:#fbec00;
	padding-left: 25px;
	display: compact;
	background: url(../images/bullet2.png) no-repeat center left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
