/* CSS Document */
html {
	width: 100%;
	height: 100%;
}

td {
	font-family: Arial; 
	color: #333A39;
	font-size: 13px;
}

a {
	color: #2A4451;
}

h1 {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: right;
	color: #3F534F;
}

h2 {
	font-size: 16px;
	margin-top: 0px;
	text-align: right;
}

a:hover {
	text-decoration: underline;
}	

body {
	height: 100%;
	width: 100%;
	margin: 0px;

}

.menu td{
	font-size: 11px;
}

.img {
	border: 1px solid; 
}


.submenu a{
	text-decoration: none;
	display:block;
	background-image: url(img/menu_sub.png);
	width: 200px; 
	height: 20px
}

#sub {
	padding-top: 2px;
	padding-left: 45px;
	font-family: Arial; 
	font-size: 11px;
	color: #00028E;
}



