/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #aaaaaa;

}
h1{
	font-size: 14px;
}
h2{
	font-size: 14px;
	color: #336666;
}
h3{
	font-size: 12px;
	color: #336666;
}

.header{
	width: 100%;
	height: 20px;
	background-color: #ffffff;
	}
.menu{
	width: 150px;
	background-color: #ffffff;
	list-style-type: square;
	font-size:12px;

}
.column_1{
	width: 150px;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 10px;
	height:250px;
}
.column_2{
	width: 275px;
	background-color: #ffffff;
	vertical-align: top;
}
.column_3{
	width: 275px;
	background-color: #ffffff;
	vertical-align: top;
}
.column_4{
	width: 125px;
	background-color: #ffffff;
	vertical-align: top;
}
table {
	font-size: x-small;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336666;
}
a:hover {
	color: #993300;
}

