font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 18px;
}
body {
	background-color: #EEE9E9;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	line-height: 18px;
	padding-bottom:5px;
	padding-right:15px;
	padding-top:1px;
}
a:link {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #990099;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 115%;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #39B54A;
	padding-right:15px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8DC63F;
	padding-right:15px;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-bottom:5px;
	padding-right:15px;
	padding-top:1px;	
}

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(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; }

