/* CSS Document */
body, td, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#003d66;
}
a:link {
	color:#6ba5e0;
	text-decoration:none;
}
a:visited {
	color:#6ba5e0;
	text-decoration:none;
}
a:hover {
	color:#6ba5e0;
	text-decoration:underline;
}

h2 {
	color:#095aa6;
	font-size:22px
}

h3 {
	color:#095aa6;
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:0px;
}

p {
	margin-top:0px;
	padding-top:0px;
}

.right_pic{
	position:relative;
	float:right;
	margin-left:10px;
}

#header_buttons a {
	color:#000000;
	display:block;
	float:left;
	height:75px;
	width:75px;
	background: no-repeat 0px 0px;
}
#header_buttons a:hover {
	background: no-repeat 0px -75px;
}