@charset "utf-8";
/* CSS Document */

h1 {font-size:24px; margin-top:10px; font-weight:normal; color:#2B44A7;}
h2 { font-size:18px; color:#000; font-weight:normal; margin-bottom:0px; color:#2B44A7; margin-top:20px;}
h3 {}
h4 {}
h5 {}

a {color:#2B44A7; text-decoration:underline;}
a:hover {text-decoration:none;}
a:visited {}
a:active {}

img{border:0px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
