html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

#siteContainer {
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}

ol, ul {
	list-style: none;
}

a {
    color: #9e292b;
    text-decoration:underline;
}

a:hover {
    color:#ea7601;
    text-decoration:underline;
}

a img {
    border:0;
}

table {
	
}

th {
    text-align:left;
    vertical-align:top;
}

td {
    vertical-align:top;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
    outline: 0;
}

input {
    
}

select {
   display: block;
}
select.date {
   display: inline;
}

fieldset {
    border: 1px none;
}

