body {
	background-color: #FFFFFF;
}

body {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.grey {
	background-color: #a6c5c8;
}
.right {
	text-align: right;
}


td, th {
	color: #000000;
	font-size: 11px;
}

h1 {
	color: #FF0000;
	font-style: oblique;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
}

h2 {
	color: #FF0000;
	font-size: 24px;
}

h3 {
	color: #000000;
	font-size: 16px;
}
h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
h5, h6 {
	color: #6699CC;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}
a.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}
a:visited.small {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: red;
	font-size: 10pt;
	}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: upper-alpha;
	line-height: normal;
	text-align: justify;
	color: #000000;
}
p.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
p.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}.red {
	color: #F00;
}

