/*
RESET
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
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;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/**
 * Redefine
 */
body {
/*	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; */
	font-family: "Courier New", Courier, monospace;
	font-size: 76%;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6 { color: #000; }

img { border: none; }

a, a:link, a:visited, a:hover {
	color: #526C79 !important;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input, textarea {}
th, td { text-align: left; vertical-align: top; }
p { margin-top: 8px; line-height: 18px; }
hr { width: 97%; height: 1px; margin: 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left; }

/**
 * Divs
 */
#Body {
	width: 100%;
}
#Page {
	padding: auto;
	margin: auto;
	text-align: left;
}
#Header {
	display: none;
}

#Logo {
	display: none;
}
#Logo img {
}

#ContentWrapper {
}

#Col1 {
}
#Col2 {
	display: none;
}
#Col3 {
	display: none;
}

#MainContent {
}

#Footer {
	text-align: center;
}
#Footer a {
	color: #000;
}
#Footer .Copyright {
	padding-top: 25px;
}
#BigMan {
	padding: 10px;
}

#GDU {
	display: none;
}