h3 {
	color: #1E90FF;
	font-family: Verdana;
	}
h4 {
	color: #1E90FF;
	font-family: Verdana;
}
h5 {
	color: #1E90FF;
	font-family: Verdana;
	padding: 0px;
	margin-bottom: 5px;

}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E90FF;
	padding: 0px;
	margin: 0px 0px 5px;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCCC;
	color:#333333;
	border: 1px solid #666666;

}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCCC;
	color: #333333;
	border: 1px solid #666666;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #1E90FF;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;

}
#button {
	width: 12em;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	text-align: left;

}
/*Set style of unordered list*/
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*Set the color of the dividing line (bottom border of button)*/
#button li {
	/*border-bottom: 1px solid #DBEDFF;*/
	margin: 5px;
}
/*Color of Solid Background => #90bade*/
/*Set the Apperance of the Button when no mouse over*/
#button li a {
	display: block;
	padding: 2px 2px 2px 2px;
	border-left: 3px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 12em;
}
/*Set the width of the button*/

#button li a:hover {
	border-left: 3px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #EEEEEE;
	color: #000;
}
#button li a:active {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
	color: #000;
}
#foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 100%;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: justify;

}
p {
	padding: 0px 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;

}
