#layout
{
	width: 100%;
	height: 100%;
}


.menu
{
	border: 1px #8FB7E9 solid;
	width: 100%;
	background-image: url('gfx/design/bg.gif');
}


.dark
{
	background-color: #395876;
}


.topic
{
	font-size: 1em;
	background-color: #123456;
}


body
{
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #4682B4;
	font-family: "Microsoft Sans Serif", Verdana, sans-serif;
	color: #F8F8FF;
}


body, td
{
	font-size: 0.8em;
}



a.men:link, a.men:visited
{
	color: #F8F8FF;
	text-decoration: none;
}


a.men:hover, a.men:active
{
	color: #F8F8FF;
	text-decoration: underline;
}


a:link, a:visited
{
	color: #F8F8FF;
	text-decoration: underline;
}


a:hover, a:active
{
	color: #F8F8FF;
	text-decoration: none;
}


p
{
	line-height: 1.5em;
}


p.right
{
	text-align: right;
}


.center
{
	text-align: center;
}

input, textarea, select
{
	background-color: #FFFFFF;
	border: 1px #91AAC1 solid;
	color: #000000;
}


hr
{
	height: 1px;
	border: 1px #8FB7E9 solid;
}



h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }



