@charset "utf-8";
/* CSS Document */


body {

	background-color: #eeeeee;
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

h3 { color: #1968b3; font-size: 18px;}

a:link {
	color: #2852B7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2852B7;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #2852B7;
}

/* SMALL WHITE TEXT */

.smallwhite {
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}

.smallwhite a:link {
	color: #ffffff;
	text-decoration: underline;
}

.smallwhite a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.smallwhite a:active {
	color: #ffffff;
	text-decoration: underline;
}

.smallwhite  a:hover {
	text-decoration: none;
	color: #ffffff;
}

/*  BLUE TEXT */

.bluetext {
	font-size: 11px;
	color: #1968b3;
	line-height: 18px;
	padding: 5px;
}