BODY 
{
	font-family:Arial,sans-serif;
	}

h1 {
	font-family:Arial,sans-serif;
	color: #002a38;
	margin: 0;
	font-weight: normal;
	width:65%;
	}
	
h2 {
	font-family:Arial,sans-serif;
	color: #105a7b;
	padding: 0;
	}
	
h3 {
	font-family:Arial,sans-serif;
	color: #105a7b;
	padding: 0;
	margin: 0;
	}
	
h4 {
	font-family:Arial,sans-serif;
	color: #105a7b;
	padding: 0;
	}	
	
h5 {
	font-family:Arial,sans-serif;
	color: #333333;
	padding: 0;
	margin: 0 0 10px 0
	}

#textsize {
	display: inline;
	color: #000000;
}
#textsize a img {
	margin: 0 0 -2px 0;
	padding:0;
}

#textsize .small img
{
	background: url(/images/textsize/img_A_10pt.png);
	width: 15px;
	height: 20px;
}
#textsize .medium img
{
	background: url(/images/textsize/img_A_12pt.png);
	width: 16px;
	height: 20px;
}
#textsize .large img
{
	background: url(/images/textsize/img_A_14pt.png);
	width: 19px;
	height: 20px;
}

#textsize .xlarge img
{
	background: url(/images/textsize/img_A_16pt.png);
	width: 20px;
	height: 20px;
}

#textsize .small:hover img
{
	background: url(/images/textsize/img_A_10pt_on.png);
}
#textsize .medium:hover img
{
	background: url(/images/textsize/img_A_12pt_on.png);
}
#textsize .large:hover img
{
	background: url(/images/textsize/img_A_14pt_on.png);
}

#textsize .xlarge:hover img
{
	background: url(/images/textsize/img_A_16pt_on.png);
}