/* CSS Document */

.leftmenu:link {
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
	display:inline;
	padding: 0px 5px;

}
.leftmenu:visited {
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
	display:inline;
	padding: 0px 5px;

}
.leftmenu:hover {
	FONT-WEIGHT: bold; 
	COLOR: #CCCCCC; 
	TEXT-DECORATION: none
	display:inline;
	padding: 0px 5px;
}
.body {
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
}
.text1 {
	font-weight: bold;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
}


.text2 {
	font-weight: bold;
        color: #006600;
        font-family: Monotype Corsiva;
        font-size: 18pt;
}

.text3 {
	font-weight: bold;
        color: #006600;
}

.headline1 {
	font-weight: bold;
	text-align: center;
        color: #006600;
        font-size: 13.5pt;
        font-family: Times New Roman, Times, serif;
}

.headline2 {
	font-weight: bold;
	text-align: left;
        color: #006600;
        font-size: 18.5pt;
        font-family: Times New Roman, Times, serif;
}
