/* CSS Document */

.Heading {	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#666666;
	font-weight:normal;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.pollTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.pollTitleBig {
	color:#5E5E5E;
	font-size:36px;
	font-weight:normal;

}
.inputTextField{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}
.smallgreymenu {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a.smallgreymenu, a.smallgreymenu:visited, a.smallgreymenu:link
{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

a.smallgreymenu, a.smallgreymenu:visited, a.smallgreymenu:link
{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

a.smallgreymenu:hover{
	text-decoration: underline;
	color: #666666;
}

a.Heading1, a.Heading1:link, a.Heading1:visited, a.Heading1:hover {								        
		font-family:"Times New Roman", Times, serif;
		font-size:30px;
		color:#666666;
		font-weight:normal;
		text-decoration:none;
}
.pollIssueTitle{
	color:#5E5E5E;
	font-size:26px;
	font-weight:normal;
}

.pollTextarea{
	background-color:#EFEFE7;
	color:#5E5E5E;
	border:1px solid #666666;
}

.textField{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:2px;
}