.TitleCells
{	color:#000;
	font-weight : bolder;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	background-color: #A9A9A9;
	font-size : 13px;
}
.TitleCells a:link, .TitleCells a:visited,.TitleCells a:active
{	font-family: verdana, arial, helvetica, sans-serif;
	color:#000;
	font-size: 12px;
	text-decoration : none;
}
.TitleCells a:hover
{	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration : none;
}
.CatCells
{	background-color: #33CCFF;
	color: #000000;
	font-weight : bolder;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.CatCells a:link, .CatCells a:visited,.CatCells a:active
{	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration : none;
}
.CatCells a:hover
{	font-family: verdana, arial, helvetica, sans-serif;
	color: #A9A9A9;
	font-size: 12px;
	text-decoration : none;
}
.MsgBG1 {
	background-color: #CCC;
}
.MsgBG2 {
	background-color: #FFF;
}
.SubjectLine
{	font-weight: bold;
	font-size: 11pt;
}
.TextColor { color: #000; }
.BorderColor { background-color: #FFF }
BODY
{	font-size: 10pt;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	BACKGROUND-COLOR: #FFF;
}

TD,TR
{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:link
{	color: #3333FF;
}
A:visited
{	color: #3333CC;
}
A:active
{	color: #3333CC;
}
A:hover
{	color: #C0C0C0;
}
.subjecttext
{	font-size : 9px;
}
.small
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px
}
.smaller
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px
}
.smallest
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px
}

.verysmalllink a:link, .verysmalllink a:visited,.verysmalllink a:active
{	font-family: verdana, arial, helvetica, sans-serif;
	color:#000;
	font-size: 9px
}
.verysmalllink a:hover
{	font-family: verdana, arial, helvetica, sans-serif;
	color : #000;
	font-size: 9px
}
.date
{	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;}

.nav
{	font-size:13px;
	font-weight : bold;
	color : #CCC;
}
.nav a:link, #nav a:visited,#nav a:active
{
	text-decoration: none;
	color:#000;
}
.nav a:hover
{	text-decoration: none;
	color:#000;
}
.quote
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color:#FFF;
	border: #D1D7DC;
	line-height: 125%;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.tFCode
{	border:#000000 1px solid;
	background-color:#FFF;
	font-size: 10px;
	color:#000;
	line-height: 125%;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-right : 2px;
	padding-left : 2px;
}
.error
{	font-weight: bold;
	font-size: 20px;
	color: Red;
	font-family: monospace;
}
.postlinks
{	font-weight : bolder;
	font-size : 13px;
}
select,textarea,input
{	background-color: #FFF;
	color:#000;
	font-weight : bolder;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
blockquote
{	background-color :#CCC;
	font-size : 10px;
	font-style : italic;
}
.calendardateblack {color:black; font-weight:bold; background-color:white;}
.calendardategray {color:gray; background-color:#DCDCDC;}
.calendarevent {}
.calendartime {color: red; text-decoration:none;}
.visible {visibility:visible;}
.hidden {visibility:hidden;}
.fakejs {font-size:9px;cursor:hand;text-decoration:underline;}


		
/*____________ Nav ____________ */
				
		#navtop {
		border-top:4px outset #006;
		width:800px;
		height:20px;
		background:#FFF;
		color:#006;
		}
		
		#navtop a{

		border-bottom:2px outset #006;
		border-right:2px outset #006;
		border-left:2px outset #006;
		margin-left:5px;
		padding:2px;
		font-size:12px;
		font-weight:bold;
		color:#006;
		background:#FFF;
		text-decoration: none;
		Display:Block;
		width:100px;
		float: left;
		}
		#navtop a:hover{
		color:#3399FF;
		border-bottom:1px outset #006;
		border-right:1px outset #006;
		border-left:1px outset #006;
		margin-left:6px;
		float: left;
		/*background:#000066;*/
		}
