/* CSS Document */
body { 
	background:   url("images/sechdr-bg.gif") top left repeat-x;
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}
* html body { 
	font-size: x-small; /* for IE5 */
	font-size: small; /* for other IE versions */
	}
a {
	color:#000000;
	}
a:hover{
	text-decoration:none;
	color: #900;
	}	
h2 {
	background:  url("images/sechdr-img.gif") top left no-repeat;
	height: 64px;
	margin-bottom: 3px;
	text-align:center;
	font-size: 130%;
	}

