@charset "UTF-8";
* { margin: 0; padding: 0; }


#buttonholder {
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
#wrapper {
	margin-left:30px;
	margin-top:30px;
}
#fg {
	width:100px;
	float:left;
	margin-right:30px;
}
#ww {
	width:100px;
}

.bt {
	width:120px;
	margin-top:5px;
}

.bt a:link {
color:#000000;
text-decoration:none;
}
.bt a:visited {
color:#000000;
text-decoration:none;
}
.bt a:hover {
color:#FF3333;
text-decoration:none;
}
.bt a:active {
color:#000000;
text-decoration:none;
}

#explain {
	width:520px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#explain a:link {
color:#666666;
text-decoration:none;
}
#explain a:visited {
color:#000000;
text-decoration:none;
}
#explain a:hover {
color:#FF3333;
text-decoration:none;
}
#explain a:active {
color:#000000;
text-decoration:none;
}

hr {
clear: both;
height: 0;
border: 0;
visibility: hidden;
}

/* PAGES WITH CONTENT */

#content {
	margin-left:30px;
	margin-top:30px;
}