.basic
	{
		font-family : serif;
		font-size : 12px;
		color: Black;
	}


.header
	{
		font-family : sans-serif;
		font-size : 16px;
		font-weight : bold;
		color : Maroon;
	}

.label
	{
		font-family : sans-serif;
		font-size : 12px;
		font-weight: bold;
		color: Black;
	}

.text
	{
		font-family : sans-serif;
		font-size : 12px;
		color: Black;
	}

.textgray
	{
		font-family : sans-serif;
		font-size : 12px;
		color: gray;
	}

.labelview
	{
		font-family : sans-serif;
		font-size : 10px;
		font-weight: bold;
		color: white;
	}

.textview
	{
		font-family : sans-serif;
		font-size : 10px;
		color: black;
	}

.textviewgray
	{
		font-family : sans-serif;
		font-size : 10px;
		color: gray;
	}
	
.textlittle
	{
		font-family : sans-serif;
		font-size : 8px;
		color: black;
	}
	
.help
	{
		font-family : sans-serif;
		font-size : 10px;
		color: maroon;
	}


.elements
	{
		border : thin inset;
		background-color : #FFCC99;
		font-family : sans-serif;
		font-size : 12px;
		color: black;

	}

h3
	{
		font-family: sans-serif;
		font-size: 18px;
		color: black;
	}
	
h1
	{
		font-family: sans-serif;
		font-size: 36px;
		color: black;
	}
	
.menu
	{
	font : small-caps 14px sans-serif;
	font-weight : bold;
	background-color : #999999;
	}	
	
.menu_over
	{
	font : small-caps 14px sans-serif;
	font-weight : bold;
	background-color : #FFCC99;
	}	

a 	{color: maroon; cursor: hand;}