BODY {
	color: black;
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
	
}

A {
	color:#3E6EA7;
}

A:HOVER {
	color: #94B8E9;
}

a:hover.dark_text
{
	color: #4D4D80;
}


.table_back1
{

	background-color: #9A94E9;
}

.table_back2
{

	background-color: #478DEB;
}

a.table2
{
	color:#504D80;
}
a:hover.table2
{
	color:#B8B5E3;
}

.table_back3
{
	 background-color: #F1C88C;
}

a.table3
{
	color:#806B4D;
}
a:hover.table3
{
	color:#CDA065;
}

H1{
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}



.small_text{
	font-size: xx-small;
	color: black;
}

.large_text_light
{
	font-size: x-large;
	font-weight: bold;
	color: White;
}

.large_text_dark
{
	font-size: x-large;
	font-weight: bold;
	color: black;
}

.dark_text
{
	color: black;
}

.light_text
{
	color:#D4E7F7;
}

A:hover.light_text
{
	color:#94B8E9;
}
.header_back
{
	background: #669999;
}



