﻿@charset "UTF-8";

h1 {
	margin: 0 ;
	font-size: 16pt ;
	font-family: Arial,, sans-serif ;
	font-weight: Bold ;
	font-style: normal ;
	color: #FCF8B2 ;
}

h2 {
	margin: 0 ;
	font-size: 12pt ;
	font-family: Arial, sans-serif ;
	font-weight: bold ;
	font-style: italic ;
	color: #038ABB ;
	letter-spacing:2px ;
}

h3 {
	margin: 0 ;
	font-size: 12pt ;
	font-family: Arial, sans-serif ;
	font-weight: bold ;
	font-style: normal ;
	color: #000000 ;
}

h4 {
	margin: 0 ;
	font-size: 10pt ;
	font-family: Arial, sans-serif ;
	font-weight: bold ;
	font-style: normal ;
	color: #000000 ;
}
.box {

	width: 175px ;
	background-color: #FCF8B2 ;
	color: #000000 ;
	font-family: Arial, verdana, sans-serif ;
	font-size: 7pt ;
	padding: 5px ; 
	margin-left: 5px ;
	margin-bottom: 5px ; 
	margin-right: 0px ;
	margin-top: 0px ;
	border: 0px ;
	float: right ;

}