/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body {
	background-image: url(image/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link { color:#006633; }
a:visited { color:#006633; }
a:hover { text-decoration:none; color:#FFFF00; }
a:active { color:#006633; }


a.nav:link { text-decoration:none; font-weight:bold; color:#fff; }
a.nav:visited { text-decoration:none; font-weight:bold; color:#fff; }
a.nav:hover { text-decoration:none; font-weight:bold; color:#FF3300; }
a.nav:active { text-decoration:none; font-weight:bold; color:#fff; }

.red { font-weight:bold; color:#FF3300; } 
.line { margin-left:10px; margin-right:10px; color:#444; }
