/* Hyperlink Colors */
A:link {
	color: black;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    text-decoration: none;
}
A:visited {
	color: black;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    text-decoration: none;
}
A:active {
	color: red;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    text-decoration: none;
}
A:hover {
	color: #CC0000;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    text-decoration: none;
}

body {
	background: White;
}

/* Popup Menu Specific Stuff */

.menuskin{
	position: absolute;
/*	border: 1px solid #336699; */
	border: 2px solid yellow;
	background-color: #99CCFF;
	text-decoration: none;
	font: bold 8pt Helvetica, Arial;
	line-height: 19px;
	z-index: 10000;
	visibility: hidden;
	font-family: Helvetica, Arial, sans-serif;
}
.menuskin a{
	text-decoration: none;
	color: black;
}
.menuitems{
	border: 1px solid #336699;
	background: #99CCFF /* url(../images/menub.gif) repeat-x */;
	padding-left: 4px;
	padding-right: 4px;
	}

/* Popup Menu Mouse Over Colours */

#mouseoverstyle{
	border: 1px solid #336699;
	background: yellow /* url(../images/menubo.gif) repeat-x */;
}
#mouseoverstyle a{
	color: #cc0000;
}

/* Table Rollover Styles */

#hormenu{
	width: 137px;
	border: 2px solid #336699;
	background-color: #6699CC;
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding-left: 4px;
/*	padding-right: 4px; */
}
#hormenu a{
	width: 137px;
	text-decoration: none;
	text-align: center;
	padding-left: 4px;
/*	padding-right: 4px; */
}

#hormenun{
	width: 137px;
	border-width: 2 2 2 0px;
	border-style: solid;
	border-color: #336699;
	background-color: #6699CC;
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding-left: 4px;
/*	padding-right: 4px; */
}
#hormenun a{
	width: 137px;
	text-decoration: none;
	text-align: center;
	padding-left: 4px;
/*	padding-right: 4px; */
}

#vertmenu{
	width: 140px;
	border-width: 0 2 2 2px;
	border-style: solid;
	border-color: #336699;
	background-color: #6699CC;
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 20px;
}
#vertmenu a{
	width: 140px;
	text-decoration: none;
	text-align: right;
	padding-left: 2px;
    padding-right: 8px;
}

#horbody{
/*	width: 105px; */
	font: bold 10px Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
	line-height: 20px;
	
}

#vertbody{
	width: 145px;
	font: bold 10px Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
	line-height: 20px;
}

/* Classified Cell Styles */

#cellheader{
	background-color: Black;
	font: 12pt Arial;
	color: white;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#celltip{
	background-color: #6699CC;
	font: 10pt Arial;
	color: Black;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
          
/* Story Styles */

.stbody  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
/*	text-align: center;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-left: 4;
	margin-right: 4;
}

#stheadline 
{
	background-color:#E0FFFF;
	border-style: solid;
	border-color: #336699;
	border-width: 2px;
}

#stheadline2 
{
	background-color:#E0FFFF;
	border-left-style: solid;
	border-left-color: Silver;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: gray;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: Silver;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: gray;
}

#stindexheader 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 200%;
	background-color: #6699CC;
	border-color: #336699;
	border-style: solid;
	border-width: 2px;
}

#stindexsnippet 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: justify;
	text-indent: 18;
	line-height: 100%;
}