body {
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	background-color: #00AEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

.navbar {
	background-color: #93DDFF;
}

img.navimg {
	border-color: #FFFFFF;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
}

img.lastlink {
	border-bottom-width: 2px;
}

.navbar a:link  {
	color: #FFFFFF;
}

.navbar a:visited  {
	color: #FFFFFF;
}

.content {
	padding-left: 25px;
}

.white {
	color: #FFFFFF;
}

.large {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

.medium {
	font-size: large;
	text-indent: 3em;
}

.normal {
	font-size: 10pt;
	text-indent: 3em;
}

.center {
	text-align: center;
	text-indent: 0px;
}

.noindent {
	text-indent: 0px;
}

.footer {
	font-size: 8pt;
	text-align: center;
}

/* set background images for corners */
.rbroundbox1 {
	background: #cccccc;
}

.rbroundbox2 { background: #999999; }

/* height and width details */
.rbtop1 div, .rbtop2 div, .rbtop1, .rbtop2, .rbbot1 div, .rbbot2 div, .rbbot1, .rbbot2 {
	height: 14px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
}

.rbroundbox1, .rbroundbox2  {
	width: 60em;
}

td.label {
	text-align: right;
}