/* CSS Document */

.header {
	width: 750px;
	height: 130px;
	background: #90bade;
	font-size: large;
	color: white;
	text-align: center;
}

.footer {
	width: 750px;
	height: 20px;
	float: left;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
	color: #3333FF;
	border-bottom: solid #90bade 20px;
}

.content {
	width: 520px;
	background: white;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

.leftcol {
	width: 180px;
	float: left;
	font-size: x-small;
	font-family: Verdana;
	text-align: left;
	margin-left: 10px;
}

.title3 {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #660066;
}

.title2 {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #660066;
}

.title {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #5555AA;
}

.text1 {
	font-size: 9pt;
    font-family: Tahoma;
	color: #004488;
}

.text2 {
	font-size: 8pt;
	font-family: Verdana;
}

.text3 {
	font-size: 9pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #5555AA;
	text-decoration: none;
}

.text4 {
	font-size: 9pt;
    font-family: Tahoma;
	color: #004488;
	text-decoration: none;
}

.cell {
	width: 150px;
	height: 150px;
	font-size: 8pt;
    font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	border: 3px double #90bade;
	margin: 10px 5px 2;
	float: left;
	color: #666666;
}

.cell2 {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.pic {
	width: 100px; 
	height: 100px;
	background-color: #0066FF;
	margin: 10px 1;
	border-style: none;
}

.pic2 {
	vertical-align: top;
	align: left;
}

.pic3 {
	border: none;
	text-decoration: none;
}

.spacer {
	margin-top: 10px;
}	
