/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	text-align: center;
}


.main_container {
	margin-top: 30px;
	margin-left:10%;
	margin-right:10%;
}

.title{
	font-weight: bold;
	font-size:20px;
	padding-left:10px;
	text-align: left;
}


h1 {
	font-size: 16px;
	color: gray;
	padding-bottom: 3px;
	border-bottom:1px solid silver;
	width: 95%;
}

.bodytext{
	font-size: 11px;
		
}
a:link {
	color: #666666;
}

table {
	background-color: white;
	text-align:left;
}