@charset "utf-8";
body {
	background-image: url(images/bgblue.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color:#FFFFFF;
}
.emphasis {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D8CD73;
}
.altcolortxt {
	color: #D8CD73;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:14px;
	line-height: 18px;
}
.tabletxt {
color:#FFFFFF;
line-height: 18px;
font-family:Arial, Helvetica, sans-serif;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8000;
}
a.nav {
	color: #F2D47C;
	font-size: 14px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/seperator.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 11px;
}
a.orange {
	color: #FFCC00;
	font-size: 24px;
	text-decoration: underline;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/seperator.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 11px;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF8000;
	line-height: 14px;

}
h3 {
	font-size: 26px;
	font-weight: bold;
	color: #FF8000;
	line-height: 18px;

}
ul {
	color: #000000;
	list-style-image: url(images/bulletul.gif);
	line-height:18px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
