/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-variant: normal;
	background-color: #336699;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
	list-style-position: outside;

}
 A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699CC;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
 A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699CC;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
}
 A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
}
A:focus { 
	outline: none;
}
 .TextObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	list-style-type: square;
}
 H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bolder;
}
 H2 { font-size: 16px; color: #CCCCCC;}
 P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
	list-style-type: circle;
}
 A {
	color: rgb(204,204,204);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: circle;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;


}
 .TextNavBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #CCCCCC; font-weight: normal; font-style: normal; text-decoration: none ; text-align: right; clear: none;}
 A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCCC;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-type: circle;

}

.navtext {
width:150px;
font-size:8pt;
text-align:justify;
padding: 10%;
border-width:1px;
border-style:outset;
border-color:black;
background-color: #CCE5FF;
color:black;

}
