.container {
	border: 1px solid black;
}

a {
	color: #2F63AB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.navtab {
	font-size: 12px;
	display: block;
	background-image: url(img/nav_tab.gif);
	height: 35px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	color: #000000;
	cursor: hand;
}

a.navtab:hover {
	background-image: url(img/nav_tab_hv.gif);	
}

a.navtabHL {
	font-size: 12px;
	display: block;
	background-image: url(img/nav_tab_hl.gif);
	height: 35px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	color: #000000;
	cursor: hand;
}

.smallCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
	
.bigCap {
	font-size: 14px;
	white-space: nowrap;
}

a.bigLink {
	font-size: 13px;
	line-height: 29px;
}

a.bigLinkMore {
	font-size: 12px;
	line-height: 29px;
	font-style: italic;
}

#content {
	line-height: 1.5em;
	}

#content strong {
	font-size: 12.5px;
}
