	/*  Work around IE/Win code size bug */

* html code	{
	font-size : 105%; 
	}


	/*  Typography */

h1 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 0;
	margin: 0;
	}

h2 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding: 0;
	margin: 0;
	}

h3 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #980000;
	padding: 0;
	margin: 0;
	}

h4 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	}

h5 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

h6 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000000; 
	font-style: normal
	}

p 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 1;
	margin: 0;
	}

	/* General linkology */
	
a:link, a:visited {
	text-decoration : underline;
	color: #003399;
	text-decoration : underline;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #990000;
	background: transparent; 
	}

a:active {
	text-decoration: underline;
	color: #003366;
	background: transparent;  
	}

hr 	{
	color: #000000;
	background-color: #000000;
	width: 100%;
}

table {
	background-color: #FFFFFF;
}
