@import url(reset.css);
@import url(default.css);

h1 {
	font-weight: normal;
	font-size: 20px;;
	color:#020167!important;
	line-height:1em;
	vertical-align: top;
	letter-spacing:2px;
}

h2 {
	font-size: 15px;
	font-weight:bold;
	color: #020167!important;
	}


a {
	text-decoration:none;
	color: #010134;
}

a:hover {
	color:#8e94bb;
}

p {

}


.bold {
	font-weight:bold;
}

.spacer {
	width:1px;
	height:5px;
	line-height:5px;
}

