.td_navbar {
	background-color: #333333;
	vertical-align: top;
}
.Navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	display: block;
	padding: 8px;
	text-align: right;
	text-decoration: none;
}
.Navbar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #333333;
	display: block;
	padding: 8px;
	text-decoration: none;
	text-align: right;
}
.Navbar_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	text-decoration: none;
	text-align: right;
}
.Navbar_active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	text-decoration: none;
	text-align: right;
}
Body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	
	background-image: url(Images/carbon.bmp);

}
.photo {
	text-align: right;
	vertical-align: top;
	float: right;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
}

.header {
	background-color: #CCFF00;
	margin: 5px;
	padding: 5px;
	color: #009900;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.footer {
	background-color: #000000;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
li {
	font-size: 14px;
	color: #003300;
	list-style-type: circle;
}
.red {
	font-weight: bold;
	color: #990000;
}
.main {
	background-color: #FFFFFF;
}
.td_text {
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	border-top-color: #99FF00;
	border-right-color: #99FF00;
	border-bottom-color: #99FF00;
	border-left-color: #99FF00;
	padding: 25px;
	color: #000000;
}
