BODY {
	font-style: normal;
	font-family: Arial;
}
H1 {
	font-size: 16pt;
	font-weight: bold;
}
H2 {
	font-size: 14pt;
	font-style: normal;
}
H3 {
	font-size: 12pt;
	font-style: normal;
}
IMG {
	border: 0 none;
}
SMALL {
	font-size: 8pt;
}
INPUT.required {
	background-color: #CCFFCC;
	color: #063;
}
TABLE.property {

}
TR.property {

}
TD.property {

}
.invisible {
visibility: hidden;
}

.names		{font-family: Arial; font-size: 12pt; font-weight: bold;padding:3;}
.labels		{font-family: Arial; font-size: 9pt; font-weight: bold;text-align:right;vertical-align:top;}
.data		{font-family: Arial; font-size: 9pt;text-align:left;vertical-align:top;}

UL {
	list-style : disc;
	text-align: left;
	text-padding: 35px;

}

.NumList {
	font-size: 13pt;
	text-align: left;
	text-padding: 35px;
}

.SmallList {
	font-size: 13pt;
	list-style: disc;
	text-align: left;
	text-padding: 35px;
}

.heading {
	font-size: 16pt;
	font-weight: bold;
}
.drkGreen {
	background-color: #338866;
	color: #FFFFFF;
}
.lghtGreen {
	background-color: #99cc99;
	color: #000000;
}
.mntGreen {
	background-color: #99cc99;
	color: #000000;
}
.drkRed {
	background-color: #990D0B;
	color: #FFFFFF;
}
.lghtRed {
	background-color: #DD0A0A;
	color: #FFFFFF;
}
.orange {
	background-color: #FF6700;
	color: #990D0B;
}
.lghtOrange {
	background-color: #FC9;
	color: #990D0B;
}
.white {
	background-color: #FFFFFF;
	color: #000000;
}
.yellow {
	color: #FFB706;
}
.black {
	background-color: #000000;
	color: #ffffff;
}

.button_active{
text-align: center;
background-image: url(../images/buttons_up.jpg);
background-repeat: repeat-x;
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: #FFFFFF;
height: 35px;
}

.menu_button_active{
background-image: url(../images/buttons_up.jpg);
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: #FFFFFF;
text-align: center;
list-style: none inside none;
}

.button_selected {
background-image: url(../images/buttons_down.jpg);
background-repeat: repeat-x;
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: #FFFFFF;
text-align: center;
height: 35px;
}
.menu_button_selected {
background-image: url(../images/buttons_down.jpg);
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: #FFFFFF;
text-align: center;
list-style: none inside none;
}
.button_hover {
background-image: url(../images/buttons_down.jpg);
background-repeat: repeat-x;
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: #ffff00;
text-align: center;
height: 35px;
}
.button_dot{
background-color: none; 
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: #FFffff;
text-align: center;
}

.thumb_photo{
border-top: 2px solid white;
border-bottom: 2px solid #444444;
border-left: 2px solid white;
border-right: 2px solid #444444;
}

.Nav
{
	position: absolute;
	top: 0px;
	z-index:2;
}

.Cont
{
	position: absolute;
	top:150px;
	z-index:1;
}

.Drop
{
	position: relative;
	z-index:3;
}