body { 
        background-color: #FFFFFF; 
        scrollbar-3dlight-color: #FFFFFF; 
        scrollbar-arrow-color: #F0F0F0; 
        scrollbar-base-color: #F0F0F0; 
        scrollbar-dark-shadow-color: #8B8B8B; 
        scrollbar-face-color: #8B8B8B; 
        scrollbar-highlight-color: #FFFFFF; 
        scrollbar-shadow-color: #8B8B8B; 
        scrollbar-track-color: #F0F0F0; 
}

A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
	color : #AAAAAA;
	font : bold;
}

A:HOVER {
	text-decoration : underline;
	color : #0072FF;
	font : bold;
}

.selected {
	color : #FF9933;
	font : bold;
}

A:ACTIVE.copyright, A:FOCUS.copyright, A:LINK.copyright, A:VISITED.copyright {
	text-decoration : none;
	color : #DDDDDD;
	font-size : 7pt;
	font-weight : normal;
}

A:HOVER.copyright {
	text-decoration : underline;
	color : #000000;
	font-size : 7pt;
	font-weight : normal;
}

td {
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : top;
	color : #000000;
}

.tdimg {
	font : 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : bottom;
}

.label {
	background-color : #3E3353;
	font-weight : bold;
	color : #FFFFFF;
	text-align : center;
}

.highlight {
	font : italic;
}

.heading1 {
	font-weight : bold;
	font-size : 12pt;
}

.heading2 {
	font-weight : bold;
}

.comp {
	border : 2px;
	padding : 0 0 0 0;
	border-color : #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
}

.list {
	list-style : disc;
	display : list-item;
	list-style-position : outside;
}

.message {
	font : 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 230px;
}

.messagebtn {
	font : 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 100px;
}