/*
	front.css
	Media: screen

/* Reset Defaults */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

/* Basic */

html {height: 100%;}
body { background: #FFFFFF; font: normal 65% Helvetica, Verdana, Arial, sans-serif; color: #000000; height: 100%;}

h3 { font-size:15px; font-weight:normal;  line-height: 1.4em; color: #000000; font-family: Helvetica, Arial, Verdana, sans-serif; }
h4 { font-size:12px; font-weight:normal; font-family: Helvetica, Arial, Verdana, sans-serif; color: #FFFFFF; text-align:center; }
h5 { font-size:10px; font-weight:normal; color: #9D9C9C; font-family: Helvetica, Arial, Verdana, sans-serif; }
p { font-size:1.3em; line-height:1.6em; margin:14px 0; }
small { font-size:1em;}

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }

.address_box { width:100%; background: #A01A17; margin: 2 auto; padding: 4 2 2 2; overflow: hidden; }
.disclaim_box { width:100%; margin: 2 auto; padding: 6 6 6 34; overflow: hidden; }

/* Links */

a { font-weight: normal; text-decoration: none;}
a:link { font-size: 14px; color: #AA0704;}
a:visited { color: #AA0704;}
a:hover { color: #AA0704; text-decoration: underline;}
a:active { color: #AA0704;}

