/*
Everything that doesn't fall under a div
with "display: none;" on it has been left
in this css file for convenience incase a
change is needed.
*/

/* Top Level / Default / General Declarations */

body {
		
		}

h1 {
		color: #6cb939;
		}

h2 {
		color: #71c33a;
		}

h3 {
		color: #6dcf2c;
		}

h4 {
		color: #4a9219;
		}

h5 {
		color: #3f6c21;
		}

h6 {
		color: #519f1c;
		}

p {
		
		}

a {
		
		}

a:visited {
		color: #4C961A;
		}

img {
		
		}

div#body table {
		
		}

thead {
		
		}

tbody {
		
		}

tfoot {
		
		}

th {
		
		}
	
tr {
		
		}

td {
		
		}

caption {
		
		}

/* End of Top Level / Default/ General Declarations */



/* Header */

div#header {
		
		}

/* End of Header */



/* Panel Top */
	
div#panelTop {
		
		}

/* End of Panel Top */



/* Body */

div#body {
		
		}



/* Body > Panel Right */

div#panelRight {
		
		}

/* End of Panel Right */



/* Body > Content Box > Navigation */

div#navigation {
		
		}

/* End of Navigation */



/* Body > Content Box > Content */

div#content {
		
		}

div#content p#highlight {
		
		}

div#icons {
		
		}

div#icons img {
		
		}

div#content p {
		
		}


/* Body > Content Box > Content > Breadcrumbs */

div#breadcrumbs {
		color: #666666;
		}

/* End of Breadcrumbs */



/* Body > Content Box > Content > Form */

div#body form table {
		
		}

div#body form table,
div#body form table tr,
div#body form table tr td {
		
		}

form a.button {
		color: #222222;
		}

/* End of Form */



/* Body > Content Box > Content > Cheat */

div.cheat {
		
		}

/* End of Cheat, Content, Content Box and Body */





/* Panel Bottom */

div#panelBottom {
		
		}

/* End of Panel Bottom */





/* Footer */

div#footer {
		
		}

/* End of Footer */