* {
	margin: 0px;
	padding: 0px;
}


h1 {
	color: #ffffff;
	font-size: 30px;
	text-transform:uppercase;
}

h2 {
	color:#323232;
}

h3 {
	color:#ea6602;
}

h2, h3 {
	font-size:20px;
	text-transform:uppercase;
}

ul {
	list-style:none;
	padding:0 0 12px 20px;
}

ul li {
	background:url(../images/arrow-bullet.gif) no-repeat 0% 20%;
	color:#096589;
	font-weight:700;
	padding:0 0 10px 22px;
}

p {
	color:#323232;
}

img, fieldset {
	border:none;
}

a {
	color:#096589;
}

a:hover {

}

label {
	color:#2f2f2f;
	font-weight:700;
}

input, textarea {
	background:url(../images/input-bg.gif) repeat-x #FFFFFF;
	border:1px solid #8d9095;
}

input {
	height:19px;
	width:177px;
}

textarea {
	width:177px;
	height:78px;
}



.highlight_text
{
	color:#096589;
	font-weight:700;	
}