
BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

TD
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial
}

SPAN.big_bold
{
	color: #1f497d;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}


.poll_title
{
 color: #c6d9f1;
 font-weight: bold;
 font-size: 13pt;
}

.poll_text
{
 color: #ffffff;
 font-size: 11pt;
}



A.poll:visited
{
    COLOR: #ffffff;    
    TEXT-DECORATION: underline;
}
A.poll:link
{
    COLOR: #ffffff;    
    TEXT-DECORATION: underline;
}
A.poll:hover
{
    COLOR: #ffffff;        
    TEXT-DECORATION: none;
}





.navbar
{
	height: 30px; 
	text-align: center; 
	background-color: #4f81bd;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.navbar_active
{
	height: 30px; 
	text-align: center; 
	background-color: #4bacc6;
	color: #ffffff;
	font-weight: bold;
}


.box_title
{
	color: #4f81bd;
	font-size: 10pt;
	font-weight: bold;
}

.search_header
{
	background-color: #4f81bd; 
	color: #FFFFFF; 
	padding-top: 3px; 
	padding-bottom: 3px;
}





A.main_blog_title:visited
{
    COLOR: #4f81bd;    
    TEXT-DECORATION: none;
    font-size: 11pt;
    font-weight: bold;
}
A.main_blog_title:link
{
    COLOR: #4f81bd;    
    TEXT-DECORATION: none;
    font-size: 11pt;
    font-weight: bold;
}
A.main_blog_title:hover
{
    COLOR: #4f81bd;        
    TEXT-DECORATION: underline;
    font-size: 11pt;
    font-weight: bold;
}


A.ht_blog_title:visited
{
    COLOR: #1f497d;    
    TEXT-DECORATION: none;
    font-size: 11pt;
    font-weight: bold;
}
A.ht_blog_title:link
{
    COLOR: #1f497d;    
    TEXT-DECORATION: none;
    font-size: 11pt;
    font-weight: bold;
}
A.ht_blog_title:hover
{
    COLOR: #1f497d;        
    TEXT-DECORATION: underline;
    font-size: 11pt;
    font-weight: bold;
}



a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image: url(/images/buttonBackground.gif);
background-repeat: no-repeat;
width: 101px;
height: 26px;
padding: 3px 0 0 0;
/*
margin: 5px auto;

*/
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

a.button:link, a.button:visited {
color: #FFFFFF;
}
a.button:hover, a.button:active {
background-position: 0 -30px;
color: #FFFFFF;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -60px;
color: #5F5F5F;
cursor: default;
}


.pollbox{
left: 50%;
}


.blog_title_sub
{
	font-weight: bold; font-size: 8pt;
}


.sitemap_header
{
	font-weight: bold; 
	color: #08256B; 
	text-decoration: underline;
}
