/* CSS Document */

body {

	background-color: #000000;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

body {

	color: #009900;

	font-family: Arial, Helvetica, sans-serif;

}

body.a:link {

	color: #009900;

	text-decoration: none;

}

body.a:visited {

	text-decoration: none;

	color: #009900;

}

body.a:hover {

	text-decoration: underline;

	color: #009900;

}

body.a:active {

	text-decoration: none;

	color: #009900;

}

.style1 {font-size: small

}

.td_grey {

	color: #000000;

}

.td_hr {

	background-image: url(images/hr2.gif);

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	background-repeat: repeat-x;

	height: 5px;

	width: auto;

}

.td_footer {

	background-image: url(images/grad_bg.gif);

	background-repeat: repeat-x;

}

.td_nav {

	background-image: url(images/grad_bg_top.gif);

	background-repeat: repeat-x;

}

.a_black:link {

	color: #000000;

	text-decoration: none;

}

.a_black:visited {

	text-decoration: none;

	color: #000000;

}

.a_black:hover {

	text-decoration: underline;

	color: #000000;

}

.a_black:active {

	text-decoration: none;

	color: #000000;

}

.a_green:link {

	color: #009900;

	text-decoration: none;

}

.a_green:visited {

	text-decoration: none;

	color: #009900;

}

.a_green:hover {

	text-decoration: underline;

	color: #009900;

}

.a_green:active {

	text-decoration: none;

	color: #009900;

}

.style2 {

	font-size: 24px;

	font-weight: bold;

}

.style3 {

font-size: large;

}



TH.border {

	border-bottom:#000000 2px solid;

}



#crumbs{

	text-align:left;

	background:#666666; 

	font-size:smaller; 

	color:#000000;

}



#crumbs a, a:visited{

	background:inherit;

	color:#000000;

	text-decoration:none;

}



#crumbs a:hover{

	background:inherit;

	color:#CCCCCC;

	text-decoration:none;

}