body {
	background-color:#FFFFFF;
	text-align:left;
	color:#000000;
	font-size:10pt;
	font-family:arial;
}

table.full {
	height:100%;
	width:100%;
}

table.small {
	width:600;
}

table.medium {
	width:800;
}

td {
	text-align:left;
	valign:center;
}

td.header {
	text-align:center;
	font-weight:bold;
	color:#477AAF;
}

td.footer {
	text-align:center;
}

.centered {
	text-align:center;
}

.centered-bold {
	text-align:center;
	font-weight:bold;
}

td.centered-bold-top {
	text-align:center;
	font-weight:bold;
	vertical-align:top;
}

.centered-green {
	text-align:center;
	background-color:#00DD00;
}

.centered-orange {
	text-align:center;
	background-color:orange;
}

.centered-red {
	text-align:center;
	background-color:red;
}

fieldset {
	padding:5px 5px;
	border:2px solid #477AAF;
	text-align:justify;
	background-color:#FFFFFF;
}

legend {
	padding: 3px 3px;
	border:2px solid #477AAF;
	color:#000000;
	background-color:#FFFFE0;
	font-family:arial;
	font-weight:bold;
}

p.title {
        text-align:center;
        font-size:13pt;
        font-weight:bold;
}

p.footer {
	text-align:center;
}

p.slincblue {
	color:#477AAF;
	font-weight:bold;
}

p.slincbluelarge {
	color:#477AAF;
	font-weight:bold;
	font-size:16pt;
}

.code {
	font-family:courier;
}

.command, .rpc {
	font-family:courier;
	font-weight:bold;
}

.emphasis {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

a {
	text-decoration:underline;
}

a:link {
        color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color: red;
}

a:active {
	color: #000000;
}

