/* ------------COMMON------------ */
body {
	background: #000000;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	font-size: 80%;
}

.clearb {
	clear: both;
}


/* ------------PAGEBASE------------ */

h1 {	
	font-size: 90%;
	text-align: center;
	margin-bottom:35px;
	margin-top: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

a {	
	color: #FFFFFF;
}

h1 a:link {	color: #666; text-decoration:none;}
h1 a:visited {color:#666; text-decoration:none;}
h1 a:active {color:#000; text-decoration:none; background-color: #FFFFFF;}
h1 a:hover {color:#000; text-decoration:none;background-color: #FFFFFF;}

h2 a:link, li a:link {color:#FFFFFF; text-decoration:none;}
h2 a:visited, li a:visited {color:#FFFFFF; text-decoration:none;}
h2 a:active, li a:active {color:#000000; text-decoration:none; }
h2 a:hover, li a:hover {color:#000000; text-decoration:none;}



div#main {
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	margin-bottom: 100px;
}


div#main div {
	text-align: center;
	margin-bottom: 13px;
	width: 102px;
	float: left;
}

div#main img {
	vertical-align: top;
	font-size: 80%;
	margin-left: 1px;
}

div#main p {	
	text-align: right;
	font-size: 10px;
	margin-top: -18px;
	font-weight: bold;
	padding-right: 7px;
	color:#999;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 220%;
	font-weight: normal;
	margin-bottom: 10px;
}



