html {
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
a,  a:visited {
	color:#c1001f;
	text-decoration:none;
}
a:hover,  a:visited:hover {
	color:#cc4545;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}
a.button {
	background:url(images/button.gif) no-repeat 0 -64px;
	display:block;
	float:left;
	padding:0 0 0 30px;
	text-decoration:none;
	font-weight: 700;
}
a.button span {
	background:url(images/button.gif) no-repeat 100% -64px;
	color:#656055;
	display:block;
	font-size:1.2em;
	height:34px;
	line-height:34px;
	padding:0 0 0 0;
	text-decoration:none;
	font-weight: 700;
}
a.button-2, a.button-2:hover, a.button-2:visited:hover {
	background-position:0 -128px;
	padding:0 0 0 15px;
	text-decoration:none;
}
*html a.button-2 {
	float: left;
	overflow: visible;
	width: 2px;
}
a.button-2 span {
	background-position:100% -128px;
	color:#fff;
	font-size:.9em;
	text-decoration:none;
	padding:0 35px 10px 0;
}
a.button-2 span {
	white-space: nowrap;
}
a.button-3 {
	background-position:0 0;
	padding:0 0 0 18px;
	text-transform: uppercase;
}
a.button-3 span {
	background-position:100% 0;
	color:#fff;
	font-size:1.5em;
	height:50px;
	padding:26px 18px 6px 0;
}
.highlight {
	color:#c20021;
	font-size:1.0em;
	margin-bottom:17px;
}
.title {
	color:#c20021;
	font-size:1.0em;
	margin-bottom:10px;
	background:url(images/title.gif) no-repeat 0px 4px;
}
.titleb {
	color:#009ee6;
	font-size:1.0em;
	margin-bottom:10px;
	background:url(images/titleb.gif) no-repeat 0px 4px;
}
.inc {
	font-size:1.2em;
	background:url(images/title.gif) no-repeat 0px 6px;
}
.incb {
	font-size:1.2em;
	background:url(images/titleb.gif) no-repeat 0px 6px;
}
.dec {
	font-size:0.8em;
}
.content {
	color:#656766;
	font-size:0.79em;
	margin:0 0 10px 0;
}
.shift {
	padding-left: 30px;
}
.shiftb {
	padding-bottom: 20px;
}
.shiftl {
	text-align:right;
	padding-right: 6px;
}
li {
	list-style-image: url(images/li.gif);
}
ul {
	padding:0 0 10px 48px;
}
.footer {
	padding:36px 0 12px 0;
	font-size:0.68em;
	text-align:center;
}

