body
{
	color: #666666;
	font-family: Arial;	
}

.QuestionText
{
	font-weight: bold;
}

.FeedbackHeader
{
	color: #F10281;
	font-size: 16pt;
	font-weight:bold;
}

.SubmitButton
{
	color: #666666;
	font-family: Calibri;
	font-size:14pt;
	text-decoration: none;
}


.LightGrey
{
	background-color: #EEEEEE;
}

.DarkGrey
{
	background-color: #DDDDDD;	
}

.footer_bottom {
    width: 970px;
    background-image: url('Images/copyright-box.jpg');
    background-repeat: repeat-x;
    padding: 20px;
    font-size: 8pt;
   	border-right: 1px solid #bdbdbd;
   	border-left: 1px solid #bdbdbd;
}
.footer_bottom a {
    color: #898989;
    text-decoration: none;
}
.footer_bottom a:hover {
    color: #F0027F;
    text-decoration: underline;
}
.footer_copyright {
	width: 200px;
	float: left;
	color: #333333;
	font-size: 12px;
}
.footer_links {
	width: 500px;
	float: right;
}    
.footer_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}	
.footer_links ul li {
	display: inline;
	padding: 0px 5px 0px 10px;
	margin: 0;
	height: 12px;
	vertical-align: middle;
	color: #333333;;
}
.footer_links ul li a {
	color: #333333;
}
.footer_links ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

