.normaltext {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	text-align: center;
}
.header {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	text-align: center;
	color: #933;
	font-weight: bold;
	font-size: xx-small;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
a:active {
	color: #00FF00;
	text-decoration: none;

}
.small {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #036;
	text-align: left;
	font-weight: normal;
	font-size: xx-small;
}
.bigfont {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 24px;
}
.clsNode, .clsNode:visited{
	color: white;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-weight : normal;;
	font-size : 11pt;
	text-decoration : none;
}
.clsNode:hover{
	color: #000;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-weight : normal;
	;
	font-size : 11pt;
	text-decoration : underline;
} 
.mother {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6F6;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tborder {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

