/*Base Tags*/

body {
	margin: 0px;
	text-align: left;
	font-size: 12pt;
}

#body-leftbar {
	display: none;
}

tr.row0 {
	background-color: white;
}

tr.row1 {
	background-color: #DDDDDD;
}

#body-wrapper {
	color: black;
}

/*Navbar*/

#navbar-container {
	display: none;
}



#header {
	display: none;
}

#header-content {
	display: none;
}


#full_page_block {
	background-image: none;
}



div.odd h3 {
	color: #002E5D;
}

div.even h3,
strong.even {
	color: #C64B03;
}


h1 {
	letter-spacing: 3px;
	font-size: 2em;
	text-align:center;
	color: black;
}

h1.odd,
h2.odd,
h3.odd,
h4.odd {
	color: black;
}

h1.even,
h2.even,
h3.even,
h4.even {
	color: black;
}

h2 {
	color: black;
}


h3 {
	letter-spacing: 1px;
	font-size: 1.5em;
}

h3,
h4,
h5 {
	color: black;
}

div.odd h3,
div.even h3 {
	font-size: 1.3em;
}


.lowlight,
.lowlight {
	color: black;
	background-color: #CCCCCC;
}



#body-wrapper a:link {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#body-wrapper a:visited {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#body-wrapper a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#body-wrapper a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#footer-container {
	background-image: none;
}

#footer p:first-child {
	display:none;
}

#footer span.by_line {
	display:none;
}


