body {
	background-color: #000000;
}

a.footer:active { 
color: 
#FFFFFF; 
}

a.footer:link { 
color: #999999;
}

a.footer:visited { 
color: 
#f3f3f3; 
}

a.footer:hover { 
color: 
#FFFFFF; 
}

a:active { 
color: 
#FFFFFF; 
}

a:link { 
color: #ED8F3C;
}

a:visited { 
color: 
#f3f3f3; 
}

a:hover { 
color: 
#FFFFFF; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 30px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bg_top {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bg_bottom {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left_tile {
	background-image: url(images/left_images.jpg);
	background-repeat: repeat-y;
}


#bg_outer {
	background-image: url(images/tile_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#footer {
	background-image: url(images/footer_tile.jpg);
	background-repeat: repeat-x;
}
#footer_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding: 10px;
}
#top_right {
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
}
#dot {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
}
.note {
	font-size: 11px;
	color: #E6E6E6;
}
.small {
	font-size: 9px;
}