﻿p
{
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
}

body
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

h5
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: Black;
    font-weight: Bold;
    text-transform: uppercase;
}

.h5
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: Black;
    font-weight: Bold;
    text-transform: uppercase;	
}

.menu
{
	 background-color: white;
	 font-family: Verdana, Arial;
	 Font-Size: 0.8em;
	 color: Black;
	 position: relative; top: 25px;
	 text-decoration: none;
}

.menuAdmin
{
	 background-color: white;
	 font-family: Verdana, Arial;
	 Font-Size: 0.8em;
	 color: Black;
	 text-decoration: none;
}

.level1
{
	background-color: white;
    color: Black;
    font-family: Verdana, Arial;
    font-size: small;
    text-decoration: none;
}

.level2
{
    background-color: white;
    font-family: Verdana, Arial;
    color: Black;
    font-size: small;
    text-decoration: none;
}

.level3
{
    background-color: white;
    color: Black;
	font-family:  Verdana, Arial;
    font-size: x-small;
	text-decoration: none
}

.hoverstyle
{
    font-family:  Verdana, Arial;
    background-color: #7C6F57;
    color: White;
}

.selectedstyle
{
	font-family: Verdana, Arial;
	background-color: white;
	color: Black;
}

a
{
	font-family:  Verdana, Arial;
    font-size: 8pt;
    color: Red;
}

a:hover
{
	font-family: Verdana, Arial;
	color: Black;
}

.hoverexpand
{
    font-family:  Verdana, Arial;
    font-size: 8pt;
    text-decoration: underline;
    color: Red;  
    cursor: pointer;

}

/*** POLL-SPECIFIC STYLES ***/
.poll
	 {
	 font-family: Verdana, Arial;
	 Font-Size: 0.8em;
	 color: #7C6F57;
	 position: relative; top: 25px;
	 text-decoration: none;
}
.Poll_DisplayText
{
    font-weight: bold;  
}

.Poll_TotalVotes
{
    font-style: italic;
}

.Poll_TakePoll, .Poll_PollResults
{
    border: none;
    padding: 5px;
    margin-top: 10px;
    margin-left: 15px;
    text-align: left;
}
