body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D7DCBE;
}
a{
	font-size : 12px;
	color:#336666;
	font-weight : bold;	
}
a:hover{
	font-size : 12px;
	color:#FF0000;
	font-weight : bold;	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.Pageheading{
	color:#336666;
	font-weight: bold;
}

a.leftNav{
	font-size : 11px;
	color:#336666;
	background-color : #D7DCBE;
	width : 100%;
	padding : 2px;
	font-weight : bold;
	text-align: center;
}
a.leftNav:hover{
	font-size : 11px; 
	text-decoration : none; 
	color : #ffffff; 
	background-color : #336666; 
	width : 100%; 
	padding : 2px; 
	font-weight : bold;
	text-align: center;	
}
a.VoteButton{
	font-size : 14px;
	color:#FFFFFF;
	background-color : #00CC00;
	width : 100%;
	padding : 2px;
	font-weight : bold;
	text-align: center;
	border: thin outset #006600;
	text-decoration: none;
	margin: 4px;
}
a.VoteButton:hover{
	font-size : 14px;
	color:#FFFFFF;
	background-color : red;
	width : 100%;
	padding : 2px;
	font-weight : bold;
	text-align: center;
	text-decoration: blink;
	border: thin outset #006600;
	margin: 4px;
}
a.menuSelected{
	font-size : 11px; 
	text-decoration : none; 
	color : #ffffff; 
	background-color : #E7CE41; 
	width : 100%; 
	padding : 2px; 
	font-weight : bold;
}