BODY {
font-family: Arial, Helvetica, sans-serif;
margin-top: 10px;
margin-bottom: 5px;
background-image: url(images/bg.jpg);
font-size: 10pt;
color: #5c5c5c;
}

.header {
	color: #1668BC;
	font-size: 14px;
	text-align: right;
	font-style: bold;
}
.header-small {
	color: #1668BC;
	font-size: 11px;
	text-align: right;
	font-style: bold;
}
.floatright
{
float: right;
margin: 0 0 20px 20px;
padding: 2px;
}
A {
text-decoration: underline;
}
A.link {
font-size: 10pt;
color: #3366FF;
text-decoration: none;
font-weight: bold;
}
A.link:hover {
color: red;
}
H1 {
font-size: 11pt;
color: #1A6EB4;
text-decoration: none;
}


P {
font-size: 10pt;
color: #5c5c5c;
}


UL {
font-size: 9pt;
font-style: italic;
font-variant: normal;
color: #5c5c5c;
}
.stab-points {
font-size: 8pt;
font-style: normal;
font-variant: normal;
font-weight: bolder;
color: #004F4F;
}
H2 {
font-size: 10pt;
text-decoration: underline overline;
background-image : url(images/header-back.gif);
}
H3 {
font-size: 10pt;
text-decoration: normal;
font-weight : bold;
}
OL {
font-size: 9pt;
font-style: italic;
font-variant: normal;
color: #5c5c5c;
}
.bottom-text{
font-size: 11px;
color: #A8A8A8;	
}
A.bottom-links {
font-size: 11px;
color: #A8A8A8;
text-decoration: none;
}
A.bottom-links:hover {
font-size: 11px;
color: #797979;
text-decoration: none;
}

A.sub2 {
font-size: 11px;
font-weight: bold;
color: #990000;
text-decoration: none;
}
A.sub2:hover {
font-size: 11px;
font-weight: bold;
color: yellow;
text-decoration: none;
}
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(new-images/nt.gif) repeat; }
.rbtop div { background: url(new-images/tl.gif) no-repeat top left; }
.rbtop { background: url(new-images/tr.gif) no-repeat top right; }
.rbbot div { background: url(new-images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(new-images/br.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

