body, p, li, table, td {
    font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
}

body { background: #EEEEEE; }

.mainTable {
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 100%;
}

.menuCellStart {
	background-image: url("/rivdyn/skin/images/topnav_bg.gif");
	background-repeat: repeat;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	color: #447777;
	font-weight: bold;
}

.menuCell {
	background-image: url("/rivdyn/skin/images/topnav_bg.gif");
	background-repeat: repeat;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	color: #447777;
	font-weight: bold;
}

.menuCellEnd {
	background-image: url("/rivdyn/skin/images/topnav_bg.gif");
	background-repeat: repeat;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 15px;
	color: #447777;
	font-weight: bold;
}

a {
	color: #448585;
	text-decoration: none;
}

a:visited {
	color: #448585;
	text-decoration: none;
}
a:hover {
	color: #448585;
	text-decoration: none;
}
a:link {
	color: #448585;
	text-decoration: none;
}

.copyright {
	font-size: 9px;
}

b {
	font-size: 13px;
	font-weight: bold;
}

.subHeading {
	font-size: 16px;
	font-weight: bold;
}

.subMenu {
	font-size: 14px;

}