﻿HTML {
overflow: -moz-scrollbars-vertical;
}

body
{
	font-size: 10pt;
	font-family: arial;
	color: #666666;
}

.textNormal
{
	font-size: 10pt;
	font-family: arial;
}

.textHeader
{
	font-size: 16pt;
	font-family: arial;
}
.textOrange
{
	font-size: 10pt;
	color: #cc6633;
	font-family: arial;
}

ul{

 padding-left: 0px;


}

.textOrangeBold
{
	font-size: 10pt;
	color: #cc6633;
	font-family: arial;
	font-weight: bold;
}
.linkDefault
{
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #666666;
	font-weight: bold;
}

.linkDefault:hover
{
	text-decoration: none;
	color: #cc6633;
}

.linkDefaultList a
{
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #666666;
	font-weight: bold;
}

.linkDefaultList:hover a
{
	text-decoration: none;
	color: #cc6633;
}


.linkOrange
{
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	color: #cc6633;
	font-weight: bold;
}

.linkOrange:hover
{
	text-decoration: none;
	/*color: #99cccc;*/
	color: #669999;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

/*.noCenter {text-align: left;  }*/

.noCenter td { text-align: left; }

.display_archive {font-family: arial,verdana; font-size: 12px; color: #666666;}
.campaign {line-height: 125%; text-decoration: none; color: #666666; }
.campaign a {color: #666666; text-decoration: none; font-weight: bold; }
.campaign:hover a {color: #cc6633; }


.leftMargin 
{
	
margin-left: 40px;	
}