﻿body
{
	padding: 20px;
	border: thick none #FFFFFF; /*
	color: #000066;
*/
	color: #0B1560;
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: xx-large;
	/*
	color: #003399;
	font-family: Arial;
*/
	color: #0B1560;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0px;
	height: 33px;
	width: 417px;
	
}
h2
{ 
	font-size: 0.7cm;
	color: #0B1560;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0px;
	height: 33px;
	width: 611px;
	/*
	font-family: Arial;
*/	
}
h3
{
	/*
	font-family: Arial;
*/
	color: #0B1560;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}

.SmallText
{
	font-style: normal;
	/*
	font-family: Arial;
*/
	font-size: medium;
	color: #0B1560;
	font-weight: bold;
}

.SmallItalic
{
	/*
	font-family: Arial;
*/
	font-size: medium;
	font-style: italic;
	color: #0B1560;
}

.LargePrint
{
	/*
	font-family: Arial;
*/
	font-size: larger;
	color: #0B1560;
	font-weight: bold;
}
.ExtraSmall
{
	font-style: normal;
	/*
	font-family: Arial;
*/
	font-size: x-small;
	color: #000000;
}


