BODY {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height:20px;
	background-image: url(images/background.jpg);
	background-color: #000033;
	}

p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration:none;
	color: #CCCCFF;
}
a:hover {
	text-decoration:underline;
}

#MainContent,
#InputPanel{
	color:#000;	
}
#MainContent a{
	color:#004466;
}
#MainContent a:hover{
	color:#000;	
}

.header {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
}

.bold {
	font-size: 14px;
	font-weight: bold;
}

.page_title {
	font-size: 18px;
	font-weight: bold;
	color: Gray;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
.indexIndent{
	padding-left:20px; 
	display:block;
}
