.data {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #CCCCFF;
}

.border {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #660099;
}

.clsgreen {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #DBFEBC;
        text-align : left;
	font-weight : normal;
}

.filled {
	color : gray;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : white;
        text-align : left;
	font-weight : normal;
}

.header {
	color : white;
	font-family : "Arial", "Times New Roman", serif;
	background : #663399;
        text-align : center;
	font-weight : bold;
}

.headline {
	color : #cc33cc;
	font-family : "Arial", "Bookman Old Style", "Times New Roman", serif;
        font-size : 200%;
	background-color : transparent;
}

.icon {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #CCCCFF;
}

.intro {
	color : red;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : transparent;
	font-weight : bold;
	text-align : left;
}

.sidebar {
	font-weight : bold;
	font-size   : larger;
	line-height : 20px;
}

.small {
	font-size : smaller;
}

.strong {
	font-size : larger;
}

.subheader {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : blue;
        text-align : center;
	font-weight : bold;
}

A:LINK {
	color: #990099;
	font-weight: bold;
	text-decoration: underline;
	background-color : transparent;
}

A:HOVER {
	color: #9999FF;
	background-color : transparent;
}

A:VISITED {
	color: Blue;
	background-color : transparent;
}

BODY {
	color: Black;
	background : white;
}


