/* Reset the Browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	min-width: 1075px;
	font: 11px/15px Arial,sans-serif;
	color: #797979;
	text-align: left;
	background: #fffeff;
	overflow-x: hidden;
}

#container {
	background: #fff;
}

hr {
	display: block;
	border: none;
	background: #e5e5e5;
	height: 1px;
}

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

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a img {
	border: 0;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

.cl {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	text-indent: -4000px;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.shell {
	width: 875px;
	margin: 0 auto;
}

p {
	padding-bottom: 15px;
}

h3 {
	font: bold 15px Arial, sans-serif;
	margin-bottom: 5px;
}

h4 {
	font: 13px Arial, sans-serif;
	margin-bottom: 2px;
}

.infoBox {
	height: 100px;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px #c0c0c0;
	-webkit-box-shadow: 0 0 10px #c0c0c0;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, rgb(154,188,42)),
	    color-stop(1, rgb(195,235,52))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(154,188,42) 50%,
	    rgb(195,235,52) 100%
	);
}

.infoBox p {
	text-align: center;
	margin-top: 40px;
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	font-size: 1.6em;
}

.infoBox a {
	text-decoration: none;
	color: #004789;
	font-weight: bold;
}

.infoBox a:hover {
	text-decoration: none;
	color: #004789;
}

