body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	height: 100%;
}

div.logo { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 100px; 
	width: 140px; 
	background: url(/images/toplogo.jpg) no-repeat top left; 
	border: 0px solid #000000;
}

div.mainmenu { 
	position: absolute; 
	font-size: 10px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
	background: #ddffdd;
	border-bottom-color: #cc4444;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

div.googlesearch {
	position: absolute;
	top: 35px;
	left: 10px;
	background: #ddffdd;
}

div.detailmenu {
	position: absolute; 
	top: 105px; 
	left: 0px; 
	width: 140px; 
	font-size: 10px;  
	background: #ddffee;
}

div.fortunecookie {
	position: absolute;
	top: 85px;
	left: 2px;
	font-size: 8pt;
	color: #cc4444;
}

div.content, div.tutorial {
	position: absolute; 
	top: 100px;
	left: 140px;
	right: 0px;
	padding: 15px;
	border: 0px solid #000000;
}

div.googleads {
	position: absolute;
	top: 105px;
	right: 2px;
	width: 120px;
	border: 0px solid #000000;
}

div.tutorial {
	left: 15px;
}

div.content h1, div.tutorial h1 {
	font-size: 18pt;
	font-weight: normal;
}

div.content h2, div.tutorial h2 {
	font-size: 16pt;
	font-weight: normal;
}

div.content h3, div.tutorial h3 {
	font-size: 14pt;
	font-weight: normal;
}

div.content p, div.tutorial p {
	font-size: 11pt; 
}

.th {
	background: #bbbbbb;
}

div.detailmenu h1 {
	font-size: 10pt; 
	color: #eeeeee; 
	background: #77bb77;
	font-weight: bold;
	text-indent: 10px;
}

input.button, 
div.detailmenu a, 
div.detailmenu a:link, 
div.detailmenu a:visited, 
div.detailmenu a:active {
	display: block;
	padding: 5px; 
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em; 
	margin-top: 0.5em; 
	color: #cc4444;
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none; 
}

div.mainmenu a,
div.mainmenu a:link,
div.mainmenu a:visited, 
div.mainmenu a:active { 
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	padding: 5px; 
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em; 
	margin-top: 0.5em; 
	color: #cc4444;
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none; 
}

div.mainmenu a:hover { 
	color: #cccccc; 
}

input.button:hover,
div.detailmenu a:hover {
	color: #cccccc; 
}

input.button {
	font-size: 12pt;
}

.ratingtd { font-size: 8pt; font-family: arial,helvetica,sans-serif; }
.ratingtd2 { font-size: 8pt; font-family: arial,helvetica,sans-serif; color: green; font-weight: bold; }
td {
	font-size: 8pt;
}

.greentd {
	background-color: green;
}

.bluetd {
	background-color: blue;
}
