body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000;
}

/* links */

.nav-primary a:link,
.nav-primary a:visited {
	padding: 0 10px;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

tr.nav td a:link,
tr.nav td a:visited {
	background: #022D96 url(shared/blankbutton200.jpg) repeat-x;
	color: #fff;
	padding: 3px;
	display: block;
 }

/* page elements */

td {
	
}

p {
	
 }

/* classes */

.sm {
	font-size: 11px;
}

.sm strong {
	
}

.cellborder {  
	border: 1px #000 solid;
}

/* headlines */

h3 { 
	font-size: 16px; 
	color: #FF0000;
}

h4 {  font-size: 18px; font-style: normal;
	line-height: normal;
	font-weight: bold; color: #FF0000;
}

h2 {  
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000;
}

h1 {  
	font-size: 12px;
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	text-transform: none; 
	letter-spacing: normal;
	text-align: center; 
	vertical-align: middle;
}

