body {
margin:0; 
width:100%;
background-color: transparent;
color: #330000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 

}


a:link {color:#330000; text-decoration: underline}
a:visited {color:#330000; text-decoration: underline}
a:hover {color:#333399; text-decoration: underline}
a:active {color:#333399; text-decoration: underline}


#content-main {
	background-image:url(../images/content-bg.png);
	background-repeat:repeat;
	padding:10px;
	width:857px;
	border:solid;
	border-width:2px;
	z-index:2;
	margin:10px;

}


.content {
color: #330000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
 
}
.big {
font-size: 20px;
font-weight: bold;
}

.large {
font-size: 18px;
font-weight: bold;
}

.title {
	font-size: 14px;
	color: #330000;
	font-style: normal;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	font-weight: thin;
}

.boldsubtitle {
	font-size: 11px;
	font-weight: bold;
}

.error { color: red; }

#content {
  
  margin-top:2px;
  padding: 0 2px 0 0;
  z-index:2;
    
}


.date {
	font-style:italic;
	font-size:10px;
}

.headline {
	font-size:18px;
	font-weight:bold;
}

.article {
	font-size:12px;
}










/*    start of banner area*/
div#myobj {
position:absolute;top:80px; left:20px;
width:310px; height:200px;
text-align:center;
z-Index:14;
overflow:hidden;
background-image:url(../images/headline_bubble.png);
background-repeat:no-repeat;
}


div#myobj div {
z-index:15;
position:absolute;top:22px;left:0px;
font-size:13px;
width:300px; height:280px;
padding:10px;
overflow:hidden;
}


div#myobj div#pause {
	padding:0px;
position:absolute; top:2px; left:2px;
width:20px;
height:20px;
}

div#myobj div#resume {
	padding:0px;
position:absolute; top:2px; left:22px;
width:20px;
height:20px;
}



#text2 {
 visibility:hidden;
}

#text3 {
 visibility:hidden;
 
}

#text4 {
 visibility:hidden;
}

/*  end of banner area  */