/*
 * $Id: style.css 8 2009-05-27 13:01:45Z root $
 */

body {
	color: #666666;
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	background-color: #000000;
}
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	border:0;
	overflow: visible;
}

p, div, td, a {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td {
	border-width: 0;
	vertical-align: top;
}
p {
	font-size:100%;
}
a, a:link, a:visited, a:active {
	color: #F10014;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}

form {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.show {}
.hide {
	display: none;
}