/* CSS Document */

body {
	background-color: white;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: black;
	padding-right: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #0d479a;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17px;
	font-weight: bold;
	color: #0d479a;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EEEEEE;
	border-bottom: solid 2px;
	border-bottom-color: #0d479a; 
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 15px;
	font-weight: bold;
	color: #0d479a;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom: solid 1px;
	border-bottom-color: #0d479a; 
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #0d479a;
	padding-right: 0px;
}

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: black;
	padding-right: 0px;
	padding-top: 4px;
	border-top: solid 1px;
	border-top-color: #0d479a;
}

.line {
	background-color: white;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;

}

.blueline_horiz {
	background-color: #0d479a;
	background-image: url(images/1px_blue.gif);
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.blueline_vert {
	background-color: #0d479a;
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #0d479a;
}

.footer {
	background-color: #0d479a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	color: white;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	color: white;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	color: white;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	color: white;
}

.disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: black;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.image_space { 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 90px;
}