body 
{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
	background-color: White;
}
pre
{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table 
{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
}
select
{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
}
input
{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
}
h1 
{
	font-family: sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: Black;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}

h2
{
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: Black;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}

h3
{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	margin-left: 0px;
	margin-top: 6px;	
	margin-bottom: 3px;
}

h4
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;	
	margin-bottom: 6px;
}

.links
{
    color : #6495ED;
	font-family: Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

A:HOVER 
{
	text-decoration: underline;
}

.mainMenuLinks
{
    color : #6495ED;
	font-family: Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.newsLinks
{
    color : #6495ED;
	font-family: Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.electionYearText
{
    color: #6495ED;
    font-family: Sans-Serif;
    font-size: 55px;
    
}

.topMenuLinks
{
    color : #B8B8B8;
	font-family: Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.adjustedZIndex {
    z-index: 100;
}

.RightBorderGrayDottedLine
{
    border-right: 2px; 
    border-right-color: #F0F0F0; 
    border-right-style: dotted;
}

.LeftBorderGrayDottedLine
{
    border-left: 2px; 
    border-left-color: #F0F0F0;  
    border-left-style: dotted;
}

.BottomBorderGrayDottedLine
{
    border-bottom: 2px; 
    border-bottom-color: #F0F0F0; 
    border-bottom-style: dotted;
}

.TopBorderGrayDottedLine
{
    border-top: 2px; 
    border-top-color: #F0F0F0; 
    border-top-style: dotted;
}


.showCriteriaInfo
{
    background-color: #003264;
    color: White;
}

p.showCriteriaInfo
{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}