body{
background-color: #000000;	
}
body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-family: arial;
	font-size: 14px;
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}

.yellow_fonts {
	font-family: arial;
	font-size: 14px;
	color: #FFCC00;
}
.white_fonts {
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
}
.left_border {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
.logo_title {

	color: #FFDE02
	font-family: "arial";
	font-size: 14px;
	color: #FFDE02;
	clip: rect(auto,auto,20px,auto);
	bottom: 20px;
	padding-bottom: 10px;
}
.list {
	list-style-image: url(../images/title_cursor.gif);
	list-style-type: circle;
}
.regular_list {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
.gallery_pic {
	padding: 10px;
	cursor:url(../images/icon_zoom_in.cur);
}
