@charset "utf-8";
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.Main-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.home-box {
	background-color: #F7F7F7;
	padding: 10px;
	height: auto;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.title-col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #663399;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #F5F5F5;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 100%;
}
.nav-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



