body  {
	font-size : 11px;
	font-family : verdana,arial,geneva;
	color : #ffffff;
}

A  {
	color : #000000;
	text-decoration : none;
	
}

A:Visited  {
	color : #000000;
}

A:Active  {
	color : #ffffff;
}

A:Hover  {
	text-decoration : underline;
	color : #CC3333;
	
}

A.white  {
	color : #ffffff;
	text-decoration : underline;
}

A.white:Visited  {
	color : #ffffff;
	text-decoration : underline;
}

A.white:Active  {
	color : #ffffff;
	text-decoration : underline;
}

A.white:Hover  {
	text-decoration : none;
	color : #ffffff;
	
}

TD  {
	font-size : 11px;
	font-family : verdana,arial,geneva;
	color : #ffffff;
}

.small {
	font-size : 10px;
	font-family : verdana,arial,geneva;
	color : #ffffff;
}

.normal {
	font-size : 10px;
	font-family : verdana,arial,geneva;
	color : #000000;
}

.normalr {
	font-size : 10px;
	font-family : verdana,arial,geneva;
	color : #ff0000;
}

.normalw {
	font-size : 11px;
	font-family : verdana,arial,geneva;
	color : #ffffff;
}

.normalb {
	font-size : 10px;
	font-weight : bold;
	font-family : verdana,arial,geneva;
	color : #000000;
}

.normalbw {
	font-size : 10px;
	font-weight : bold;
	font-family : verdana,arial,geneva;
	color : #ffffff;
}

.smallgray {
	font-size : 10px;
	font-family : verdana,arial,geneva;
	color : #666666
}

.headersmall {
	font-size : 11px;
	font-family : verdana,arial,geneva;
	font-weight : bold;
	color : #ff0000;
}

.medium {
	font-size : 14px;
	font-family : verdana,arial,geneva;
	font-weight : bold;
	color : #ffffff
}

.mediumm {
	font-size : 14px;
	font-family : verdana,arial,geneva;
	font-weight : bold;
	color : #ffcc33
}

.mediumm2 {
	font-size : 12px;
	font-family : verdana,arial,geneva;
	font-weight : bold;
	color : #ffcc33
}

.mediumi {
	font-size : 14px;
	font-family : verdana,arial,geneva;
	font-weight : bold;
	font-style : italic;
	color : #ffcc33
}

.big {
	font-size : 15px;
	font-family : comic sans ms,comic sans,verdana,arial,geneva;
	font-weight : bold;
}

.vbig {
	font-size : 23px;
	font-family : comic sans ms,comic sans,verdana,arial,geneva;
	font-weight : bold;
}

.sred {
	font-size : 14px;
	font-family : verdana,arial,geneva;
	font-weight : bold;
	color : #ff0000;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ffcc33;
	color:#000000;
	width:200px;
	padding:3px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
	}

.submenu{
margin-bottom: 0.5em;
}

.tdColor{
background-color:#000000;
}

/*jquery*/
#slideshow {
	position: relative;
	width: 500px;
	height: 350px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
/*jquery*/