#COL_WHITE
{
	background-color: white;
	color: black;
}

#COL_LIGHT
{
	background-color: #CEBADE;
	color: black;
}

#COL_MEDIUM
{
	background-color: #B59AC6;
}

#COL_DARK
{
	background-color: #420C7B;
	color: white;
}

#COL_GREY
{
	background-color: #EFEBF7;
	color: black;
}

/* Set all the fonts to verdana */
body
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #420C7B;
	background: #EFEBF7;
}


table.withborder
{
	border: 1px solid #B59AC6;
}

tr.white
{
	background-color: white;
	color: black;
}

tr.light
{
	background-color: #CEBADE;
	color: black;
}

tr.med
{
	background-color: #B59AC6;
}

tr.dark
{
	background-color: #420C7B;
	color: white;
}

tr.grey
{
	background-color: #EFEBF7;
	color: black;
}

td
{ 
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #420C7B;
}

td.centered
{
	text-align: center;
}

td.integer
{
	text-align: center;
}

td.currency
{
	text-align: right;
	padding-right: 20px;
}

th
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #420C7B;
}

th.centered
{ 
	text-align: center;
}

th.integer
{ 
	text-align: center;
}

th.currency
{ 
	text-align: center;
}

hr
{
	color: #B59AC6;
}

a
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #420C7B;
	text-decoration:none;
}

a:hover
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #420C7B;
	text-decoration:underline;
}

span.white
{
	color: white;
}

span.right
{
	align: right;
}

p.biography
{
	font-style: italic;
	text-align: justify;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

/* A handy table */
table.topalign td
{
	vertical-align: top;
}

img
{
	border: none;
}

input.medium, select, input.purple
{
	font-family: verdana, arial;
	font-size: 12px;
	background-color: #CEBADE;
	color: #420C7B;
}

/* Classes for individual elements */

.scrolling_box
{
 	overflow: auto;
}

.leftpad
{
	padding: 0px 0px 0px 25px;
}

.visible
{
	display: block;
	padding: 0px 0px 0px 15px;
}

.invisible
{
	display: none;
	padding: 0px 0px 0px 15px;
}

/* PRINT STUFF */
div.screen
{
}

div.print
{
	display: none;
}

#menu
{
	position: absolute;
	left: 30px;
	top: 150px;
	width: 200px;
	height: 341px;
}

#submenu
{
	position: absolute;
	left: 250px;
	top: 425px;
	width: 500px;
	height: 50px;
}

#content
{
	position: absolute;
	left: 250px;
	top: 150px;
	width: 500px;
	height: 300px;
}

#header
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 764px;
	height: 500px;
	border: 1px solid #420C7B;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#fullpage
{
	position: absolute;
	left: 20px;
	top: 150px;
	width: 744px;
	height: 349px;
}

#smallpage
{
	position: absolute;
	left: 120px;
	top: 200px;
	width: 544px;
	height: 200px;
}

span.error
{
	color: red;
}

span.warning
{
	color: red;
	font-weight: bold;
	vertical-align: top;
}

div.logo
{
	float:left;
}

div.warning
{
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	float:right;
}

span.titlepad
{
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 220px;
	height: 25px;
	background-color: #420C7B;
}

div.titlebar
{
	width: 764px;
	height: 23px;
	background-color: #B59AC6;
}

div.curvesbar
{
	width: 764px;
	height: 25px;
	background-color: #B59AC6;
}

div.titlebardark
{
	width: 764px;
	height: 23px;
	background-color: #420C7B;
}

div.curvesbardark
{
	width: 764px;
	height: 25px;
	background-color: #420C7B;
}

div.tiplayer
{
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: -100px;
}

ul.noindent
{
	padding-left: 15px;
}

li.noindent
{
	padding-left: 15px;
}

