.gray {
	background: #CCCCCC;
    font-family: Verdana,sans-serif;
    font-size: 9pt;
}	

.dark  {
    background: #336666;
    color: #FFFFFF;
    font-size: 10pt;
     font-family: Verdana, Arial, Helvetica, sans-serif;

}
.dark a:link { color: white; }
.dark a:visited { color: #88FFFF; }
.dark a:hover { color: #FF88FF; }


.dark2  {
    background: #336666;
    color: #FFFFFF;
    font-size: 11pt;
     font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dark2 a:link { color: white; }
.dark2 a:visited { color: #88FFFF; }
.dark2 a:hover { color: #FF88FF; }

.links  {
    background: #666666;
    color: #FFFFFF;
    font-size: 8pt;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	padding-right: 6px;
}
.links a:link { color: white; font-size: 8pt; }
.links a:visited { color: #88FFFF; font-size: 8pt; }
.links a:hover { color: #FF88FF; font-size: 8pt; }

.normal {
    font-family: Verdana,sans-serif;
    font-size: 9pt;
}
.normal {
    font-family: Verdana,sans-serif;
    font-size: 9pt;
}
.smallPadded {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.smallText {
    font-family: Verdana,sans-serif;
    font-size: 9pt;
}
.verySmallText {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
}
.sarif {
    font-family: Times Roman, serif;
    font-size: medium;
	font-style: italic;
}   

.italics {
    font-size: small;
	font-style: italic;
}

.boxText {
    background: #336666;
    color: #FFFFFF;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid; 
	border-color: gray; 
	padding-left: 20px; 
	padding-right: 20px;
	line-height:1.5;
} 
.boxText a:link { color: white; }
.boxText a:visited { color: #88FFFF; }
.boxText a:hover { color: #FF88FF; }

.thumbnail {
	padding: 0px; 
	margin: 0px;
	border-color: gray; 
	border-style: solid;
	border-width: 1px;
}
.title {
    /*background: #336666;
    color: #FFFFFF; */
    font-size: 18pt;
    font-family: Cooper Black, sans-serif;
    color: white;
}
 
.title2 {
    /*background: #336666;
    color: #FFFFFF; */
    font-size: 14pt;
    font-family: Cooper Black, sans-serif;
    color: white;
}

.box {
	background-color: #CCCCCC;
	color: #336666;
}

.para { background: white; color: black; text-indent:12px; font-size: 9pt; font-family: Verdana, sans-serif; line-height:1.5; }
.darkg { background-color:#006666; }

hr {
	border: 0;
	height: 1px;
}
.lh15 {
	line-height: 1.5;
}