/* CSS Document */
html {
	background-image: url(img/page_bg.png);
	height: 100%;
}

td {
	font-family: Arial; 
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #00028E;
}

a: hover {
	text-decoration: underlined;
}

.link2 {
	color: #000000;
}

.image {
	border: 1px solid black;
}

h1 {
	font-size: 20px;
	margin-right: 20px;
	text-align: right; 
}

h2 {
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 0px;
	text-align: left; 
}

a:hover {
	text-decoration: underline;
}	

body {
	height: 100%;
	background-image: url(img/table_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
}

.menu_top1 div {
	padding-top: 7px;
	padding-left: 30px;
	font-family: Arial; 
	font-size: 11px;
}

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

.menu_top1 a:hover{
	background-image: url(img/menu_on.png);
}

.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;
}


