.menuItem {
font-family:tahoma;
font-size:9pt;
padding:5px;
color:black;
}

.menuItem > a:first-child{
margin-bottom:15px;
}

.header {
	background: url( /imgs/header.png );
	height: 100px;
	width: 760px;
	padding: 0em;
	margin: 0em;
}
.header p{
	background: url( /imgs/title.png );
	background-repeat: no-repeat;
	height: 90px;
	background-position: bottom left;
	padding: 0em;
	margin: 0em;
	margin-left: 1em;
}

.submit input, .submit input:focus, .button, .button:focus {
	background: url( /imgs/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

div#login{padding: 10px;margin:0 auto;
    background:#E6E6E6;color:#000}

div#login input#submit{margin-top: 10px;}
div#login a#claim{font-size:1.2em;font-weight: bold;text-decoration: underline;}

.body {
font-family:tahoma;
font-size:9pt;
color:black;
}

body {
margin: 0;
padding: 0px;
}

.mini {
font-family:tahoma;
font-size:.8em;
color:black;
}

.supermini {
font-family:tahoma;
font-size:.5em;
color:black;
}

.title {
font-family:arial;
font-size:1.4em;
color:black;
}

div#signup{padding: 10px;margin:0 auto;
    background:#FFFFCC;color:#000;
    font-family:tahoma;
	font-size:1em;
	color:black;
}

a:link {					text-decoration: none;			color:#CC0000;	}
a:visited {				text-decoration: none;			color:#CC0000;	}
a:hover {					text-decoration: underline; color:blue; }
a:active {				text-decoration: underline;	color:#000000;	}

