body	{
			margin-top:20px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
p		{
			color:#000000;
			font-size:9pt;
			line-height:13pt;
			margin-bottom:10px;
			margin-top:0px;
		}
		
.copyright
	{
		font-size: 7pt;
		margin-top: 5px;
		color: #7a7a7a;
	}

		
h2		{
		
			font-weight:bold;
			font-size:10pt;
			letter-spacing:0.01em;
			line-height:120%;
			margin-bottom:0px;
			margin-top:0px;
			color:#3964AF;
		}
		
h3		{
		
			font-weight:normal;
			font-size:10pt;
			letter-spacing:0.01em;
			line-height:120%;
			margin:0 0 5px 0;
			color:#3964AF;
		}		

a.header	{
			
			font-weight:bold;
			font-size:10pt;
			letter-spacing:0.01em;
			line-height:120%;
			margin-bottom:0px;
			margin-top:0px;
			color:#3964AF;
			}
a.header:link	{
				text-decoration:none;
				}
a.header:visited	{
				text-decoration:none;
				}				
a.header:hover	{
				text-decoration:underline;
				}

a.inline	{
			color:#3964AF;
			}
a.inline:link	{
				text-decoration:none;
				}
a.inline:visited	{
				text-decoration:none;
				}				
a.inline:hover	{
				text-decoration:underline;
				}				

		
		
.logobg	{
			background-image: url("../images/row1background.jpg");
			background-position: top left;
			background-repeat:no-repeat;
			}
			
.innovbg	{
			background-image: url("../images/row2background.jpg");
			background-position: top left;
			background-repeat:no-repeat;
			}
			
.bodybg	{
			background-image: url("../images/row3background.jpg");
			background-position: top left;
			background-repeat:no-repeat;
			}
			
.envelope	{
				border-color:#3964AF;
				border-style:solid;
				border-width:1px;
			}
			
.whitetext	{
			color:#FFFFFF;
			text-align:center;
			}

ul			{
			font-family: Arial;
			font-size:9pt;
			line-height:13pt;
			margin-bottom:10px;
			margin-top:0px;
			}

li			{
			margin-top:5px;
			font-weight:bold;
			}
			
hr					{	border: 0;
						color: #3964AF;
						background-color: #3964AF;
						height: 1px;
						width: 350px;

					}