﻿/* Colors:
Blue: #3b398d
Red: #e03b2b
*/
html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body {
	border: 0;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	COLOR: #1A1A1A;
	line-height: 17px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
	COLOR: #3b398d;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #e03b2b;
	TEXT-DECORATION: none;
}
a.menu {
	color: #e03b2b;
	font-size: 14px;
	font-weight: 800;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a.menu:hover {
	color: #3b398d;
	TEXT-DECORATION: none;
}
.caption {
	font-size: 13px;
	font-weight: 800;
	line-height: 16px;
	color: #FF0000;
	text-align: center;
}
.footer {
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	color: #1c1c1c;
}
.title {
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
}
.bold {
	font-weight: 800;
}