/* CSS Document */
/* TEXT STYLING */

body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;	
}
img
{
    border: solid 0 transparent;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #1B355F;
	margin:0;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #1B355F;
	margin:5px 0 5px 0;
}
h3 {
	font-size: 1em;
    letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1B355F;
	margin:0;
}
a {
	font-size: 1em;
	font-weight: bolder;
	text-decoration: none;
	color: #1B355F;
}
a:hover {
	text-decoration: underline;
	color: #1B355F;
}
a:visited {
	color: #1B355F;
}