/* this stylesheet unpacks its wares in the following order:
1) rules for instances of classes;
2) rules for items invoked by unique IDs;
 */

/* classes */

.logo	{
	background: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left:	12px;
	padding-right:	12px;
	}
	
.small	{
	font-size:	.75em;
	}
	
.rightBorder	{
	background: #fff;
	border-right: 1px solid #000;
	}
	
.headlines	{
	padding-right:	6px;
	margin-left:	11px;
	}

.headlines a	{
	color:	#cff;
	font-weight:	bold;
	}
	
.headlines a:active	{
	color:	#0cf;
	font-weight:	bold;
	}
	
.headlines a:visited	{
	color:	#9cc;
	font-weight:	bold;
	}
	
.headlines a:hover	{
	color:	#3ff;
	font-weight:	bold;
	}

.tdBlue {
	vertical-align:	bottom;
	background: #ddd;
	}

.tdBlueNav {
	vertical-align:	bottom;
	margin-bottom:	6px;
	margin-left:	12px;
	margin-right:	12px;
	background: #ddd;
	}

.tdBlueForm {
	text-align:	right;
	vertical-align:	top;
	padding-top:	6px;
	padding-left:	0px;
	padding-right:14px;
	padding-bottom:	0px;
	margin-right: 14px;
	margin-bottom:	0px;
	background: #ddd;
	}
	
.tdDeepBlue {
	background: #06c;
	vertical-align:	middle;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}

.DeepBlueNav {
	color: #fff;
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	12px;
	padding-right:	12px;
	}

.DeepBlueNav a	{
	color:	#fff;
	font-weight:	bold;
	}
	
.DeepBlueNav a:active	{
	color:	#0cf;
	font-weight:	bold;
	}
	
.DeepBlueNav a:visited	{
	color:	#fff;
	font-weight:	bold;
	}
	
.DeepBlueNav a:hover	{
	color:	#3ff;
	font-weight:	bold;
	}

.tdActive {
	background: #000;
	vertical-align:	middle;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}

.tdBreadcrumb {
	background:	#000;
	color: #fff;
	vertical-align:	middle;
	text-indent:	11px;
	font-face:	verdana, arial, helvetica, sans-serif;
	font-size:	10px;
	line-height:	20px;
	}

.tdBreadcrumb, .tdBreadcrumb a {
	color: #fff;
	font-weight: bold
	}

.tdBreadcrumb a:active {
	color: #0cf;
	font-weight: bold
	}

.tdBreadcrumb a:visited {
	color: #fff;
	font-weight: bold
	}

.tdBreadcrumb a:hover {
	color: #3ff;
	font-weight: bold
	}
	
.td000	{
	background:	#000;
	}
	
/* ids */

#tdHeadlines {
	padding-top:	6px;
	padding-left:	11px;
	padding-right:	4px;
	margin-bottom:	6px;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background:	#000;
	vertical-align:	middle;
	}

#tdHeadlineCopy {
	padding-top:	6px;
	white-space: nowrap;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background:	#000;
	vertical-align:	middle;
	}

#tdHeadlineCopy a	{
	color:	#fff;
	}
