/* Cascading Style Sheet */
#leftmenu {
	margin: 0px;
}
#leftmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004E82;
	text-decoration: none;
	font-size: 14px;
}
#leftmenu a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.leftmenucolor {
	background-color: #C4D9EF;
}

.footer {
	background-color: #026AAB;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;	
}
.footer a {
	font-size: 10px;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}

body {
	background-color: #004E82;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ftext {
	font-size: 14px;
}
p, td {
	font-size: small;
}
a {
	color: #006699;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	background-color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
}
h3 a, h2 a, h4 a{
	font-size: 100%;
}
#content {
	text-align: left;
	margin: 20px;
}
blockquote {
	margin:10px;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #CC0000;
}
h1 {
	font-size: large;
	/*
	text-indent: 10pt;
	text-transform: uppercase;
	margin-top: 6px;
	*/
}
h2 {
	font-size: medium;
	font-variant: normal;
	margin-bottom: 0px;
	padding: 0px;
}
h3 {
	font-size: small;
	font-variant: normal;
	margin-bottom: 0px;
	padding: 0px;
}
h4 {
	font-size: small;
	font-variant: normal;
	margin-bottom: 0px;
	padding: 0px;
}
/* hidden link for scr-reader */
.hidlink {
	color: #004E82;
	font-size: 0px;
}
#content p a {
	/*font-weight: bold;*/
}
#content li {
	padding-bottom: 8px;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
