@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
}
a {
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.WhiteLink {
	color: #FFFFFF;
	font-size: 11px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a.WhiteLink:visited {
	color: #FFFFFF;
	background-color: transparent;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a.WhiteLink:hover {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: none;
	text-decoration: none;
}
a.WhiteLink:active {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
h1 {
	font-size:14px;
	color:#C00;
}

.14pxText {
	font-size: 14px;
}

.10pxText {
	font-size: 10px;
}

.whiteTxt {
	color:#FFF;
	font-size: 11px;
	
	}

.redTxt {
	color:#C00;
	
	}
#menu {
	padding:15;
	margin:0;
}
#menu li {
	list-style-type:square;
}

