.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C6CFD1;
	border-bottom-color: #C6CFD1;
	border-left-color: #C6CFD1;
}

.sublink a {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/arrowblue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	padding-left: 20px;

}

.sublink a:hover {
	text-decoration: underline;

}
.bottomtext {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}
.bottomlink a {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

.bottomlink a:hover {
	text-decoration: underline;

}
.toptext {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;

}
.toplink a {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;


}

.toplink a:hover {
	text-decoration: underline;

}
.bodytext {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.bodytext-bold {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.dot-divider {
	background-image: url(images/dot-divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.highlight {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.top{
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.top:hover {
    font-weight: bold;
	text-decoration: underline;

}

/* Menu */

#menu {
  
	height: 21px; text-align:left;
 	 
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	
 	background: url(images/h1.jpg) no-repeat;
	text-decoration: none;
	 
}
 text-transform: uppercase;

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}
/* Content > Main */

#main {
	float: left;
	width: 100%;
		margin: 0 auto;
		 
}

#menu {
	float: left;
	padding-top: 12px;
	padding-right: 2px;
}

#menu ul {
	margin: 0;
	padding: 0px 5px 5px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 157px;
	height: 21px;
	padding: 0 10 10 45px;
	background: url(images/h1.jpg);
	text-align: left;
 	font-size: 12px;
 	color: #000000;
	font-family: tahoma;  
	position: bottom;
	line-height: 22px;

}

#menu a:hover, #menu .active a {
	background-image: url(images/h2.jpg);
	color: #000000;font-family: tahoma;
	 

}
/* Content > Main > Example */

#example {
}