﻿.ArticleHeading {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 14px;
  color: #4D4D4D;
   font-weight: bold;
  }     

.ArticleBody {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 12px;
  color: #000000;
  }   

.ArticleBodyHighlight {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  }   

.ArticleCaption {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 10px;
  color: #000000;
  }   

.ArticleList {
	list-style-type:disc;
	font-family: Verdana,Arial,Helvetica,Sans Serif;
	font-size: 12px;
	color: #000000;
}

p {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 12px;
  color: #000000;
}

ul {
	list-style-type:disc;
	font-family: Verdana,Arial,Helvetica,Sans Serif;
	font-size: 12px;
	color: #000000;
}
   
  
Body {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 16px;
  color: #000000;
  }   


a:link {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}   

	
a:visited {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 12px;
  text-decoration: underline;
  color: #555555
}

a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
