div {
	margin: 0px;
	padding: 5px 1px 5px 1px;
}
.oddrow {
	padding: 5px 1px 5px 1px;
  	BACKGROUND-COLOR: #f8f8ff;
	border-bottom:1px dotted #ccc;
}
.evenrow {
	padding: 5px 1px 5px 1px;
  	BACKGROUND-COLOR: #f1f2f3;
	border-bottom:1px dotted #ccc;
}
.menu {
	padding: 5px 1px 5px 1px;
  	BACKGROUND-COLOR: #e6e6fa;
	padding: 2px;
	border-bottom:1px dotted #ccc;
}
div.title {
	padding: 2px;
	color: #778899;
	background-color: #b0c4de;
	text-align:center;
	font-weight:bold;
	border-bottom: 1px solid #e0eee0;


}
div.child {
	padding: 5px 1px 5px 1px;
	color: #000000;
	background-color: #E6E8FA;
	border-bottom:1px dotted #ccc;
}

a {
	color: #050B78;
}

a:visited {color: #050B78;}


hr            {
  border:0;
  height: 0;

}
.error{
	color: #F78383;

}
img{
	border: 0px;
}
.main {

	text-color: #B8860B;
	text-align: center;

}
small{
font-size:12px;
}
div.claus {
	padding: 5px 1px 5px 1px;
	background-color: #F8F8F8;
	border-bottom:1px dotted #ccc;
}
a{color: #0E07A4}
a:visited 	{color: #0E07A4}
a:active 	{color: #8903F0}

body{
	font-family:Sans-serif; margin:0px;padding:0px; font-weight:400; width: 100%;
	
	font-size: small;
	
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
	}
.italicised{
	font-style:italic;
	font-size:small;
	color: #000000;
}
.blink{
	text-decoration:blink;
}

input, textarea, option{
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #fff;
	
	border-color:#ccc;
}
