body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
}

td, p, body {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

h1 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 8px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #005aa1;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link2 {
	color: #ffffff;
	text-decoration: none;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	color: #000000;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 12px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
}

input.btn2 {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.right2 {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}

.white {
	color: #ffffff;
}

.imageover {
z-index: 2;
position: relative;
}

.blockover
{
position: relative;
top:-7px;
background: #0080c6;
padding: 5px;
border-bottom: 2px solid #a8d2ea;
border-right: 2px solid #a8d2ea;
}

.imageunder {
position: relative;
top: -28px;
z-index: 1;

}

#home-text { background:#fff; display:block; text-align:left; padding:10px; }

#newbuttons { margin: 0; padding: 25px 16px; height: 33px; }
#newbuttons li { list-style: none outside; float: left; margin: 0 7px 0 0; }
#newbuttons li.last { margin: 0; }