/* CSS Document */

html,body { 
font-family:Helvetica, Arial, Verdana, sans-serif;
color:#000000;
}

h1 {
font-family:Helvetica, Arial, Verdana, sans-serif;
font-size:36px;
color:#FFFFFF;
}


.navigation {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 4px;
	width: 55px;
	text-align: center;
}

.navigation:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 4px;
	width: 55px;
	text-align: center;
}

.navigation2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #999999;
	/*display: block;*/
	padding: 3px 6px 3px 6px;
	margin-bottom: inherit;
	/*width: 70px;*/
	text-align: center;
	border: 2px;
	/*border-style: groove;*/
	border-color: #CCCCCC;
	/*line-height: 14px;*/
}

.navigation2:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	/*display: block;*/
	padding: 3px 6px 3px 6px;
	/*width: 70px;*/
	text-align: center;
	border: 2px;
	/*border-style: groove;*/
	border-color: #CCCCCC;
	/*line-height: 14px;*/
}

.navigation2_disabled {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #CCCCCC;
	/*display: block;*/
	padding: 3px 6px 3px 6px;
	/*width: 70px;*/
	text-align: center;
	border: 2px;
	/*border-style: groove;*/
	border-color: #CCCCCC;
	/*line-height: 14px;*/
}

img { border:0px; }
a { text-decoration:none; }
.info { color:#999999; font-style:italic; }