/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color: #000000;
	color: #CCCCCC;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.title{color: #CCCCCC;}
.subTitle{color: #CCCCCC;}
.miniTitle{color: #CCCCCC; font-size: small;}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#alignTop {
vertical-align: top;
}