@charset "UTF-8";
body {
	background: #a6d8f5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0066cc;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.container {
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sidefiller {
	background-image:url(../images/home/side-gradiant.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.spaceAbove20 {
	margin-top: 20px;
}
.spaceBelow20 {
	margin-bottom: 20px;
}
.spaceBelow0 {
	margin-bottom: 0px;
}
ul.Float {
	padding:0;
	margin:0 0 0 1em;
}
ul.Float li {
	margin-bottom:9px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
  line-height: 0px;
}
table.size {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white;
	border-collapse: separate;
/*	background-color: white; */
}
table.size th {
	border-width: 1px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-color: white;
/*	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px; */
}
table.size td {
	border-width: 1px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-color: white;
/*	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px; */
}
.checkmarkType {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.Bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.footer {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
/*.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #fffff;
}
.footer a:hover {
	color: #0066cc;
	text-decoration: underline;
}
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}*/
a:link {
	color: #c60a27;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c60a27;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: #c60a37;
}
