@media screen {

body
    {
	background-color: #B4D5F2;
	text-align: center;
	margin-top: 5px;
	padding-top: 0px;
	font-family: Arial,Arial Rounded MT Bold,Verdana,Sans-Serif;
	font-size: 10pt;
    }
    
table
    {
         background-color:#B4D5F2;
         font-family:Arial,Arial Rounded MT Bold,Verdana,Sans-Serif;
         font-size:10pt;
         text-align:left;
    }   
    
#maintable
    {
	border: 0px solid #000105;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
    }
    
h1
    {
	color: #2B3B60;
	font-size: x-large;
	font-family: noticia-text;
	font-style: normal;
	font-weight: 700;
    } 
    
h2
    {
	color: #000000;
	font-size: large;
	font-family: Comic Sans MS, Arial;
    }        

a:link, a:visited, a:active ,a:hover
	{
	color: #2B3B60;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
		text-decoration:underline;
	}
.imgr
{
}
h4
{
	color: #2B3B60;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
h5 strong
{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
p
{
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
}






}
@media print {

body
	{
		font-family: "Times New Roman","Times Roman",serif;
		font-size: 12pt;
		margin: 0%;
		background-color: white;
		color: black;
		width:600px;
	}


table
	{
		font-family: "Times New Roman","Times Roman",serif;
		font-size: 12pt;
		background-color: white;
		color: black;
	}

a
	{
		color:#000000;
	}


h1
	{
		font-size: 14pt;
		font-weight: bold;
		font-family: Monotype Corsiva, Mistral, Lucida Handwriting, serif;
	}

}

.imgr
{
	float: right;
	border: 5px double #0A1A34;
	border-radius: 34px;
}

img
{
	border-radius: 23px;
}
