body { 
	background: #dedede; 
	margin: 0px; padding: 0px;
}
img, table, div { border: 0; }
p, div, span, td, th, a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input, select, textarea {
	padding-left: 2px; padding-right: 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; color: #666666;
}
select { min-width:1.5em; }

a, a:link, a:visited, a:active, a:hover { 
	text-decoration: underline; 
}
a:hover { color:#999999; }

.white { color: #EFEFEF; font-weight: bold; }
a.white:link { color: #EFEFEF; font-weight: bold; text-decoration: none; }
a.white:visited { color: #EFEFEF; font-weight: bold; text-decoration: none; }
a.white:hover { color: #999999; font-weight: bold; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { 
	margin: 5px auto; padding: 5px auto;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
}

img.box { border: #efefef solid 1px; }

table.box { border: #efefef solid 1px; }
table.box td { padding:1px; }

.menuTop, a.menuTop:link, a.menuTop:visited, a.menuTop:active, a.menuTop:hover {
	font-size: 12px; font-weight: bold; text-decoration: none;
}
a.menuTop:hover { color: #FF6600; text-decoration: none; }

.black { color:#000000 }
.bold { font-weight: bold; }
.small { font-weight: bold; font-size: 9px; font-family: Arial, Helvetica, Tahoma;}
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.top { vertical-align: top !important; }

