/* CSS Document */

ul.square {list-style-type: square}
ol.square2 {
 font-size: 13px;
 font-family : Verdana;
 color: #000099;
 font-weight: bold;
}
TD {
 font-size: 12px;
 font-family : Verdana;
}
P {
 font-size: 12px;
 font-family : Verdana;
}
P.desc1 {
 font-size: 15px;
 font-family : Verdana;
 font-weight: bold;
}
TD.title{
 font-size: 14px;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 color : #000000;
 font-weight: bold;
 font-style: italic;
}
.style7 {font-size: 12px}
.styleblack {color: #000000;}
.style12 {color: #FF0000}

div.thumb {
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: center;
	text-align: center;
	}
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	}
.thumb a:hover img {border: 1px solid black;}