/* CSS Document */
body {
background-image:url(images/bg.jpg);
margin-top:0px; margin-bottom:0px;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
}

#fullheight{height:100%}

td {font-family:Helvetica, Arial, sans-serif;font-size:13px;}

.submenu {
background-color:#e0dedf;
background-image:url(images/submenu_top.jpg);
background-repeat:no-repeat;
}

.leftside {
background-color:#d6d4d5;
background-image:url(images/leftside_top.jpg);
background-repeat:no-repeat;
}

.submenu_header {
font-family:Georgia, "Times New Roman", Times, serif;
color:#005480;
font-weight:bold;
}

.rightside {
background-color:#c5d8e7;
background-image:url(images/rightside_top.jpg);
background-repeat:no-repeat;
}
.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666667;
	line-height: 16px;
}
.topMenu {
	background: #FFFFFF;
}


.content_header {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: 005480;
}

a.menu:link {
	text-decoration:none;
	font-size: 12px;
	line-height: 18px;
}
a.menu:visited {
	text-decoration:none;
	font-size: 12px;
	line-height: 18px;
}
a.menu:hover {
	text-decoration:underline;
	font-weight:normal;
	font-size: 12px;
	line-height: 18px;
}
.content {
	padding-top: 17px;
}
