/* CSS Core Document */

* { margin: 0; padding: 0; }

body, html {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../images/bg.gif) repeat-x #f6f5f3;
}

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

h1 { 
	font-family: arial, tahoma, Trebuchet MS; 
	font-size: 24px; 
	padding: 0 0 15px 0; 
	font-weight: normal; 
	color: #333; 
}
h1 strong { 
	font-family: arial, tahoma, Trebuchet MS; 
	font-size: 24px; 
	padding: 0 0 15px 0; 
	font-weight: bold; 
	color: #cd1121; 
}
h2 { 
	font-family: arial, tahoma, Trebuchet MS; 
	font-size: 18px; 
	padding: 0 0 15px 0; 
	font-weight: normal; 
	color: #333; 
}
h3 { 
	font-family: arial, tahoma, Trebuchet MS; 
	font-size: 14px; 
	padding: 0 0 6px 0; 
	color: #cc0000; 
}
p { 
	padding: 0 0 10px 0; 
}

.splitleft { 
	float: left;
}
.splitright { 
	float: right;
}
.clear { 
	clear: both; 
	font-size: 1px; 
	line-height: 0px; 
	height: 0px;
}
a.arrow {
	color: #cc0000;
	text-decoration: none;
	background: url(../images/bullet-red-arrow.gif) no-repeat right center;
	padding: 0 7px 0 0;
}
.box {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 6px 6px 0 6px;
	margin: 0 0 10px 0;
}

