/* CSS Reset */
html, body, 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, dl, dt, dd, ol, ul, li, fieldset, form, input, 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-size: 100%; font-family: inherit; vertical-align: top; }
body { line-height: 1; color: black; background: white; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
ol, ul { list-style: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
:focus { outline: 0; }


/* Actual CSS */
body { font-family: Arial, Helvetica, sans-serif; color: #404040; font-size: 11px; background: #f7f7f7 url(../image/interface/page_background.jpg) repeat-x top center; }

strong { font-weight: bold; color: #101010; }
em { font-style: italic; }
p { margin: 10px; font-size: 12px; }

h1 { font-family: Arial; font-size: 24px; font-weight: bold; color: #444444; letter-spacing: 1px; padding-left: 4px; padding-right: 4px; padding-top: 10px; padding-bottom: 4px; }
h2 { font-family: Arial; font-size: 16px; font-weight: bold; color: #000000; letter-spacing: 1px; padding-left: 10px; padding-top: 20px; padding-bottom: 1px; border-bottom: 2px solid #cfcfcf;}
h3 { font-family: Arial; font-size: 14px; font-weight: bold; color: #000000; letter-spacing: 1px; padding-left: 10px; padding-top: 15px;  }

form { display: inline; }

.content { background-color: #ffffff; }

.contentheader { background-image: url(../image/interface/NobleFartBanner.jpg); }
.contentmenu a { color: #BC171F; text-decoration: none; font-weight: bold; font-size: 14px; letter-spacing: 1px; line-height: 20px; }
.contentmenu a:hover { color: #FFCF01; }
.contentmenu a:visited { color: #BC171F; }
.contentmenu a:visited:hover { color: #FFCF01; }

.contenttitle a { text-decoration: none; color: #0000b0; }
.contenttitle a:hover { text-decoration: underline; }

.downloadlink { font-size: 14px; color: #b00000; text-decoration: none; font-weight: bold; }
.downloadlink:hover { text-decoration: underline; }

.quote { padding: 3px; margin: 10px; font-size: 12px; border: 1px solid #e0e0e0; background-color: #f0f0f0; }
.code { padding: 3px; margin: 10px; font-family: serif; font-size: 12px; border: 1px dashed #b0b0b0; background-color: #f0f0f0; }

.footer { margin-top: 20px; text-align: center; }
.footermenu { padding-bottom: 5px; padding-top: 5px; font-size: 12px; border-top: 1px solid #777777; border-bottom: 1px solid #777777; background-color: #f0f0f0; letter-spacing: 3px; }
.copyright { margin-top: 10px; margin-bottom: 10px; font-size: 10px;}
.copyright a { text-decoration: none; color: #404040; }
.copyright a:hover { text-decoration: underline; }
