body {
	background-color: #555555;
	font-family: arial, verdana, sans-serif;
}

p {
	padding: none;
	}

#main {
	width: 600px;
	height: 100%;
	background: #FFFFFF;
	align: center;
	border: 1px transparent #eeeeee;
}

#header {
	width: 100%;
	height: 110px;
	}
	
#header .img {
	width: 100%;
	height: 80px;
	}

#header .mainsubtitle {
	background-color: #c70000;
	height: 20px;
	width: 100%;
}

#header .mainsubtitle h2 {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	padding: none;
}

.comment textarea {
display: block;
}

.odd {
background-color: #eee;
}

input, textarea {
border-bottom: 1px solid #a6a6a6;
border-right: 1px solid #a6a6a6;
}

.question td, .question th {
border-bottom: 1px solid #999;
}

p.question {
text-align: left;
}

.question_text {
  font-size: 1.1em;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #000000;
	text-align: left;
	padding: 5px;
	width: 90%;
}

#questions {
	padding: none;
}

#privacy {
	text-align: center;
	background: #eeeeee;
	width: 90%;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	padding: 5 5 5 5;
}

#privacy p {
	padding: 5px;
}

#navigator {
	background-color:#c70000;
	width: 100%;
	height: 30px;
}

#navigator .navigate {
	padding: 5px;
}

.divider {
	width: 100%;
	height: 10px;
	background: #ffffff;
	
}

.footer {
	background: #ffffff;
	text-align: left;
	width: 95%;
	font-size: 10px;
	line-height: 25px;

	
}

td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #444444;}
a:link { color: #09357A;}
a:visited { color: #062555;}
a:hover { color: #FF9900;}

.title {font-size: 16px; color: #20446f;  font-weight: bold;}
.subtitle {font-size: 12px; color: #E37E00;  font-weight: bold; }
.future{color: #ffffff; font-weight:bold;}


.footertext {font-size: 10px; color: #ffffff;}
.footertext a:link {font-size: 10px; color: #ffffff;}
.footertext a:visited {font-size: 10px; color: #636363;}
.footertext a:hover {font-size: 10px; color: #ffffff;}
.footertext a:active {font-size: 10px; color: #636363;}

td .questionhelp {
font-size:10px;
}

th.answertext {
text-align: left;
font-size: 11px;
}

th {
font-size: 11px;
}


ul, ol {
list-style: none;
list-style-position: none;
padding: 0;
}

ul li {
zoom: 1;
}

.submit {
        background-color: #ebebeb;
        border-color: grey;
        border-style: ridge;
        border-width: 1;
        color: #444444;
        font-size: 11px; 
        font-family: arial;
        font-weight: bold;  
}
.select {
	font-size: 11px; 
	}
.textarea {
	background-color: #FFFFFF;
	font-size: 11px;
	}



.graph {
	border: solid;
	border-width: 1;
	border-color: #c3c3c3;
	background-color: #fbfbfb;
	}
.innergraph {
	font-family: arial;
	font-size: 10px;
	}
.question {
	font-family: arial;
	font-size: 10px;
	text-align:center;
	}
	
.errormandatory {
	font-size:12px;
	font-weight:bold;
	color:RED;
	}
	


.meter{
float: right;
padding-top: 20px;
padding-right: 12px;
}


