body {
	background-color: black;
	font-family: Arial, Trebuchet, sans-serif;
	font-size: 15px;
}

table {
	background-color: white;
	border-color: #E71873;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
}

#footer {
	text-align: center;
	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;
	color: #CC0000;
	font-size: 10px;
}

#container {
	color: #333333;
	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;	
	background-color: white;
	padding-left: 7px;
	
}

#container a {
	text-decoration: none;
	color: #ED0678;
}

.pagetitle {
	color:#ED0678;
	font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
	font-size:140%;
	text-decoration:none;
}

.navigation_element {
	font-size: 14px;
	padding-top: 6px;
	width: 12%; 
	text-align: center;
	font-family:Arial,Trebuchet,Trebuchet MS,sans-serif;
	color: #ED0678;
	padding-bottom: 6px;
	background-color: #E71873;
	color: white;
	border-color: #E71873;
}

.navigation_element a {
	width: 12%; 
	text-align: center;
	font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
	color:white;
	text-decoration: none;
	
}

.navigation_element a:hover {
	width: 12%; 
	text-align: center;
	font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
	color:white;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #333333;	
}

legend {
	border: 1px solid #333333;	
}

.faq_question {
	color: #ED0678;	
}

.btn
{
   font-size:11px;
   font-family:Trebuchet,Trebuchet MS,Arial,sans-serif;
   color:#CC0000;
   width:102px;
   background-color:#FFFFFF;
   border-top-style:solid;
   border-top-color:#000000;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#000000;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#000000;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#000000;
   border-right-width:1px;
}

.servicelink {
	color:#FF0046;
	text-decoration: none;
}

.servicelink:hover {
	color:#CC0000;
	text-decoration: underline;
}