﻿/* CSS Document */
h1,h2,h3,h4,h5{
    font-family: 'trebuchet ms', Lucida Grande, Lucida Sans Unicode, Arial, Verdana, Helvetica, Sans-Serif;
    color:gray;
    text-align:center;
}
h6{font-family: Arial, Verdana, sans-serif; }
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: #486C87;
}
a:visited {
	color: #486C87;
}
a:hover {
	color: #486C87; /*#0196da;#FF6633;*/
}
p{ color:#555; font-size:0.85em; }

.hidden{ display:none; }
.fleft{ float:left; }
.fright{ float:right; }
.clear{ clear:both; }
.lcol{ width:100px; text-align:right; margin:3px 3px 0 0;}
.rcol{ width:500px; margin:3px 0 0 3px;}

.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;
}
