BODY {
	background-color : #FFFFFF;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222222;
}

H1 {
	font-size : 15pt;
	line-height : 150%;
	font-weight : 600;
}

A:VISITED,A:LINK  {
	color: #000000;
}

A:ACTIVE  {
	color: #999999;
	font-style: italic;
}

A:HOVER,A:FOCUS {
	color: #333333;
}

TEXTAREA,INPUT {
	border : 1px solid #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #222222;
}

.none {
	border : none;
	}

.menu {
	font-size : 8pt;
	line-height : 140%;
	padding-left: 20px;
	}

.maintext {
	font-size : 10pt;
	line-height : 150%;
}

.smalltext {
	font-size : 8pt;
	line-height : 150%;
}

.subheadline {
	font-size : 13pt;
	font-weight : 700;
	line-height : 150%;
}


.bold {
	font-weight : 800;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.smaller {
	font-size: smaller;
	}
	
.larger {
	font-size: larger;
	}
	
.indent {
	padding-left : 10px;
	float : left;
	}
	
.light {
	color: #EEEEEE;
	}