/* CSS Document */

body {
	background-color:#000;
	font-family:Arial, Verdana, sans-serif;
	color:#fff;
	margin:0px;
	
}

#cont a:link,a:active,a:visited {
	color:#f58601;
	text-decoration:underline;
}

#cont a:hover,a:visited:hover {
	color:#fff;
	text-decoration:none;
}

#cont {
	font-size:12px;
}

.picborder {
	border:1px solid #f58601;
}

.header {
	padding-left:25px;
	color:#f58601;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.txt {
	font-size:12px;
}

#footer {
	background-color:#f58601;
	color:#000;
	font-size:11px;
}

#footer a:link,a:active,a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover,a:visited:hover {
	color:#000;
	text-decoration:none;
}