.Shell {	
	
	/* Centered, Fixed */
	position: absolute;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	overflow: visible;
	margin-top: 0px;
}

body, td {
	
	font-family: Times, Serif;
	font-size: 16px;
	line-height: 18px;
	
	font-family: Verdana, Arial, Serif;
	font-size: 11px;
	color: #505050;
	color: #CCCCCC;
}
body {
	/* border-top: 5px solid #DD264E;
	border-top: 5px solid #999999; */
}
	
b {
	font-family: Arial, Serif;
	font-size: 17px;
}
img.banner {
	margin: 8px 0;
	border: 5px solid #EFEFEF;
	text-align: center;
}
.boxed-text {
	background: #EFEFEF;
	border: 1px solid #E3E0E0;
	display: block;
	padding: 0px 0px;
}
img.inline {
	clear: both;
	display: inline;
	float: left;
	margin: 0px 0px 5px 0;
}
a:link {
	color: #DD264E;
	color: #FF0000;
}
a:visited {
	color: #BA1010;
	color: #DD264E;
	color: #B56174;
	color: #8E8D8D;
}
input {
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	font-style: normal;
}
a:link img, a:visited img {
	border: 0;
}
.gray {
	color: #CCCCCC;
}
p {
	margin: 0px 0;
}

/* Spacers ------------------------------------------------------------------- */
.Bar { /* Replaces horizontal rule */
	background-color: #333333;
	height: 1px;
	border: 0;
	display: block;
	clear: both;
	margin: 25px 0;
	padding: 0;
	overflow: hidden;
}
.DottedBar { /* Generic dotted horizontal bar */	
	height: 1px;
	margin: 10px 0 0 0;
	background-image: url('dotted_bar.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	clear: both;
	display: block;
}
.Spacer { /* Spacer between modules */
	height: 15px;
	clear: both;
	overflow: hidden;
}
.Clear { /* Clears floats */
	display: block;
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
