A.one {
  
	background-color: #E1E8F4;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid #7D92AD;
	color: Black;
	width: 99px;
	height: 28px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}
A.one:visited {
	TEXT-DECORATION: none;
	color: Black;
	background-color: #E1E8F4;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid #7D92AD;
}

A.one:hover {
	TEXT-DECORATION: none;
	color: Black;
	background-color: #F5F8FC;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid #7A8FAA;
}

A.oneA {
  
	background-color: transparent;
	background-image: url(buttonup.gif);
	background-repeat: no-repeat;
	color: Black;
	width: 99px;
	height: 28px;
	margin: 0px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}
A.oneA:visited {
	TEXT-DECORATION: none;
	color: Black;
	background: url(buttonup.gif) no-repeat;
}

A.oneA:hover {
	TEXT-DECORATION: none;
	color: Black;
	background: url(buttondown.gif) no-repeat;
}

h6{
	width: 350px;
	height: 34px;
	color: Black;
	background-color: #FFEAEC;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: medium;
	border: thin solid #CFD2DF;
}

h5{
	width:600px;
	height: 34px;
	color: Black;
	background-color: #FFEAEC;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: medium;
	border: thin solid #CFD2DF;
}