/*
DARK RED   #b83939
DARK BLUE  #3232b3
LIGHT BLUE #eff1f7
LIME GREEN #1dd518;
*/

a:link { color: #3232b3; }
a:active { color: #b83939; }
a:visited { color: #b83939; }

body {
	font-family: arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: #eff1f7;
	margin: 0;
}

.shade {
	background: #eff1f7;
}

.blue {
	color: #3232b3;
}

.red{
	color: #b83939;
}

table {
	font-family: arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
}

table.body {
	border-left: solid 5px #3232b3;
	border-right: solid 5px #3232b3;
	border-bottom: solid 5px #3232b3;
}

p {
	text-align: justify;
}


ul {
	list-style-type: square;
	margin: 0;
	padding: 5px 20px;
}

.copyright {
	font-size: x-small;
	text-align: center;
}

