/* CSS Document */

.menu {
	background-color:#E4F1FA;
	border-top-width:thin;
	border-top-color:#406F9C;
	border-top-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#406F9C;
	border-bottom-style: solid;
	font-size:12px;
	font-family:Verdana;
	text-align:center;
	color: #406F9C;
	vertical-align: middle;
	white-space: normal;
	height: 20px;
	width:160px;
	padding: 2px;
}
.menutitle {
	cursor:pointer;
	background-color:#E4F1FA;
	border-top-width:thin;
	border-top-color:#406F9C;
	border-top-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#406F9C;
	border-bottom-style: solid;
	font-size:12px;
	font-family:Verdana;
	text-align:center;
	color: #406F9C;
	vertical-align: middle;
	white-space: normal;
	height: 20px;
	padding: 2px;
	text-decoration:none;
}
.hr {
	background-color:#99CCCC;
	height: 5px;
	padding: 5px;
	margin: 5px;
}
.regions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-align:center;
}
.double {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#D00706;
	text-align:center;
}

.normaltext {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	border-left-style: dotted;
	border-left-color: #99CCCC;
	border-left-width: thin;
	border-right-style: dotted;
	border-right-color: #99CCCC;
	border-right-width: thin;
		margin-left: 5px;
	padding-left: 5px;
}
.hr1  {	border-top-style: dotted;
	border-top-color: #99CCCC;
	border-top-width: thin;}
	
	.article {border-style: dotted;
	border-color:#99CCCC;
	border-width: thin;
		width:150px;
	length:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #336699;
	}
	h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#D00706;
	text-align:center;}

a.link 
{ 
text-decoration: none; 
} 
a:visited 
{ 
text-decoration: none; 
} 
a:active 
{ 
text-decoration: underline; 
} 
a:hover 
{ 
text-decoration: underline; 
}
