body {
	font-size: 9pt;
	font-family: verdana, arial;
	color: #000000;
}

td {
	font-size: 9pt;
	font-family: verdana, arial;
	color: #000000;
	padding-right: 0px;
	overflow: visible;
}

.title {
	font-size: 11pt;
	font-family: verdana, arial;
	font-weight: bold;
	color: 000000;
}
.small {
	font-size: 8pt;
	font-family: arial;
	color: 000000;
	text-decoration: none;
}
.smallgrey {
	font-size: 8pt;
	font-family: arial;
	color: AAAAAA;
	text-decoration: none;
}
.disclaimer {
	font-size: 8pt;
	font-family: arial;
	color: 000000;
}
.highlight {
        background: #FFFF99;
}

.error {
	font-weight: bold;
	color: #FF0000;
}
.notify {
	font-weight: bold;
	color: #339933;
}
.rule {
        background: #999999;
        padding: 0em;
}

.section {
        padding: 3px;
        font-size: 10pt;
        border-width: 1px;
        border-style: solid;
        border-color: #CCCCCC;
        /* border-collapse: collapse; */
}
.oddsection {
	background: #F0F0F0;
	padding: 4px;
}
.evensection {
	padding: 4px;
}
.sectionheader{
        padding: 3px;
        font-size: 10pt;
        background: #CCCCCC;
        border-width: 1px;
        border-style: solid;
        border-color: #FFFFFF;
        border-collapse: collapse;
}
.column {
        font-size: 10pt;
        border-width: 1px;
        border-style: solid;
        border-color: #CCCCCC;
}
.columncell {
	padding: 6px;
	border-width: 0;
}

.chevron {
        font-size: 10pt;
        font-weight: bold;
        font-family: arial;
}
.smallchevron {
        font-size: 9pt;  
        font-weight: bold;  
        font-family: arial;
}
.button {
	padding: 0px;
}

a:link { color: #0000FF; background: transparent;}
a:active { color: #0000FF; background: transparent;}
a:visited { color: #0000FF; background: transparent;}
a:hover { color: #C00C00; background: transparent;}

a.spoiler:link { color: #EE0000; background: transparent;}
a.spoiler:active { color: #EE0000; background: transparent;}
a.spoiler:visited { color: #EE0000; background: transparent;}
a.spoiler:hover { color: #BB0033; background: transparent;}
