a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
} 
a:active 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

body
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	background-color: #668AA6;
	margin-top: 0; margin-bottom: 0;
	
}

#height
{
	height: 100%;
}


p
{
	margin: 0px 0px 0px 0px;
}

hr
{
	color: black;
	background-color: black;
	border: 0px;
	height: 1px;
	margin-right:2px;
}

legend
{
	font-weight: bold;
	color: black;
}

fieldset
{
	color: black;
	border: 1px solid black;
}

.contentheader
{
	
	font-size: 10px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

.content
{	
	font-size: 10px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

h1 
{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.profile
{
	
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

.dropdown
{
	font-size: 10px;
}

.menu
{
	text-align: center;
	font-weight: bold;
}

.catlist
{
	text-align: left;
	
}

.form
{
	background-color: white;
}





