/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
@import url(layout.css);
@import url(forms.css);

* {
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	display:block;
	margin: 10px 0 10px 0;
}

pre {
	text-align: left;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica;
	color: #448bc9;
	margin: 0 0 20px 0;
}
.front-box h1, .front-box-small h1 {
	font-size: 18px;
	color: #448bc9;
	text-transform: uppercase;
	border: solid #e9e9e9;
	border-width: 0 0 1px 0;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 18px;
	color: #448bc9;
	text-transform: uppercase;
	border: solid #e9e9e9;
	border-width: 0 0 1px 0;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
}
h4 {}

p {
	line-height: 15px;
}

small{}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #4876c5;
}
a:hover {
	text-decoration: none;
	color: #4876c5;
}
ul li {
	margin-left: 30px;
	list-style-type: square;

