/*External Style Sheet*/

body 
	{
	background-color:#ffffff;
	color:black;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-size:10pt;
	font-family:verdana,sans-serif;
	}
h1
	{
	font-family:arial;
	font-size:20pt;
	}

h2
	{
	font-family:arial;
	font-size:18pt;
	}
h3
	{
	font-family:arial;
	font-size:14pt;
	text-align:center;
	}
h4
	{
	font-family:arial;
	font-size:12pt;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
td.center
	{
	text-align:center;
	}	
strong	{
	font-weight:600;
	font-family:verdana;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
table
	{
	border-style:none;
	width:650px;
	}
img
	{
	border-style:none;
	}
hr
	{
	width:100%;
	size:1pt;
	color:#243E90;
	align:center;
	}
em
	{
	font: italic;
	}

a:alink
	{
	text-decoration: none;
	color:#243E90;
	}

a:vlink
	{
	text-decoration: none;
	color:#243E90;
	}
a
	{
	color:#243E90;
	font-family:verdana;
	text-decoration: none;
	font-weight:normal;
	}
a:hover
	{
	color:#243E90;
	text-decoration: underline;
	}
