@charset "UTF-8";
/* CSS Document */

.menu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 45px;
	color: #000000;
	line-height: 2;	
}

.menu a:link {text-decoration: none; color: #000000;}
.menu a:visited {text-decoration: none;color: #444444;}
.menu a:hover {text-decoration: none; color:#888888;}
.menu a:active {text-decoration: none; color: #444444;}

.top_right  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 45px;
	color: #000000;
	text-align:right;
	padding:10px;
}

.top_right a:link {text-decoration: none; color: #000000; font-weight:800;}
.top_right a:visited {text-decoration: none; color: #000000; font-weight:800;}
.top_right a:hover {text-decoration: none; color: #888888; font-weight:800;}
.top_right a:active {text-decoration: none; color: #000000; font-weight:800;}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	padding: 15px;
	}
	
.content a:link, a:hover, a:visited, a:active {
	color:#000000;
	}
	
.margintop {margin-top:5%;}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;}
	
.bottomtext a:link {text-decoration: none; color: #666666; font-weight:800;}
.bottomtext a:visited {text-decoration: none; color: #666666; font-weight:800;}
.bottomtext a:hover {text-decoration: none; color: #888888; font-weight:800;}
.bottomtext a:active {text-decoration: none; color: #888888; font-weight:800;}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
	}