/* CSS Document */

/* Styles for the main body */
body, th, td, p, small {
	font-family:'Verdana',Times,serif;
	font-size:100%;
	color:#444;
}
small {font-size:80%;}

/* Styles for the heading */
table.head {
	border:1px solid #ccf;
	padding:3px;
	font-size:80%;
}
td.head, th.head {
	background-color:#006000;
	padding:7px 20px 7px 20px;
	color:#FFFFFF;

}
th.head {background-color:#004080; color:#677;}

/* Styles for the heading */
table {
	border:1px solid #ccf;
	padding:3px;
	font-size:80%;
}
td, th {
	background-color:#def;
	padding:5px 5px 5px 5px;
}
th {background-color:#dee; color:#677;}

.h1 {font-size:150%; color:#FFFFFF;}

#desc {font-size:70%; color:#006600}
