/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
color: #ffffff;
background-color:#000000;
}
.story_box
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
padding:4px;
color: #000000;
background-color:#aaaaaa;
}
.newsBoxHeading
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: 18px;
padding:4px;
color: #000000;
background-color:#ffffff;
}
.story_main
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 18px;
padding:4px;
color: #ffffff;
background-color:#000000;
}
.story_main_heading
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 20px;
padding:4px;
color: #aaaaaa;
background-color:#000000;
}

/* CSS Text Document */
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8px;
        font-style: normal;
        line-height: 11px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #ffffff;
        text-decoration: none;
}

.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	background-color:inherit;
	text-align: center;
	text-decoration: none;
}
.menu_link a:link {
        color: black
}
.menu_link a:visited {
        color: black
}

.menu_link_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	background-color:inherit;
	text-align: center;
	text-decoration: none;
}
.menu_link_selected a:link {
	color: white
}
.menu_link_selected a:visited {
        color: white
}


.white_text
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}

.box_text
{
	font-family: Oliveoil, Ravie, Livingwell, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
}
