@charset "UTF-8";
html{
overflow:scroll;
}
.linkred {
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.subnav_white {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #FFF;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	}
.text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.text_bold_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: E61A23;
}
.textboldred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E61A23;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.membernames {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #D82635;
}
.memberanswers {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #498CC2;
}
.memberlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.designer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D82635;
}
.footer {
	text-align: center;
	color: #E61A23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.italictext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
}

