/* CSS Core Document */

* { margin: 0; padding: 0; }

body, html {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link, a:visited { 
	color: #7c92ff; 
}
a img {
	border: 0;
}

h1 { 
	font-family: arial, tahoma, Trebuchet MS; 
	font-size: 24px; 
	padding: 0 0 15px 18px; 
	font-weight: normal; 
	color: #121a2f; 
}
h2 {
	font-family: arial, tahoma, Trebuchet MS;
	font-size: 24px;
	padding: 0 0 25px 18px;
	font-weight: normal;
	color: #313538;
}
h3 {
	width: 331px;
	height: 30px;
	margin: 0;
	padding: 12px 0 0 0;
	background: url(../images/bg-h3.gif) no-repeat;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: arial, tahoma, Trebuchet MS;
	font-weight: normal;
}
p { 
	padding: 0 0 10px 0; 
}

.splitleft { float: left; }
.splitright { float: right; }
.clear { clear: both; font-size: 1px; line-height: 0px; height: 0px; }
.spacer { clear: both; font-size: 10px; line-height: 10px; height: 10px; }


