/*****************************************************
* Redefine HTML Tags
*****************************************************/
body {	
	margin: 0;
	padding: 0;	
	background: #fff;	
	text-align:center;
}
img {
	border: 0px none #fff;
}
body, td, div, p, a, input, textarea, select {
	font-size:12px; 
	font-family:"arial","sans-serif"; 	
}
form {
	margin:0;
	padding:0;
}
form fieldset {
	padding:0;
	margin:0;
	border:solid 0 transparent;
}
p {
	margin-top:14px;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	font-family: "tahoma";
	color: #000;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	font-family: "tahoma";
	color: #000;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 110%;
	font-family: "tahoma";
	color: #000;
	margin-bottom: 10px;
	margin-top: 0px;
}
a:link {
	color:#18618C;
}
a:hover {
	text-decoration:none;
	color:#18618C;
}
a:active {
	text-decoration:none;
	color:#18618C;
}
ul {
	margin:0;
	padding:0;
}