body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #66CC99;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #CCCCFF;
}

a {
	color: #6699CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #3366CC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

a:hover {
	color: #CCCCF0;
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.main_table {
	top: 10px;
	margin: 10px;
	width: 100%;
	height: auto;
	background-color: #001050;
	background-attachment: fixed;
	background-image: url(http://www.psdgraphics.com/file/blue-business-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.content_header {
	border-style: dashed;
	background-color: #002050;
	font-size: 14px;
	color:#CCFFCC;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.content_list {
	border-style: dotted;
	background-color: #001030; 
	font-size: 14px;
	line-height: 18px;
	color:#CCFFCC;
	opacity: 0.9;
	filter:alpha(opacity=90);
}