body {
	background-color: #CCCCCC;
	color: #222222;
	font-family:  sans-serif, helvetica, serif;
	font-size: 12px;
}

body.whitebody {
	background-color: #FFFFFF;
	color: #333333;
}

td {
	font-size: 14px;
	font : 600;
}

a {
	font : bold;
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}

a.smallbasiclink {
	font-size: 14px;
	font : bold;
	text-decoration: none;
}

a.smallbasiclink:hover {
   text-decoration: none;
}

a.smallbasiclink:visited {
	text-decoration: none;
}
a.largebasiclink {
   font-size: 24px;
   text-decoration: none;
}

a.largebasiclink:hover {
   font-size: 24px;
   text-decoration: none;
}

a.basiclink {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a.basiclink:hover {
   text-decoration: none;	
   font-style: normal;
	font-weight: bold;
}

a.basicboldlink {
  font-size: 18px;
   font : bold;
   text-decoration: none;
}

a.basicboldlink:hover {
	font-size: 24px;
	font : bold;
	text-decoration: none;
}
a.whitebasiclink {
   color: #FFFFFF;
   text-decoration: none;
}

a.whitebasiclink:hover {
   color: #00FFFF;
   text-decoration: none;
}

.smalltext {
	font-size: 14px;
	font : bold;
}

.smallblacktext {
	font-size: 12px;
	color: #000000;
}

.basicsubmit {
	font-size: 12px;
	border: groove;
}
.basictitle {
	font-size: 24px;
	font-weight: bold;
}

.largertitle {
	font-size: 36px;
	font-weight: bold;
}

.smallertitle {
	font-size: 18px;
	font-weight: bold;
}


