body {
/*
	background: #000000 URL("/images/bgfade.png");
*/
	background: #000000 URL("/images/bg-grad3.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
/*
	background-color: #000000;
*/
	font-family:Verdana,Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 13px; color: #eeeeee;
}

td {
	font-family: Verdana,Tahoma,Helvetica,Arial,Sans-serif;
	color: #f0f0f0; font-size: 13px;
	padding: 2px;
}

td.b1 {
	border: 1px solid tan;
}

div.fortune {
	background: #000000 URL("/images/themes/clean/green-trans-6.png");
	background-repeat: repeat-x;
	background-position: top;
	color: #ffffff; padding:5px;
	height: 230px;
	padding-top:50px;
	padding-right:10px;
	vertical-align:middle;
	/*
	border-top:  1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #505050;
	border-right: 1px solid #505050;
	*/
}

/* BEGIN OLD */

.label {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: beige;
}

.normal {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #FEFAE0;
}

.normalblack {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	color: black;
}

.heavyblack {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px; font-weight: bold;
	color: black;
}

.fine {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: beige;
}

.fineblack {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black
}

.finefixed {
	font-family: Courier New, Courier, Fixed;
	font-size: 11px;
	color: beige;
}

.heavy {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	color: beige;
	font-weight: bold;
}

.heavydark {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	color: tan;
	font-weight: bold;
}

.error {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	color: red;
	font-weight: bold;
}

.heading {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
	color: beige;
	font-weight: bold;
}

.titles {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	color: beige;
	font-weight: bold;
}

.textbox {
	background-color: wheat;
	color: black;
	font-size: 12px;
	font-family: Courier-New, Courier, fixed;
	border-color: tan;
	border-style: sunken;
}

.buttons {
	background-color: wheat;
	color: black;
	font-size: 13px;
	font-family: Verdana, Tahoma, Helvetica, Geneva, Arial, Sans-Serif;
	font-weight: bold;
	border-color: tan;
	border-style: raised;
	cursor: hand;
}

/* END OLD */

a         {color: #f8f8f8; text-decoration:none;}
a:active  {color: #f8f8f8}
a:visited {color: #f8f8f8}
a:hover   {color: #00a000}
