A:link {color: #00BB99; text-decoration: none}
A:visited {color: #006666; text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; }
.xA:hover {text-decoration: underline; color: red; background: #FFFFAA}


.evenrow	{ background: #dddddd; color: #666666; }
.oddrow		{ background: #eeeeee; color: #666666; }
.titleclass	{ margin:3px 3px 3px 3px; }

.news_flash		{ border: solid 2px #000000; margin: 0; padding: 0; width: 10% }
.news_flash_top		{ background: #00AA55; color: #ffffff; }
.news_flash_content	{ background: #ffffff; color: #00AA55; }
.news_flash_content_href	{ color: #0066BB; }
.news_flash_bottom	{ background: #00AA55; color: #ffffff; }
.news		{ border: solid 2px #000000; margin: 0; padding: 0; }
.news_top	{ background: #00AA55; color: #ffffff; }
.news_content	{ background: #ffffff; color: #000000; }
.news_content_href	{ color: #0066BB; }
.news_bottom	{ background: #00AA55; color: #ffffff; }

.title_header	{ font-weight: bold; font-size: larger; font-variant: small-caps; color: #444444; margin-left: 5; margin-top: 3; margin-bottom: 3; margin-right: 5; padding-left: 3; padding-right: 3; }

.code	{  font-family: monospace; border: 1px solid; margin-left: 5; margin-top: 3; margin-bottom: 3; margin-right: 5; padding-left: 3; padding-right: 3; background: #CCDDFF; white-space: pre; }

	body {
		margin:20px 20px 0px 20px;
	}

	#main {
	}

	#main #menu {
		float:right;
		width:209px;
	}

	#main #title {
		margin:0px 10px 5px 0px;
		float:left;
	}

	#main #content {
		background:#ffffff;
		padding:10px 10px 10px 10px;
		margin:10px 10px 10px 10px;
	}


