body {
	margin: 7px;
	font-family: tahoma;
	font-size: 11px;
	background: #ABC0D1 url('img/body_main_bg.jpg') repeat-x;
}

table {
	border-collapse: collapse;
}

td, tr, p, div {
	font-family: tahoma;
	font-size: 11px;
}

p {
	line-height: 180%;
}

a:link, a:visited {
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
	color: #233172;
}
a:hover {
	color: #FF0000;
}

a:hover.bg {
	color: #000000;
	background:#ffffff;
}

a:link.img, a:visited.img {
	border: solid 2px #000000;
}
a:hover.img {
	border: solid 2px #ff0000;
}

a:link.lmenu, a:visited.lmenu {
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-family: tahoma;
	line-height: 22px;
	border-bottom: solid 1px #004080;
	border-top: solid 1px #537aa0;
	background: url('img/lmenu.gif');
}
a:hover.lmenu {
	color: #333333;
	background:#d2edff;
}

a:link.nav, a:visited.nav {
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
	height: 20px;
	padding-top: 2;
	color: white;
	padding-right: 10;
	padding-left: 10;
	margin-left: 1;
	background: #537aa0;
}
a:hover.nav {
	color: #333333;
	background: #d2edff;
}

a:link.hmenu, a:visited.hmenu {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	width: 100%;
	color: #333333;
	background: #BFE6FF;
}
a:hover.hmenu {
	color: #FFFFFF;
	background: #1F568C url('img/lmenu.gif');
}

.title {
	font-size: 16pt;
	font-family: Arial;
	height: 29px;
	padding-right: 90;
	background: url('img/title.jpg') no-repeat right;
	color:#000080;
	font-weight:bold;
}
