/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial;
	font-size: small;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

newslink{
	font-family: Arial;
	font-size:12px;
	color:#333333;
}

a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=80);
	opacity:0.2;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story a{
	padding: 0px 0px 0px 0px;
}

.story a:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.story a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.story a:hover{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/************** Contact Info Bar styles *****************/


#contactinfobar {
      width: 20%; z-index:9 ;
      top: 10px; right: 3px; position: fixed;
     }