body { font-size: 70%; font-family: Tahoma, Verdana, Arial; }
tr, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing : 0px;
}
tr { cursor:default }
input.button {cursor:hand}

a {
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #0082FF;
	text-decoration: none;
}
a:link {
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #0082FF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #0082FF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: orange;
	text-decoration: underline;
}

.cells_dark { background: #7F9FFE; }
.cells_light { background: #DFE8FF; }
.cells_white { background: #FFFFFF; }
.header_text { color: white; }
.header_links { color: #99FF66; }
.menu { padding-left:3px; }
.menu_links { color: white; }

hr {color:#e0e0e0}
.admin_cells_dark { background: #3F6EFD; }
.admin_cells_light { background: #D5DFFE; }
.admin_cells_light_alt { background: #E6ECFE; }
.admin_menu { background: #3F6EFD; color: white; }
.admin_menu_links { color: white; }
.admin_header_links { color: yellow; }
