body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	color: #1C449B;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
  color: #609DFB;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a.menu {
	padding: .15em 0px .15em 0px;
}

a.menu img {
	border-width: 0px;
	width: 9px;
	height: 9px;
}

a.menu span { margin-left: 5px; }

.box {
	border: 1px solid #1C449B;
	background-image: url(images/background.gif);
}

.boxTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 4pt;
	background-image: url(images/titlebar.gif);
}
.boxContent {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	padding: 6px;
}
.logoFontColor {
	color: #FFFFFF;
}
.logoFontName {
	font-size: 2em;
}
.logoFontDesc {
	font-size: -2em;
}
.logoBg {
	background-color: #000080;
}

