/* CSS Document */

table.mainmenu {
    width:760px;
    background-color: #EEEEEE;
    padding:0;
    margin-left: auto; /* centers tables */
    margin-right: auto; /* centers tables */
    text-align: center;
}

table.mainmenu td {
    background:#006699;
    text-align: center;
}

table.mainmenu span {
    display:block;
    line-height: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: bold; 
	color: #FFFFFF;
}

table.mainmenu a {
	display:block;
	margin:0;
	width:100%;
	font-family: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: bold; 
	color: #FFFFFF;
	text-decoration: none;
}

table.mainmenu a:hover {
	background:#EEEEEE;
	color:#000000;
}

a.topstory {
	DISPLAY: inline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}

a.topstory:hover {
	DISPLAY: inline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
	background-color: #006699;
}

a.secondstory {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}

a.secondstory:hover {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
}

a.sitelinkslight {
    DISPLAY: inline;
	FONT-SIZE: 8pt; 
	COLOR: #006699; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.sitelinkslight:hover {
    DISPLAY: inline;
	FONT-SIZE: 8pt; 
	COLOR: #999999; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.sitelinksdark {
    DISPLAY: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.sitelinksdark:hover {
    DISPLAY: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: EEEEEE;
	text-decoration: underline;
	font-weight: bold;
}

.storyheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #006699;
}

.storysubheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.storybyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.storypublish {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.storybody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.blackheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.colorbackground {
	background-color: #006699;
}

td.topline {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

td.rightline {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

td.leftline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000000;
}