/* CSS Document */

/* General Page Settings */
* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
}

form {
	background-color: #FFFFFF;
    padding: 1px 10px 1px 0;
}

blockquote {
	margin: 10px;

}

.bodytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #2C5F9C;
	text-decoration: none;
	
}

.bodysubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2C5F9C;
	text-decoration: none;
	
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	
}

.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ED1B2D;
	text-decoration: none;
	
}

.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0571B1;
	text-decoration: none;
	
}

.bodytextb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

.bodytexti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	
}

.utilitytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;

}

.utilitytextb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

fieldset.main {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 35px 55px 55px 5px;
	margin: 0;
	border: 0px solid #000000;
}

fieldset.main table {
	border: 0px solid #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}

fieldset.main img {
	border: 0px solid #000000;
	margin: 0px -10px 5px 0px;
}

fieldset.welcome {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px 55px 10px 0px;
	margin: 0;
	border: 0px solid #000000;
}

fieldset.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 10px 55px 10px 10px;
	margin: 0;
	border: 0px solid #000000;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}


/* Links within main content */
a:link {
	color: #0571B1;
}
a:visited {
	color: #0571B1;
}
a:hover {
	color: #FF181B;
}


/* Navigation Links for footer text links */
fieldset.footer a:link {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
fieldset.footer a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
fieldset.footer a:hover {
	color: #FF181B;
	text-decoration: underline;
	font-weight: bold;
}



input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


