#headermssg
{
	width: 288px;
	font-family: TIMES ROMAN, "Times Roman", serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: white;
}

#bigtable
{
	position: relative;		
	top: 0px;
	left: 0px;
	align: center;
	border-left: 3px solid #006600;
	border-top: 3px solid #006600;
	border-right: 3px solid #006600;
	border-bottom: 2px solid #006600;
}


#box_outside
{
	background-color: #DDFFDD;
	border-left: 2px solid silver;
	border-top: 2px solid silver;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	padding: 0px;
	margin: 0px;
	z-index:4;
}

#box_inside
{
	background-color: #DDFFDD;
	border-left: 2px solid #006600;
	border-top: 2px solid #006600;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
	padding: 5px;
	margin: 0px;
	z-index:5;
}

#box_outside_warning
{
	background-color: #FFFFFF;
	border-left: 2px solid #FFFF00;
	border-top: 2px solid #FFFF00;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 0px;
	margin: 0px;
	z-index:4;
}

#box_inside_warning
{
	background-color: #FFFFFF;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #FFFF00;
	border-bottom: 2px solid #FFFF00;
	padding: 5px;
	margin: 0px;
	z-index:5;
}

#header_a
{
	font-family: TIMES ROMAN, "Times Roman", serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #006600;
}

#text_a
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

#text_b
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

#text_c
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

#text_g1
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #006600;
}

#text_g2
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #006600;
}

#text_g3
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #006600;
}

#text_g4
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	color: #006600;
}

#text_r
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	color: #000000;
}

#text_address
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#special
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #00FF00;
}

#special_text
{
	font-family: ARIAL, "Arial", san-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #006600;
}

table
{
	width: 770px;
}

.smallerlink
{
	font-size: 10pt;
	font-weight: normal;
}


.center
{
	text-align:center;
}

.bold
{
	font-weight: bold;
}


.ital
{
	font-style: italic;
}


.NOBOLD {font-weight: normal}

a.whitenav{color:#FFFFFF;}
a.whitenav:hover{color:#FF3300;background-color:#66FF00;}
a.whitenav:visited{color:#66FF00;}
a.whitenav:visited:hover{color:#FF3300;background-color:#66FF00;}

a.rednav{color:#FF0000;}
a.rednav:hover{color:#FFFFFF;background-color:#FF0000;}
a.rednav:visited{color:#FF0000;}
a.rednav:visited:hover{color:#FFFFFF;background-color:#FF0000;}


