body {  
 margin-top: 0em;
 margin-left: 0em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
}

a:link, a:visited {
 color:blue; 
 text-decoration: none
}
a:hover, a:active {
 color:red; 
 text-decoration:underline; 
}

.named_link {
 color: blue; 
 text-decoration: none;
 font-weight: bold;
}


.textlink {  
 color:blue; 
 text-decoration: none
}

.textlink:hover {  
 color:red; 
 text-decoration: underline;
}

.textmenu {
 color:blue; 
 text-decoration: none
}

.textlinkblack {  
 color:black; 
 text-decoration: none
}

.textlinkred {
 color: red;
 text-decoration: none;
}

.textlinkred:hover {
 color: red;
 text-decoration: underline;
}
.textlinkred:visited {
 color: red;
 text-decoration: none;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-indent: 1em;
}
p.p_no_i {
	text-indent: 0em;
}
p.blue_notice {
	font-size: 12px;
	color: #0033CC;
}
p.p_tst_header {
	text-indent: 0em;
	text-align: left;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}
p.p_tst {
	text-indent: 1em;
	text-align: justify;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.7em;
}