BODY  {
	font-family : georgia,serif, "Times New Roman", Times;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	font-size:12pt;
	margin-top: 0px;
	background: #214263;
}

TABLE {
	font-family : georgia,serif, "Times New Roman", Times;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	font-size:13px;

}
A:link {
	color: #202090;
	font-size:10pt;
	font-weight : bold;
    font-family: georgia,serif, "Times New Roman", Times;
}

A:visited {
	color: #202090;
	font-size:10pt; 
	font-weight : bold;
    font-family: georgia,serif, "Times New Roman", Times;}

A:hover {
	color: #FF9900;
	font-size:12pt;
	font-family: georgia,serif, "Times New Roman", Times;
	font-weight: normal;
	text-align: center;
}


a {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #202090;
}

H3 {
	font-size: 12pt;
}
.nn
{
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 12pt;
	font-weight : bold;
	color: #202090;	
}

#athree a
{
	color:#7d1515;
}

#athree a:hover
{
	color: #FF9900;
}	

.important_text {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #000000;
	text-align: center;
}

.important_text_left {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #000000;
}

.important_text_alt {
	text-shadow: Teal;
}

.black_text {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #000000;		
}

.start_letter {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 14pt;
	font-weight : bold;
	color: #000000;	
}

.centered_important_text {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #000000;
	text-align: center;
}

.centered_important_gold_text {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	font-style: italic;
	color: #FDD017;		
}

.centered_small_gold_text {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: x-small;
	font-weight : bold;
	color: #FDD017;		
	text-align: center;
}

body table tr td table tr td {

}

.Underlined_Important_txt {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #870E0E;
	text-decoration:underline;
}

.Underlined_Important_txt_RR {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #870e0e;
	text-decoration:underline;
}

.RR_Important_txt {
	font-family: georgia,serif, "Times New Roman", Times;
	font-size: 10pt;
	font-weight : bold;
	color: #870E0E;
	text-decoration:none;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

.LinkText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #03F;
}

.UnderlinedLinkText {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #00C;
	text-decoration: underline;
}

.H1GoldCenteredText {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FDD017;
	text-align: center;
}

.signatureLCText {
    font-family: "Lucida Calligraphy";
	font-size: 12px
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FDD017;
	text-align: center;
}

.webmaster {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #069;
}

/* tooltips */


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}




