/* CSS Document */

.text{
    line-height:1.5;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#2f4f64;
	text-decoration:none;
}

.textlinks:hover{
	color:#CC0000;
}

.bg{
    background-image: url(../images/midbg.gif);
	background-repeat:no-repeat;
}

.bott{
	line-height:1.5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#2f4f64;
	text-decoration:none;
}