/* CSS Document */

.red {
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.red a:link, .red a:visited {
	font-weight:900;
	color: #FF0000;
	background-color: #000000;
	text-decoration: underline;
}
.red a:hover, .red a:active {
	font-size: 140%;
	text-decoration: none;
	color: #000000;
	background-color: #FF0000;
}


.greylist {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	

}

.greybar {
	color: #666;
	text-decoration: line-through;
	

}


.green {
	color: #00FF00;
	background-color: #000000;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.green a:link, .green a:visited {
	font-weight:900;
	color: #00ff00;
	background-color: #000000;
	text-decoration: underline;
}
.green a:hover, .green a:active {
	font-size: 140%;
	text-decoration: none;
	color: #000000;
	background-color: #00ff00;
}


.blue {
	color: #0033ff;
	background-color: #000000;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.blue a:link, .blue a:visited {
	font-weight:900;
	color: #0033ff;
	background-color: #000000;
	text-decoration: underline;
}
.blue a:hover, .blue a:active {
	font-size: 140%;
	text-decoration: none;
	color: #000000;
	background-color: #0033ff;
}

.cyan {
	color: #00ffff;
	background-color: #000000;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cyan a:link, .cyan a:visited {
	font-weight:900;
	color: #00ffff;
	background-color: #000000;
	text-decoration: underline;
}
.cyan a:hover, .cyan a:active {
	font-size: 140%;
	text-decoration: none;
	color: #000000;
	background-color: #00ffff;
}


.menu {
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;

}
.menu a {

	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}
.menu a:link, .menu a:visited {
	font-size: 80%;
	font-weight:900;
	color: #fff;
	background-image: url(../_gfx/bgk_pattern_blacker_flip.gif);
	text-decoration: none;
}

.menu a:hover, .menu a:active {
	font-size: 80%;
	font-weight:900;
	text-decoration: none;
	color: #000;
	background-image: url(../_gfx/bgk_pattern_whiter_flip.gif);
	text-decoration: none;
}
.menuOff {
	font-size: 90%;
	font-weight:900;
	text-decoration: none;
	color: #09f;
/*	background-image: url(../_gfx/bgk_pattern_whiter_flip.gif);*/
	text-decoration: none;
	background-color: #000;
}

.menu p { line-height:180%; }




.small {
	font-size: 80%;
}

.smaller {
	font-size: 60%;
}


.blue2 {
	color: #0000ff;
	background-color: #ffffff;
}

p { line-height:250%; }
blockquote {
	background-color: #CCCCCC;
	background-image: url(../_gfx/bgk_pattern_black.gif);
	padding: 0.1em;
	margin-left: 1em;
	margin-right: 0em;
}
