html { font: 12px Arial, Helvetica, sans-serif }
body {margin:0px;}
p { font: 12px Arial, Helvetica, sans-serif }
ul { font: 12px Arial, Helvetica, sans-serif }
h1 {
	font: 20px Verdana, Geneva, sans-serif;
}

.rightbar { background-image: url(images/right.jpg); background-repeat: repeat-y; }
.leftbar { background-image: url(images/left.jpg); background-repeat: repeat-y; }
.formTable {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
.redText {
	color: #C00;
}
.whiteText {
	color: #FFF;
}
#content tr td #content tr td table tr td .whiteText a {
	color: #FFF;
	text-decoration: none;
}
#content tr td #content tr td table tr td .whiteText a:hover {
	color: #FED026;
}
#content tr td #menuTop {
	color: #FFD020;
}

#content tr td #menuTop a{
	color: #FFD020;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content tr td #menuTop a:hover {
	color: #FFD020;
	text-decoration: underline;
}
#content tr          td #menu a  {
	color: #FC0 !important;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#content tr td #menu a:hover{
	text-decoration: none;
	color: #6FF;
}
#content a {
	color: #F00
}
#content a:hover { text-decoration: none }

