/* CSS Document */

body {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
line-height: 150%;
background-color: #007DC7;
}


h1 {
	font-size: 26px;
	font-weight:lighter;
	text-transform: uppercase;

	margin-top: 5px;
	margin-bottom: 2px;
	line-height:1;
	letter-spacing: 2px;
	
    
}

h2 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:lighter;
	text-transform: uppercase;

}

h3 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;

	color:#333;
}

h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:lighter;
	text-transform: uppercase;

}

p {
	font-size: 14px;
	margin: 0px;
	margin-top: 6px;
	padding-bottom: 2px;
	line-height: 170%;
}

.small {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;

}


ul {
list-style-type: disc;
list-style-position: outside;
font-size: 14px;
}


a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}

a:active {
	text-decoration: none;
		color: #ff9900;
}



a.menu:link {
	color: #000;
	text-decoration: none;
		font-size: 14px;

}
a.menu:visited {
	text-decoration: none;
	color: #000;
			font-size: 14px;

}
a.menu:hover {
	text-decoration: none;
	color: #FF0000;
			font-size: 14px;

}
a.menu:active {
	text-decoration: none;
	color: #000;
			font-size: 14px;
}



a.small:link {
	color: #000;
	text-decoration: none;
		font-size: 9px;

}
a.small:visited {
	text-decoration: none;
	color: #000;
			font-size: 9px;

}
a.small:hover {
	text-decoration: none;
	color: #FF0000;
			font-size: 9px;

}
a.small:active {
	text-decoration: none;
	color: #000;
			font-size: 9px;
}



a.specials:link {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:lighter;
	text-transform: uppercase;

}
a.specials:visited {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:lighter;
	text-transform: uppercase;

}
a.specials:hover {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:lighter;
	text-transform: uppercase;

}
a.specials:active {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 9px;
	font-weight:lighter;
	text-transform: uppercase;
}

a.white:link {
	color: #fff;
	text-decoration: none;

}
a.white:visited {
	color: #fff;
	text-decoration: none;

}
a.white:hover {
	color: #fff;
	text-decoration: none;

}
a.white:active {
	color: #fff;
	text-decoration: none;
}

textarea {
border: 1px solid #999;
width: 200px;
height: 50px;
font-size: 11px;
background: #fff;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}

textarea:hover {
border: 1px solid #fff;
}

.textarea-large {
height: 120px;
}

input {
border: 1px solid #999;
background: #fff;
width: 200px;
font-size: 11px;
}

input:hover {
border: 1px solid #fff;
}

.input-small {
width: 94px;
}

select {
border: 1px solid #999;
background: #fff;
width: 200px;
font-size: 11px;
}

.submit {
	border: 1px solid #999;
	background: #f90;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
}

.submit:hover {
  background: #fff;
}

button {
border: 1px solid #999;
background: #fff;
width: 200px;
font-size: 11px;
width: 140px;
}




button:hover {
border: 1px solid #999;
background: #fff;
font-size: 11px;

}

input.button
{
width: 140px;
}
