/* CSS Document */

body {
	background-color: #e9e9e9;
}
.normaltype-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.smalltype-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.faq-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
}

.boldtype-white {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; font-weight: bold; }

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; font-weight: bold; }


#faq-div {
	position:relative;
	left:38px;
	top:0px;
	width:800px;
	height:350px;
	padding-right:50;
	padding-top:20;
	padding-bottom:20;
	z-index:1;
	overflow: auto;
}

a:link {
	color: #EAF4E8;
}
a:visited {
	color: #EAF4E8;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #EAF4E8;
}
.image-border {
	border: 3px solid #E8E8E8;
}
.normaltype-black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.boldtype-black {
font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: bold;
}
