body {
	background-color: #ffeebb;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #0;
}

small {
	font-size: 10px;
}

h1 {
	color: #398D98;
	font-size: 30px;
	font-weight: 600;
}

h2 
{
	font-weight: 600;
	color: #663300;
	font-size: 24px;
	line-height: 1;
	margin : 1%;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	margin = 1%;

}

table 
{
	border-color: #388492;
	border-width: 1;
}

td, th {
	font-size: 12px;
	align: left;
}

a {
	color: #663300;
	font-size: 12px;
	text-decoration: underline;
}

form {
	font-size: 12px;
}

input, textarea, select {
	border: #388492 1px solid;
	background-color: #eeddaa;
	font-size: 12px;
}

.UIMenu {
	color: #663300;
	font-size: 1.1em;
	font-weight: bold;	
}
a.UIMenu:Link {
	text-decoration: none;
}
a.UIMenu:Visited {
	text-decoration: none;
}
a.UIMenu:Active {
	text-decoration: none;
}
a.UIMenu:Hover 
{
	background-color: #eeddaa;
	text-decoration: underline;
}

.UIMenuSelected {
	color: #663300;
	background-color: #eeddaa;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;	
}

.UISubMenu {
	color: #556600;
	font-size: 1.1em;
	font-weight: bold;	
}
a.UISubMenu:Link {
	text-decoration: none;
}
a.UISubMenu:Visited {
	text-decoration: none;
}
a.UISubMenu:Active {
	text-decoration: none;
}
a.UISubMenu:Hover 
{
	background-color: #eeddaa;
	text-decoration: underline;
}
