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


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

a {
	color: #050B78;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {color: #050B78;}


hr            {
  border:0;
  height: 0;

}

img{
	border: 0px;
}
.main {

	color: #B8860B;
	text-align: center;

}
small{
font-size:0.8em;
}
.vsmall{
font-size:80%;
}
.subd {
	color:#585858;
	font-size:x-small;
}
textarea {
    width: 90%;
	min-width: 20em;
    height: 7em;
}
div.claus {
	padding: 5px;
	background-color: #F8F8F8;
	border-bottom:1px dotted #ccc;
}
a{color: #0E07A4}
a:visited 	{color: #0E07A4}
a:active 	{color: #8903F0}

.error {
	border: 1px solid rgb(255, 0, 0);
	margin: 6px;
	padding: 6px;
	color:rgb(255, 0, 0);
	background-color: #FCDEDE;
}
.success {
	border: 1px solid rgb(0, 255, 0);
	margin: 6px;
	padding: 6px;
	color:#009900;
	background-color: #CCFFCC;
}

body{
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	margin:0px; padding:0px; width: 100%;
	color:#383838;
	font-size: 1em;
	line-height:1.8;
	margin-left: auto;
	margin-right: auto;
	
	

	max-width:800px;



}
.italicised{
	font-style:italic;
	font-size:small;
	color: #383838;
}
.blink{
	text-decoration:blink;
}

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


