body	{
	margin: 0;
	padding: 0;
}
.upper  {
	font-size : 16px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}
a.upper:hover  {
	font-size : 16px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #dddddd;
	text-decoration : none;
}
.hot  {
	font-size : 16px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #ff6600;
	text-decoration : none;
}
.big_navy  {
	font-size : 16px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}
a.big_navy:hover  {
	font-size : 16px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : underline;
}

.link  {
	font-size : 14px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #cc3300;
	text-decoration : underline;
}
a.link:hover  {
	font-size : 14px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration :none ;
}
.small_navy  {
	font-size : 13px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}
a.small_navy:hover  {
	font-size : 13px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : underline;
}

.header {
	font-size : 26px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}

.gray {
	font-size : 14px;
	font-family : Helvetica;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.left {
	font-size : 12px;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}

a.left:hover  {
	font-size : 12px;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #e76f00;
	text-decoration : none;
}
.small{
	font-size : 10px;
	font-family : Helvetica;
	font-style : normal;
	color : black;
	text-decoration : none;
}
a.small:hover{
	font-size : 10px;
	font-family : Helvetica;
	font-style : normal;
	color : black;
	text-decoration : underline;
}
/* Form Styling */
form p	{
	margin-top: 0px;

}
.formlabel  {
	font-size : 13px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}
form td {
	font-size : 13px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}
form legend {
	font-size : 11px;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #aa3333;
	text-decoration : none;
}
form .alert {
	font-size : 12px;
	font-family : helvetica;
	font-weight : bold;
	font-style : normal;
	color : #aa3333;
	text-decoration : none;
}