a:link {  color: #FF6600; text-decoration: none}
a:visited {  color: #FF6600; text-decoration: none}
a:active {  color: #FF6600; text-decoration: none}
a:hover {  color: #0099FF; text-decoration: underline}

p {
	font-family: Georgia, Times New Roman, Times, serif;
}

div {
	font-family: Georgia, Times New Roman, Times, serif;
}

span {
	font-family: Georgia, Times New Roman, Times, serif;
}

td {
	font-family: Georgia, Times New Roman, Times, serif;
}

.pagetitle {
	background-color: #CCFFFF;
	font-weight: bold;
	font-size: 18px;
	color: #0033CC;
	padding: 2px;
	text-align: center;
	margin: 2px;
	margin-bottom: 12px;
}

.sectiontitle {
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 12px;
}

table.dd {
border: 2px #00204F solid;
border-spacing: 0px;
border-collapse: collapse;
}

td.dd {
border: 2px #00204F solid;
padding: 4px;
}

td.dd-nb {
border: 1px #00204F solid;
padding: 3px;
}

table.ddprint {
border: 2px black solid;
border-spacing: 0px;
border-collapse: collapse;
}

td.ddprint {
border: 2px black solid;
padding: 2px;
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 12px;
}

td.ddprint-nb {
border: 1px black solid;
padding: 2px;
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
}

/* SU system classes */

.failuremsg {
color: red;
font-weight: bold;
}

.failuremsgthin {
color: red;
}

.successmsg {
color: green;
font-weight: bold;
}

.successmsgthin {
color: green;
}

.warningmsg {
color: black;
}

.warningheadline {
color: red;
font-weight: bold;
}

.breakhere {
page-break-before: always;
}