@charset "utf-8";

/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #336699;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
li {
	line-height: normal;
	list-style-image: url(images/list_1.gif);
	font-weight: normal;
	color: #336699;
}


a {
	font-size: 10px;
	color: #669900;
}

h1 {
	font-size:16px; 
	text-align: center;
	font-family: verdana; 
	}

form {
	background-color: #CCCC99;
	margin-left: 10%;
	}
	
#row2col2 {
			border-left: thick;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			margin-top: 10px;
			margin-left: 15%;
			float: left;
			width: 71%;
			background-color: #CCCC99;
		}