BODY {
	color: black;
	background-color: #65AEF7;
	font-family: Arial, Verdana, sans-serif;
	
}


A {
	color:white;
}

A:HOVER {
	color: #D6EAFD;
}

a:hover.dark_text
{
	color: #6699CC;
}


.table_back
{

	background-color: #D6EAFD;
}

.lighter_table_back
{

	background-color:  #DEEEFD;
}

H1{
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.layout_border_color{
	border-color: #FAF1EB;
}

.small_text_light{
	font-size: xx-small;
	color: white;
}

.small_text_dark{
	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;
}

a:hover.large_text_dark
{
	font-size: x-large;
	font-weight: bold;
	color: #6699CC;
}

.header_text_light
{
	font-size: large;
	font-weight: bold;
	color: White;
}

.header_text_dark
{
	font-size: large;
	font-weight: bold;
	color: black;
}

a:hover.header_text_dark
{
	font-size: large;
	font-weight: bold;
	color: #6699CC;
}

.colored_text_dark
{
	font-size: large;
	font-weight: bold;
	color: #65AEF7;
}

.dark_text
{
	color: black;
}

.header_back
{
	background-color: #336699;
}

.recips
{
	font-weight: bolder;
}

