/* CSS Document */

body {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
line-height: 120%;
background-color: #ADDFEF;
}

		
.leftMenu {	text-align: left; }
		
.centerMenu { text-align: center;}
		
.rightMenu { text-align: right;	}
		
a.MenuLabelLink	{ COLOR: #000000;	FONT-SIZE: 16px;
FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None;
margin: 6px; padding: 6px; font-weight: bold; }
a.MenuLabelLink:link { COLOR: #000000;	FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuLabelLink:visited	{ COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuLabelLink:hover{ COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
		
a.MenuLabelLinkOn {	COLOR: #000000; FONT-SIZE: 16px;
FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; margin: 6px; padding: 6px; font-weight: bold; }
a.MenuLabelLinkOn:link { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuLabelLinkOn:visited { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuLabelLinkOn:hover { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
		
a.MenuItemLink { COLOR: #000000; FONT-SIZE: 12px;
FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; margin: 0px; padding: 0px; font-weight: bold; }
a.MenuItemLink:link { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuItemLink:visited { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuItemLink:hover { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
		
a.MenuItemLinkOn { COLOR: #000000; FONT-SIZE: 12px;
FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None;
margin: 0px; padding: 0px; font-weight: bold; }
a.MenuItemLinkOn:link { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuItemLinkOn:visited { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
a.MenuItemLinkOn:hover { COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: None; }
		
.myMenu { position: absolute; visibility: hidden; z-index: 7; }		
		
.myMenuLabelleft { padding: 0px 0px 0px 0px; text-align: left; }		
.myMenuLabelcenter { padding: 0px 0px 0px 0px; text-align: center; }		
.myMenuLabelright { padding: 0px 0px 0px 0px; text-align: right; }		
.myMenuItemleft { padding: 0px 0px 0px 0px; text-align: left; }		
.myMenuItemcenter { padding: 0px 0px 0px 0px; text-align: center; }		
.myMenuItemright { padding: 0px 0px 0px 0px; text-align: right; }		
		
#myTest { 
width: 800px;
padding: 0px 0px 0px 0px;
z-index: 7;
}

.footer {
	color: #FFFFFF;
	font-size: small;
}

ul {
list-style-type: disc;
list-style-position: outside;
}

a:link {color: #003366; text-decoration: none;}
a:visited {color: #003366; text-decoration: none; }
a:hover {color: #66CCFF; text-decoration: none; }
a:active {color: #66CCFF; text-decoration: none; }



h1 {
	font-size: 28px;
color: #006699;
line-height: 120%;
font-weight: bold;
font-size: 26px;
margin-top: 5px;
margin-bottom: 2px;
line-height:1;
letter-spacing: 2px;
	
    
}

h2 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:bold;

}

h3 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight:bold;
}

p {
	font-size: 14px;
	margin: 0px;
	margin-top: 6px;
	padding-bottom: 2px;
	line-height: 170%;
}

input {
    border: 1px solid #999;
    background: #fff;
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

}
input:hover {
    border: 1px solid #999;
    background: #fff;
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

}
button {
    border: 1px solid #999;
    background: #fff;
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

}
button:hover {
    border: 1px solid #999;
    background: #fff;
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }