#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: black;
	background: #EFEBF7;
}


table.withborder
{
	border: 1px solid black;
}

tr.white
{
	background-color: white;
	color: black;
}

tr.light
{
	background-color: white;
	color: black;
}

tr.med
{
	background-color: white;
	color: black;
}

tr.dark
{
	background-color: white;
	color: black;
}

tr.grey
{
	background-color: white;
	color: black;
}
td
{ 
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

th
{ 
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: black;
}

th.centered
{ 
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: black;
}

hr
{
	color: black;
}

a
{
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
	text-decoration:none;
}

span.white
{
	/* When printing the background is white!! */
	color: black;
}

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: black;
}

/* 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, img
{
	display: none;
}

div.print
{
}

#menu
{
}

#submenu
{
}

#content
{
}

#header
{
}

span.error
{
	color: red;
}

span.warning
{
	display: none;
}

div.titlebar
{
	width: 100%;
	height: 23px;
	background-color: #B59AC6;
}

div.curvesbar
{
	width: 100%;
	height: 16px;
}
