/*
  $Id: stylesheet.css
*/

body { background-color: #F3F3F3; margin: 10px; text-align: center; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

a { color: #000000; text-decoration: underline; }
a:hover { color: #BB0000; text-decoration: none; }

.bold { font-weight: bold; }
.uppercase { text-transform: uppercase; }
.no_underline { text-decoration: none; }

.grey { color: #444444; }
.blue { color: #006699; }
.red { color: #BB0000; }

.xsmall { font-size: 9px; }
.small { font-size: 10px; }
.large { font-size: 12px; }
.xlarge { font-size: 14px; }

.inputstyle, input.text, select.inputstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.footer_text {
	font-size: 10px;
	font-style: normal;
	color: #888888;
}

div.netprophet { margin-left: auto; margin-right: auto; width: 760px; color: #888; margin-top: 10em; }