body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

form {
	margin: 0px;
}

a {
	color: #5C5C5C;
}

a:hover {
	text-decoration: none;
}

.pagetitle {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #2179AB;
}

.navtitle {
	color: #5C5C5C;
	font-weight: bold;
	font-size: 12px;
}

#navbar a {
	color: #2179AB;
	font-weight: bold;
	line-height: 0.4cm;
}

#footer {
	color: #424242;
}

#footer a {
	color: #424242;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border-bottom: 1px solid #ffffff;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 4px 4px 4px 4px;
text-decoration: none;
border: 1px solid #ffffff;
border-bottom: 0px;
font-weight: bold;
color: #000000;
height: 22px;
}

#dropmenudiv a:hover{
background-color: #102A52;
color: #ffffff;
}