/* CSS Document */

body,td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#000000
}

.menu {
	font-size:12px;
}

#toptd {
	background-image:url(images/topbg.jpg);
	background-position:top left;
	background-repeat:no-repeat
}

IMG {
	border:0
}


A.more {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	color:#0000cc;
}

A.nostyle {
	text-decoration:none
}

A.portfolio {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.5
}

A.portfolio:link {
	color:#303030;
	text-decoration:underline;
}

A.portfolio:visited {
	color:#303030;
	text-decoration:underline;
}

A.portfolio:hover {
	color:#0000cc;
	text-decoration:none;
}

.gray {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#666666;
}

.black {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

.blue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #00008b;
}

.red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #cc0000;
}

.orange {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF6600;
}

.white {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#ffffff
}

.smalltext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.graytext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#666666;
}

.blacktext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

.bluetext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #00008b;
}

.redtext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #cc0000;
}

.orangetext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF6600;
}

.whitetext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#ffffff;
	background-color: #f0f0f0
}


.graytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #606060;
}

.blacktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}

.bluetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0000cc;
}


UL {
	margin-top:2px;
	margin-left:20px;
	margin-bottom:0px;
	padding-left:0px
}

LI {
	list-style-type: square
}

P { 
    margin: 0px;
	padding: 0px;
}


.floats {
margin: -3em 0 0 -2em;
position: relative;
display: inline-block;
clear: both;
}
.floats:after {
content: '';
display: block;
clear: both;
}
.floats .left {
position: relative;
float: left;
display: inline;
overflow: hidden;
margin: 3em 0 0 2em;
width: 14em;
min-width: 200px;
}

.floats .left .r {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.floats .left .min {
margin: 0 0 200px 0;
height: 10em;
width: 200px;
}