/* CSS Document */

body{
	background-color: #000;
	color: #ccc;
}
p { 
	font: 11pt/16pt georgia,palatino,times,serif; 
	text-align: left;
}
a:link { color: #CCCCCC; }
a:visited { color: #9999CC; }
a:active { color: #CCCCFF;} 
a:hover { color: #FFFFFF; } 


.footer {
	background-color:#000000;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.copyrighttxt{
	color:#CCCCCC;
	text-align: right;
}
.caption{
	font: 11pt/16pt georgia,palatino,times,serif; 
}
#content {
	margin-top: 68px;
	margin-left: 0px;
	margin-right:0px;
}

