.body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}
.body a:link { color: #000000; }
.body a:hover { color: #bb1d2c; }
.body a:visited { color: #000000; }


.h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}


.h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 15px;
	color: #dd823b;
}
.h2 a:link {
	color: #dd823b;
}
.h2 a:hover {
	color: #dd823b;
}
.h2 a:visited {
	color: #dd823b;
}

.h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 14px;
	color: #96111F;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h3 a:link {
	color: #d37853;
}
.h3 a:hover {
	color: #a85d98;
}
.h3 a:visited {
	color: #d37853;
}
	

.h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 12px;
	color: #AD669E;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.h4 a:link {
	color: #d37853;
}
.h4 a:hover {
	color: #a85d98;
}
.h4 a:visited {
	color: #d37853;
}
	

.navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}
.navigation a:link {
	color: #666666;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
	color: #666666;
}
.navigation a:hover {
	color: #96121F;
	text-decoration: none;
}


.footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
}
.footer a:hover {
	color: #dd823b;
}
.footer a:visited {
	color: #FFFFFF;
}
.points {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.points a:link {
	color: #FFFFFF;
}
.points a:hover {
	color: #dd823b;
}
.points a:visited {
	color: #FFFFFF;
}


.table-red {
	background-image: url(images/redbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.table-redcurve {
	background-image: url(images/curvebg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.table-orange {
	background-image: url(images/orangebg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.table-grey {
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.table-shadow {
	background-image: url(images/shadowbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.table-curveshadow {
	background-image: url(images/curveshadowbg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

