.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.section_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #FF0000;
}

.tiny_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}

.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.massive_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}

.newsborder{
	border: solid 2px #000000;
	border-color:#000000;
	height:100%;
}

.blackborder{
	border: solid 2px #000000;
	border-color:#000000;
}

.thinborder{
	border: solid 1px #CCCCCC;
	border-color:#CCCCCC;
}

#imagewrap {
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding:0px;
  border: 100px;
  align: right;
  
}

.flow {
  float: left;
  clear: left;
  margin: 0px 1em 1px 0px;
}

.cursor {  
	cursor: pointer;
}

hr {
  border: 1px dotted #999999;
  width: 100%;
}

a{text-decoration:underline}; 

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
}

