/* Always show a vertical scrollbar to prevent "jumping" on short pages */
html {
    overflow-y: scroll;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	background-position: top left;
}

p, ul, ol {
	font-size: 10pt;
	line-height:16pt;
}

A:link, A:visited {
	text-decoration: underline; 
	color: #411A4A;
	font-weight: normal;
}

table {
	font-size: 10pt;
	line-height:10pt;
	background-color:#FFFFFF;
}

th {
	background-color:#99CCFF;
	color:#000000;
	vertical-align:top;
	text-align:center;
}

td {
	color:#411A4A;
	vertical-align:top;
}

td.Odd {
	background-color:#FFFFCC;
	color:#000000;
	vertical-align:top;
}

td.Even {
	background-color:#99CCFF;
	color:#000000;
	vertical-align:top;
}

td.R {
	text-align: right;
}

/* =================================================== */

td.NavBar {
	font-size: 8pt; 
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:right;
	padding-right: 0.4cm;
}

div#nav a {
	background:#FFFFFF;
	display:block;
	margin:0; border:0;
	padding:2px 4px 3px 3px;
	text-decoration:none;
	border-top:2px solid #411A4A;
	border-left:2px solid #411A4A;
	border-right:2px solid #411A4A;
	border-bottom:2px solid #411A4A;
	color:#411A4A;
}

div#nav a:hover {
	background:#FFFFFF;
	background-color:#999999;
	color:#411A4A;
}

td.NavBarTop {
	font-size: 8pt; 
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding-right: 0.4cm;
}

div#navTop a {
	background:#FFFFFF;
	margin:0; border:0;
	padding:2px 8px 3px 8px;
	height: 20px;
	text-decoration:none;
	border-top:2px solid #411A4A;
	border-left:2px solid #411A4A;
	border-right:2px solid #411A4A;
	border-bottom:2px solid #411A4A;
	color:#411A4A;
}

div#navTop a:hover {
	background:#FFFFFF;
	background-color:#999999;
	color:#411A4A;
}

/* =================================================== */

.Heading {
	font-size: 14pt;
	line-height: 14pt;
	vertical-align:baseline;
	padding-top: 20px;
	color:#411A4A;
	font-weight:bold;
}

.CentredHeadingLarge {
	font-size: 18pt;
	color:#411A4A;
	font-weight:bold;
	text-align:center;
	background-color:#FF6;
	color:#F00;
}

.SubHeading {
	font-size: 12pt;
	color: #411A4A;
	font-weight:bold;
	font-style:italic;
}

.Comment {
	font-style:italic;
	text-align:center;
}

.CentredTitle {
	font-size: 14pt;
	font-style:italic;
	text-align:center;
}

.Caption {
	font-size: 8pt; 
	text-align:center;
	color:#411A4A;
}

.Trailer {
	font-style:italic;
	text-align:center;
}

.NewsHeadline {
	font-size: 12pt; 
	font-weight:bold;
	text-align:left;
	color:#411A4A;
}

.Error {
	font-size: 12pt; 
	line-height:16pt;
	font-weight:bold;
	text-align:left;
	color:#FF0000;
}

hr.Blue {
	height:4px;
	color:#411A4A;
}

input.button {
	background-color: #CCCC99;
	color: #000000;
	font-family: "trebuchet ms" Sans-Serif;
	font-weight: bold;
}


/* Rounded box corners */
.rbyroundbox { background: url(/Img/RB_Y_nt.gif) repeat; }
.rbytop div { background: url(/Img/RB_Y_tl.gif) no-repeat top left; }
.rbytop { background: url(/Img/RB_Y_tr.gif) no-repeat top right; }
.rbybot div { background: url(/Img/RB_Y_bl.gif) no-repeat bottom left; }
.rbybot { background: url(/Img/RB_Y_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary */
.rbytop div, .rbytop, .rbybot div, .rbybot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbycontent { margin: 0 7px; }
.rbyroundbox { width: 100%; margin: 1em auto; }
