/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.topsection {
	border-bottom: 1px dotted #CCCCCC;
}
.topsection h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	margin: 0px;
	padding: 0px;
	font-size: 48px;
}
.topsection p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
.flashcell {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/flashback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.topsection .boxout {
	float: right;
	font-size: 12px;
	color: #CCCCCC;
}
.button {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/butback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;

}
a:hover.button {
	background-image: none;
	background-color: #999999;
	color: #FFFFFF;
}
.content {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff9900;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;

}
.content p {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;

}
.content p a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	
}
.content p a:hover {
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	
}
.content h4 {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	
}
.foot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;

}
.foot a {
	color: #666666;
	text-decoration: none;

}
.foot a:hover {
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.uk {
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.uk a {
	color: #666666;
	text-decoration: none;

}
.uk a:hover {
	color: #999999;
	border-bottom: 1px dotted #999999;
}
.boxout {
	float: right;
	margin: 0 0 5px 10px;
}
.imgbrdr {
	border: 1px solid #FF0000;
}
