body {
	margin: 0;
	padding: 0;
}

body, td, p, li, a, div {
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #5494ae;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2a4a8a;	
}

a:focus { 
	outline: none; 
}

h1, h2 a {
	font-size: 18px;
	font-weight: normal;
	
}

img { border: 0; }

#rightbox01 h1, #rightbox02 h1, #content h1 {
	margin-top: 0;
	padding-top: 0;
}


#tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 545px;
	height: 20px;
}

#tabs ul li {
	float: left;
	padding-right: 25px;
}

#tabs ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #5494ae;
	font-weight: bold;
}

#tabs ul li a:hover, #tabs ul li a.active {
	/*padding: 0 0 1px; 0; */
	display: block;
	color: #2a4a8a;
	border-bottom: 4px solid #2a4a8a;
}
