body {
	background-color: #FFFFFF;
	margin-height: 8px;
	margin-top: 8px;
}

body, p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:active, a:hover {
	color: #FF0000;
	text-decoration : underline;
}

.title-bar {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

.page-title {
	font-size: 14pt;
	color: #333333;
}

.section-title {
	color:#666699;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
}

.margin-text {
	font-size: 8pt;
}

.normal {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0
}

.largest {
	font-size: 14pt;
}

.large {
	font-size: 11pt;
}

.small {
	font-size: 8pt;
}

.smaller {
	font-size: 7pt;
}

.lightest {
	color: #CCCCFF;
}

.lighter {
	color: #9999CC;
}

.light {
	color: #666699;
}

.white {
	color: #FFFFFF;
}

.alert {
	color: #FF0000;
}

.info {
	color: #993366;
}

.pink {
	color: #FF00FF;
}

.correct {
	color: #006633;
}

.wrong {
	color: #FF0000;
}

.list-caption {
	font-size: 8pt;
	color: #333333;
}

.marked {
	background: #EEEEEE;
	border: 1px solid #0000FF;
	padding : 1px 1px 1px 1px;
}

.input {
	font-family: "bitstream vera sans", verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #FFFFEE;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	border-color: #999999;
}
