body, td, p { 
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black
}
h1 {
	color: #295E94
}
h2 {
	font-size: 2px;
	color: white
}

/*
a:link, a:visited, a:active {
	font-weight: bold;
	color: #8ABAD0;
	text-decoration: none
}

a:hover {
	font-weight: bold;
	color: #8ABAD0;
	text-decoration: underline;
}
*/
td.headerMenuSep, a:link.headerMenuItem, a:hover.headerMenuItem, a:visited.headerMenuItem, a:active.headerMenuItem {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

td.footerMenuSep, a:link.footerMenuItem, a:hover.footerMenuItem, a:visited.footerMenuItem, a:avtive.footerMenuItem {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px
}
a:hover.headerMenuItem, a:hover.footerMenuItem {
	color: #8DDDEB
}

td.footerMenuText {
	color: white; 
	font-size: 10px;
}

.xxx, td.xxx { color: red }

tr.boxheader {
	background-image: url("/images/boxtopgrad.jpg");
	background-repeat: repeat-y; 
    background-position: 0 0; 
}
td.boxheader {
	padding: 3 5 3 5;
	font-weight: bold;
	color: white
}
table.boxheader {	
	border-left: 1 #4990B1 solid;
	border-right: 1 #C7DBE4 solid;
	border-bottom: 1 #8ABAD0 solid;
}
td.boxbody {
	text-align: center; 	
	padding: 3 5 3 5;
}
table.footer {
	background-image: url("/images/horizturqgrad.jpg");
	background-repeat: repeat-y; 
    background-position: 0 0; 
    border-top: 1px #bfbfbf solid
}
td.footerText {
	color: white
}