

/* NEW SITE SYTLES */



/*
	general tags styles
*/
html, body {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 0px none;
	background-color: #000000;
}


div,th,td,p,input,select,textarea,tt,button {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	color: #a5a5a5;
	font-size: 12px;
}


a:link {
	color:#7AA7D2;
	text-decoration: underline;
}
a:visited {
	color: #7AA7D2;
	text-decoration: underline;
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
}
a:active  {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	margin: 10px 0px;
	padding: 0;
	font-size: 20px;
	color: #567E99;
	font-weight: normal;
}
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
}
h3 {
  margin: 12px 0px;
  padding: 0;
  font-size: 12px;
	color: #a10000;
}
hr {
	border-bottom: 1px dotted #4F768E;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	height: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/*
  service styles
*/
/* float-box finisher */
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}








