@charset "UTF-8";
/* CSS Document */

body {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#444466;
	font-size:.8em;
}

a img {
	border:0;
}

a, a:visited {
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:Courier New, Courier New, Courier6, monospace;
}
/*h3, h2, h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}*/
h1 {
	font-size:210%;
}
h2 {
	font-size:190%;
}
h3 {
	font-size:170%;
}

h4 {
	font-size:150%;
}

h6 {
	font-size:9px;
}
#back-button {
	text-transform:uppercase;
	font-size:.8em;
}

/* ******** BUTTONS  ********** */

.button, .fatButton , .smallButton{
	border-top: #aaf solid 1px;
	border-left: #aaf solid 1px;
	border-right: #77b solid 2px;
	border-bottom: #55a solid 2px;
	cursor:pointer;
	text-decoration:none;
	white-space:nowrap;
}

.button img, .fatButton img, .smallButton img {
	position:relative;
	top:3px;
	margin:0px;
}
.button:hover, .button:visited:hover, .fatButton:hover, .fatButton:visited:hover,
 .smallButton:hover, .smallButton:visited:hover {
	border-bottom: #aaf solid 1px;
	border-right: #aaf solid 1px;
	border-left: #77b solid 2px;
	border-top: #55a solid 2px;
	cursor:pointer;
	text-decoration:none;
}

.button {
	padding:1px;
	margin:0px;
	line-height:2em;
}

.fatButton  {
	padding: 4px;
	font-size:16px;
	margin:10px;
}

.smallButton {
	padding:0px;
	margin:-1px;
}