img {
	border: 0px;
}

form {
	padding: 0px 0px;
	margin: 0px;
}

textarea, input{
	font-size: 10px;
	font-family: verdana;
}
	
/* LINKS */
	a,
	a:link,
	a:active {
		text-decoration: none;
		color: #25a1ff;
	}
	a:visited {

	}
	a:hover {
		text-decoration: underline;
	}
/* END LINKS */
	
/* HEADINGS */
h2{
	font-size: 20px;
	color: #ffae07;
	padding: 7px 0px 15px 0px;
	margin: 0px;
}

h2 span{
	font-size: 22px;
}

h3{
	font-size: 14px;
	color: #5798fe;
	background-image: url("i/bg_h3.gif");
	background-repeat: no-repeat;
	position: relative;
	left: -15px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

h3 span{
	font-size: 16px;
}
/* END HEADINGS */

/* TEXT */
/* END TEXT */
	
/* LISTS */	
/* END LISTS */
	
	
/* TABLE */
	td {
		vertical-align: top;
	}
/* END TABLE */
