body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}


h1 {
	font-size:44px;
	color:#000000;
	font-weight:bold;
	line-height:43px;
	text-transform:uppercase;
	font-family:"AvantGarde Book", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2 {
	font-size:20px;
	color:#000000;
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0 0 15px 0;
	line-height:28px;
}

h3 {
	font-size:16px;
	color:#F17D93;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0 0 10px 0;
}

h4 {
	font-size:11px;
	color:#666666;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a {
	color: #F17D93;
	text-decoration:underline;
}

a:hover {
	color:#90D2D2;
	text-decoration:none;
}

hr {
	border: none;
	border-bottom: 1px dashed #CCC;
	margin: 20px 0;
}

/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#F17D93;
}

.textHighlight2 {
	font-weight:bold;
	color:#90D2D2;
}

.blockHeading {
	color:#fff;
	background:#F17D93;
	padding:3px 10px;
}

.answer {
	padding:0 10px;
}

.pageImage {
	float:right;
	margin:0 0 15px 15px;
}

.lineBreak {
	height:1px;
	background:url(/images/backgrounds/repeat_dots.gif) repeat-x;
}