body {
	font: 0.8em arial, helvetica, sans-serif;
	color: rgb(100,100,100); 
	line-height: 1.5em;
}
a, a:visited {	
	color: #113388; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #113388;
	background: inherit;
	text-decoration: underline;
}

h1.title {
	font-size: 160%;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 10px;
	padding: 2px 0px 5px 0px; 
}

h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, Sans-serif;
	font-weight: normal; 	
	color: rgb(100,100,100); 	
	padding: 15px 0 0 0;		
	margin: 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;	
}
h3 {
	font-size: 130%;	
}

h4 {
	font-size: 130%;
	text-transform: uppercase;	
	border-top: 0px solid #dadada;
}

h5 {
	font-size: 110%;	
}

p {
	padding: 5px 0 0 0;		
	margin: 0;
}


ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

hr { 
  border: 0; 
  height: 1px; 
  color: rgb(100,100,100); 
  background-color: rgb(100,100,100); 
}

.img-right {
  	margin: 5px 0px 5px 10px;  
  	float: right;
}
.img-left {
  	margin: 5px 10px 5px 0px;
  	float: left;
}
.img-center { display: block;
  text-align: center;
  margin: 5px auto;
}
.img-right p, .img-left p{
	margin:0;
	padding:0;
	font: 9px verdana, sans-serif;
	text-align:right;
}

table.grid {
border: 1px solid rgb(100,100,100); 
border-collapse: collapse;
}

table.grid td { border: 1px solid rgb(100,100,100); }

table.grid th { border: 1px solid rgb(100,100,100); }