a	{
	color: #FF8822;
	}

body	{
	background-color: #FFEFDB;
	font-family:verdana,sans-serif;
	color: #237BC2;
	}

UL	{
	list-style-position:outside;
	display: block;
	margin:2px 1px;
	font-size:small;
	list-style-type:square;
	}

.title
	{font-size:x-large;
	 font-weight:600;}

.subtitle
	{font-size:16pt;}

.heading
	{
	font-size:medium;
	font-weight:bold;
	text-decoration:underline;
	}

.large
	{font-size:12pt;}

.largebold
	{font-weight:bold;
        font-size:12pt;}

.largebolditalic
	{font-weight:bold;
        font-size:12pt;
        font-style:italic;}

.normalbolditalic
	{font-weight:bold;
        font-size:small;
        font-style:italic;}

.normal	{
	font-size:small;
	}

.normalbold
	{font-weight:bold;
        font-size:small;
	}

.small	{
	font-size:x-small;
	}


a.medium
	{font-size:10pt;}

a.main
	{font-weight:bold;
        font-size:12pt;
        text-decoration:none}

