HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	font-family : Arial;
	font-size: 0.8em;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	
	 background-color: #234165; 
	/*background-color: #E1E1E1;*/
}

td.top_left{
	background-color: #FF9933;
	height: 10px;
	width: 200px;
}
td.top_center{
	background-color: #F0F0F0;
	height: 10px;
	width: 450px;
}
td.top_right{
	height: 10px;
}
td.picture{
	background-color: #F0F0F0;
	background-image: url(../index/media/head.jpg);
	height: 100px;
	width: 650px;
}
td.navigation{
	vertical-align: top;
	background-color: #FF9933;
	width: 200px;
}
td.cont
{
	vertical-align: top;
	background-color: #F0F0F0;
	width: 450px;
	padding: 10px;
}

h1
{
	font-size: 140%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 100%;
}

p a
{
	font-weight: bold;
	text-decoration: none;
	color: #2F5581;
}
p a:hover{
	color: #FF9933;
}
