﻿body
{
	background-color: #edf0ec;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-decoration: none;
	
}

.whiteNormalText
{
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color:#ffffff;
	text-decoration: none;
}
.whiteBoldText
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.whiteBoldUnderlineText
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.whiteNormalText
{
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color:#ffffff;
	text-decoration:none;
}
a.whiteNormalText:hover
{
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color:#ffffff;
	text-decoration:underline;
}


a.grayNormalText
{
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color:#5f5f5f;
	text-decoration:none;
}
a.grayNormalText:hover
{
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color:#5f5f5f;
	text-decoration:underline;
}

a.redNormalText
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #9e2627;
	text-decoration: none;
}
a.redNormalText:hover
{
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color:#9e2627;
	text-decoration:underline;
}
.redBoldText
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #9e2627;
	font-weight: bold;
	text-decoration: none;
}
.boldText
{
	font-weight: bold;
}
.redBoldText14
{
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #9e2627;
	font-weight: bold;
	text-decoration: none;
}
.redBoldText18
{
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #9e2627;
	font-weight: bold;
	text-decoration: none;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.faqAnswer
{
	background-color: #e6e6e6;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.faqQuestion
{
	font-weight:bold;
	background-color:inherit;
	margin-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 4px;
}

.faqQuestionOver
{
	font-weight: bold;
	background-color: #434343;
	margin-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 4px;
	color: #fddfa1;
}