body{
	background-color: #FFFFFF;
	font-family:verdana,arial,helvetica,sans-serif;
}
p,div,blockquote,hr,td,address{
	color:#4B4B4B;
	font-size:15px;
}
a:link{
	color:#003399;
	font-size:15px;
	text-decoration:underline;
}
a:visited{
	color:#996633;
}
a:hover{
	color:#FF3300;
}
a:active{
	color:#FF3300;
}
.copyright {
	color: #804000;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
code {  
    font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
}
ol {
	list-style-position: outside; 
	list-style-type: decimal;
}
ul { 
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
 } 
b{
	font-weight: bold;
	color:#000000;
}
H1 {
	font-size: 18px;
	color: #990000;
	text-align: center;
	font-weight: bold;
}
H2 {
	font-weight: bold; 
	font-size: 11px; 
	color: #333333; 
	font-style: normal; 
}
H3 {
	font-weight: bold; 
	font-size: 10px; 
	COLOR: #333333; 
	font-style: italic; 
}
H4 {
	font-weight: bold; 
	font-size: 10px; 
	color: #999999; 
	font-style: normal;
	text-decoration:underline;
}
H5 {
	font-weight: bold; 
	font-size: 10px; 
	color: #999999; 
	font-style: normal;
	text-decoration:underline;
}
.text_red {
	color:#990000;
	font-size:10px;
}
.text_italic {
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	line-height: normal; 
	font-style: italic; 
}.Hblack {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.borderbox {
	border: thin solid #999999;
	padding: 5px;

}

