BODY {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal
	color: #006699;
}

A {
	text-decoration: none;
	color: #006699
}

A:hover {
	text-decoration: underline;
	color: #003366
}

TABLE {
	font-size: 12px;
	font-weight: normal; 
}

TABLE.navtop {
	font-size: 9px;
	font-weight: bold;
}

HR {
	height: 1px;
	color: #EEEEEE
}

.title {
	font-size: 15px;
	font-weight: normal;
	filter: blur()
}

.upperleft {
    background-image: url('images/UL.gif');
    background-position:  left top;
    background-repeat: no-repeat
}

.upperright {
    background-image: url('images/UR.gif');
    background-position:  right top;
    background-repeat: no-repeat
}

.lowerleft {
    background-image: url('images/LL.gif');
    background-position:  left bottom;
    background-repeat: no-repeat
}

.lowerright {
    background-image: url('images/LR.gif');
    background-position:  right bottom;
    background-repeat: no-repeat
}

.foot {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	background-color: #EEEEEE;
	text-align: center
}

.invert {
	filter: invert()
}