@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;	
	background-color: #666666;
}

a:link {
	color: #3685EB; text-decoration: underline;
}
a:visited {
	color: #3685EB; text-decoration: underline;
}
a:hover {
	color: #CCCCCC; text-decoration: none;
}
a:active {
	color: #3685EB; text-decoration: underline;
}

div {
	margin: 4px;
	padding: 0px;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #FFF;
}

.h1 {
	line-height: normal;
	color: #FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.h2 {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #3685EB;
	letter-spacing: 2px;
}

.h3 {
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFF;
}

.h4 {
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	color: #3685EB;
}

.view_more {
	color: #2D6EB2;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.copyright {
	font-size: 10px; 
	font-family: Tahoma; 
	color: #999999;}