﻿body		{	font-family: arial , sans-serif;
			background: white;
			color: black;
			font-size: 12pt;
			}


h1		{	font-style: normal;
			font-size: 16pt;
			color: black;
			}

h2		{	font-style: normal;
			font-size: 14pt;
			color: black;
			text-align: center;
			}


a:link		{	color: black;
			text-decoration: underline;
			font-weight:bold;
			font-size:x-small
			
			}
	
a:hover		{	color: black;
			font-weight: bold;
			text-decoration: underline;
			font-size:x-small
			}

a:visited	{	color: black;
            font-weight:bold;
			text-decoration: underline;
			font-size:x-small
			}
			A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

P.small		{	font-size: 8pt;
			text-align: center;
			}

P.page1		{	font-size: 14pt;
			text-align: left;
			margin-left: 1.0in;
			}



h4		{	font-style: normal;
			font-size: 12pt;
			color: black;
			}

h4.margin1	{	
			}

h4.margin2	{	margin-left: 1.0in;
			}

table
{
	font-size: 1em;
}

table.header
{
	  background-color:#FF0000;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: Black;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#FF0000;
	width: 184px;
	font-family:Arial;
	font-weight:bold;
	vertical-align: top;
}
.Vbutton
{
    background-color:#41519A;
    color:White;
    font-family:Tahoma;
    font-weight:bold;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}
.tablestyle
{
    border-bottom:solid 1px Red;
    border-top:solid 1px Red;
    border-left:solid 1px Red;
    border-right:solid 1px Red;
    background-color:LightCyan;
    font-family:Tahoma;
    font-size:smaller
    }
    .title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }



