/* CSS Document */
body{
	background-color:#fafaff;
	color:#555555; 
	font-family: sans-serif;
	font-size: 12px;  
	}

td,tr{
	padding: 1px;
	border: none;
	}

a{
	text-decoration:none; font-weight: bold; color: #555555;
	}
	
a:hover{
	text-decoration:underline;
	}
	
a:visited{
	color:#555555;
	}
		
.menu td, .menu tr{
	background-color:#ffcc66;
	color:#ffcc00;
	border:#ffcc00;
	padding: 2px;
	font: arial;
	font-size: 14px;
	text-align: left;
	vertical-align: text-top;
	}
	
.menu a{
	text-decoration:none; font-weight: normal; color: #555555;
	}
	
.menu a:hover{
	text-decoration:underline;
	}
	
.menu a:visited{
	color:#555555;
	}
	
.submenu td, .submenu tr{
	background-color:#ffcc00;
	color:#000000;
	border:#ffcc00;
	padding: 1px;
	font: arial;
	font-size: 12px;
	text-align: right;
	vertical-align: text-top;
	}

.submenu a{
	text-decoration:none; font-weight: normal;  color: #555555;
	}
	
.submenu a:hover{
	text-decoration:underline;
	}
	
.submenu a:visited{
	color:#555555;
	}
	
.rightbox{
	min-height:  25%;
	vertical-align: top;
	text-align: justify;
	}

.title{
	vertical-align:text-top
	}

.search{
	border: groove  #000000;
	}
	
h1{
	background-color:#ffcc00;
	color:#555555;
	border:#ffcc66;
	padding: 2px;
	font: arial;
	font-size: 14px;
	text-align: left;
	vertical-align: text-top;
}

.small{
	font-size: 9px;
	}

