/*
	The style sheet defines the width, color of the referenced page
*/

/* main menu */
body
{
	background-color: White; /*#FFFFCC;*/
}

h1
{
	color: Navy;
}
.table.frameHeader
{
	width: 800px;
	background-color: White;
	color: #669900;
}

.table.mainMenu
{
	width: 800px;
	background-color: White;
	color: #669900;
}
.table.subMenu
{
	width: 800px;
	background-color: White;
	color: #669900;
}
.table.frameContent
{
	width: 800px;
	background-color: #CCFFCC;
	color: #669900;
}
table.list
{
	border-collapse: "collapse";
	border-spacing:"0px";
	border-width:"1px";
	border-style: "solid";
	border-color: #6E81C6;
	margin-bottom:"20px";
	margin-top:"20px";
	width:"90%";
}
.table.frameFooter
{
	width: 800px;
	background-color: #FFCC00;
	color: #669900;
	font-family: Verdana;
	font-size: x-small;
}

.table.menu
{
	width: 150px;
	background-color: #CCCC00;
	color: #669900;
	font-family: Verdana;
	font-size: x-small;
}

td.list
{
	border-right: 1px solid #6E81C6;
	border-top: 1px solid #6E81C6;
	border-left: 1px solid #6E81C6;
	border-bottom: 1px solid #6E81C6;
	padding-right: "3mm";
	padding-left: "1mm"; 
}


.a.menulink:link { color: blue; text-decoration: none; }
.a.menulink:visited { color: blue; text-decoration: none; } 
.a.menulink:hover { color: red; text-decoration:underline; } 



