* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.footer {
	font-size: 9px;
	color: #CCCCCC;
}
.default {
	color: #000000;
	font-weight: normal;
}
.header {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.largegrey {
	font-size: 36px;
	font-weight: normal;
	color: #CCCCCC;
}
.topmenu {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
.questionshead {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.sidemenu {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

.sidemenubold {
	font-weight:bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

.smallgrey {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-transform: none;
}
.menutitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.bigrednumber {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.quoteitalic {
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
.error {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
.defaultbold {
	color: #000000;
	font-weight: bold;
}

.formlabel {
	font-weight: bold ;
	color: #000000;
	width: 180px;
}

.defaulttitlebold 
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.bluelink {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
}
.defaultlink {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

input, textarea	{	
	border-style:solid;
	border-color: Gray;
	border-width:thin ;
	}	
	
fieldset
{
  background-color:#f1f1f1; 
  padding: 5px 20px 5px 20px; 
  margin-bottom: 10px;
  margin-top:10px;
  
}

legend
{
  background-color:White;
  font-weight:bold; 
}
