
table.menucss {

	border-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #004080;
}

body.cssmain {
	font: 80%/1.4 tahoma, arial, helvetica, lucida sans, sans-serif;
	background: #ddd;

}

table.body {
	background: #d83632;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

table.bg {
	background: #004080;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

table.fg {
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

table.fgwhite {
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}



hr.csshr {
	color: red;
	height: 3px;
	background: red;
}

cssmenulinks {
	A {font-family:Georgia,serif; font-size:large}
    A:link {color:blue;}
    A:visited {color: #660066;}
    A:hover {text-decoration: none; color: #ff9900; font-weight:bold;}
    A:active {color: red;text-decoration: none}
}
