@CHARSET "UTF-8";

/*
.buttonscontainer {width: 140px;}

.buttons a {color: #000000;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #006600;
font: 13px "Century Gothic", sans-serif;
font-weight: normal;
text-decoration: none;
text-align: right;}

.buttons a:hover {background-color: #FFFFFF;
color: #666600;
text-decoration: none;}

#top {
	margin: 0;
	padding: 10px 0 15px 0;
	color: #666600;
	text-align: center;
}

#top a {
	font: 20px "Century Gothic", sans-serif;
	color: #B35900;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

#top a:hover {
	color: #666600;
	background-color: #FFFFFF;
}

#topMenu {
	font: 14px "Century Gothic", sans-serif;
	margin-left: 0px;
	color: #B35900;
}

#topMenu p {
	text-align: center;
	margin: 0;
}
*/

.buttonscontainer {width: 140px;}

.buttons a {
	color: #000000;
	padding: 2px;
	padding-left: 3px;
	display: block;	
	border-bottom: 1px solid #006600;
	font: 13px "Century Gothic", sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

.buttons a:hover {
	background-color: #000000
	color: #00FFAA;
	text-decoration: none;
}

.top {
	margin: 0;
	padding: 10px 0 15px 0;
	color: #666600;
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.top a {
	font: 20px "Century Gothic", sans-serif;
	color: #666600;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.top a:hover {
	color: #000000;
	background-color: #0099CC;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.topMenu {
	font: 14px "Century Gothic", sans-serif;
	margin-left: 0px;
	color: #B35900;
}

.topMenu p {
	text-align: center;
	margin: 0;
}


#user_info {
	font: 16px "Century Gothic", sans-serif;
	color: #B35900;
	text-decoration: none;
}

#user_info a {
	font: 16px "Century Gothic", sans-serif;
	color: #3F0;
	text-decoration: none;
}

#user_info a:hover {
	font: 16px "Century Gothic", sans-serif;
	color: #3F0;
	text-decoration: underline;
}

#header_title {
	color: #B35900;
	font: 32px "Century Gothic", sans-serif;
}


