/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;

	background: #FFF;
}

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

.nomargin {
	margin: 0px 0px 0px 0px;
}


h1 {  
	margin: 0px 5px 10px 0px;
	font-size: 30px; 
	font-style: normal; 
	color: #000066;
	font-weight: bold; 
	text-decoration: none; 
}
		
		
h2 {  
	margin: 0px 5px 10px 0px;
	font-size: 30px; 
	font-style: normal; 
	color: #cc0000;
	font-weight: bold; 
}
		
		
h3 {  
	margin: 0px 5px 10px 0px;
	font-size: 20px; 
	font-style: normal; 
	color: #000066;
	font-weight: bold; 
	text-decoration: none; 
}
		
		
h4 {  
	margin: 0px 5px 10px 0px;
	font-size: 20px; 
	font-style: normal; 
	color: #cc0000;
	font-weight: bold; 
	text-decoration: none; 
}
		
h5 {  
	margin: 0px 5px 10px 0px;
	font-size: 10px; 
	font-style:normal; 
	font-weight: normal; 
	color: #000066;
	text-decoration: none; 
}
		
h6 {  
	margin: 0px 5px 10px 0px;
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #cc0000;
	text-decoration: none; 
}

address {
	color: #cc0000;
	font-style: normal; 
	font-weight: normal; 
	display:inline;
}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: underline;
}

a:hover	{
	color: #000066;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

#InternalTextContentLayer ul {
	list-style:disc outside url(../images/red_bullet.jpg);
}
