body {margin:0; padding:0; background-color:#00146F}


p, td {font-family:Arial,Helvetica,Sans-Serif; font-size:14px; color:#000000}

a {color:#006CB7;text-decoration:underline}
a:visited {color:#006CB7;text-decoration:underline}
a:hover {color:#3795DB;text-decoration:none}

#bullet1 {margin-left: 0; padding-left: 15px; list-style: none;}

#bullet1 li {padding-left: 20px; margin: 1em 1em 0 1em; background-image: url(img/bullet_3_s1_red.gif); background-repeat: no-repeat; background-position: 0% 0%; }

#bullet2 {margin-left: 0; padding-left: 15px; list-style: none;}

#bullet2 li {padding-left: 20px; margin: 1em 1em 0 1em; background-image: url(img/bullet_3_s1_orange.gif); background-repeat: no-repeat; background-position: 0% 0%; }

.red1 {font-family:Verdana,Arial,Sans-Serif; font-size:20px; color:#CC3300; font-weight:bold}
.red2 {font-family:Verdana,Arial,Sans-Serif; font-size:16px; color:#CC3300; font-weight:bold}
.red3 {font-family:Verdana,Arial,Sans-Serif; font-size:24px; color:#C10000; font-weight:bold}
.red4 {font-family:Verdana,Arial,Sans-Serif; font-size:20px; color:#C10000; font-weight:bold}

.black1 {font-family:Verdana,Arial,Sans-Serif; font-size:16px; color:#000000; font-weight:bold}
.black2 {font-family:Verdana,Arial,Sans-Serif; font-size:20px; color:#000000; font-weight:bold}

.small-address {font-family:Verdana,Arial,Sans-Serif; font-size:11px; color:#000000}
.small-footer {font-family:Verdana,Arial,Sans-Serif; font-size:12px; color:#000000}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
.myButton:active {
	position:relative;
	top:1px;
}
