/* CSS Document */
h1,h2,h3,h4,h5 {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color:gray;
    text-align:center;
}
h2{ font-size:1.6em; border-bottom: 0px solid dashed;}
h3{ font-size:1.3em; }
h4{ font-size:1.2em; }
h5{ font-size: 1.1em; }
a {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size:1em;
	text-decoration: none;
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0196da; /*#FF6633;*/
}
p{ color:#555; font-size:0.85em; }
.symbol{ font-size:0.7em; }
.spc-block {
	font-style: normal;
	font-size:0.85em;
}
.ol-alp {list-style-type: lower-alpha;}
.ul-cir {list-style-type:none;}
ul.circle {list-style-type: circle}

.lu-blue {
	list-style-image: url(images/blue-bullet.jpg);
	list-style-type: none;
}
#content .img-one {
/*clear:both;*/
float:right;
/*margin:5px;*/
padding:5px 9px 4px 9px;
}
#content .img-two {
float:left;
margin:5px 20px 5px 5px;
}
