h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
}

.normtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: Black;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
}

.maintext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
.titletext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #003399;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
}
.headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #003399;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: Black;
	line-height: 14pt;
	font-weight: normal;
	text-transform: none;
}

.tinytext {  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  font-style: normal; 
  line-height: normal;
  font-weight: normal; 
  color: Black; 
  text-decoration: none;
  }

.graybox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: White;
	line-height: 13pt;
	font-weight: bold;
	text-transform: none;
	padding-left:5pt;
	padding-right:5pt;
	padding-top:5pt;
	padding-bottom:5pt;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.Button {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	cursor:hand;
	border: 1px solid #666666;
	background-color: EEEEEE;
	background-image: url(../graphics/menu-bg-over.gif);
	background-repeat: repeat-x;
	padding: 4px;
}

.clsCMOn {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	text-decoration : none;
        padding: 2px 4px;
}

.clsCMOver {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	text-decoration : none;
        padding: 2px 4px;
}

#footer {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	color: #999999;
	line-height: 18px;
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 2px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}
hr{
	height:0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
