body {
	font-family: sans-serif;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	background-color: ThreedLightShadow;
}
a:active, a:link, a:visited {
	font-family: sans-serif;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover, {
	font-family: sans-serif;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
A.attention:link, a.attention:hover,a.attention:visited{
	font-family: sans-serif;
	color: #993399;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
A.attention:active{
	font-family: sans-serif;
	color: #993399;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
A.ps:link, a.ps:hover,a.ps:visited,A.ps:active{
	font-family: sans-serif;
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
textarea, {
	font-family: sans-serif;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
form, {
	font-family: sans-serif;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
ul, {
	
}

table, td, th, tr {
	font-family: sans-serif;
	color: Black;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: square;
	list-style-type: square;
}
.MenuTitle {
	font-family: sans-serif;
	color: Gray;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	border: #666666 1px solid;
	padding-left: 5px;
}
.MenuItem {
	font-family: sans-serif;
	color: black;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;	
}
.Title {
	font-family: sans-serif;
	color: Gray;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.Undertitle{
	font-family: sans-serif;
	color: black;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.ItemTitle {
	font-family: sans-serif;
	color: black;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.attention{
	font-family: sans-serif;
	color: #993399;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.highlight {
	background-color: white;
	font-family: sans-serif;
	color: #993399;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.Btn {
	padding-left: 5px;
	padding-right: 5px;
	border: black 1px thin;
	background-color: white;
}
.ps {
	font-family: sans-serif;
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
