	div { border: 0px solid blue; }
	
	
	body {
		background: #FFFFFF url(../images/backgroundTiled.gif) repeat-y top left; 
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 70%; 	
		line-height: 15px; 
		margin: 0px;
		padding: 0px;
		text-align: left;	
	}
	
	body * {
		font-size: 1em;
		font-family: verdana, arial, helvetica, sans-serif; 
	}
	
	table {
		font-size: 100%;
	}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			general styles
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
	h1, .header1 {
		color: #800454; 
		font-size: 140%; 
		font-weight : bold;
	}
	
	h2, .header2 {
		color: #800454; 
		font-size: 120%; 
		font-weight : bold; 
	}
	
	h3, .header3 {
		color: #800454; 
		font-size: 100%; 
		font-weight : bold;
	}
	
	h4, .header4 {
		color: #000000; 
		font-size: 100%; 
		font-weight : bold;
	}
	
	ul {
		list-style-type: disc; 
	}
	
	ol {
		list-style-type: lower-roman; 
	}
	
	.textSmall {
		color: #000000; 
		font-size: 90%;  
	}
	
	.requiredStar {
		color: #000000; 
		font-size: 100%; 
		font-weight: bold; 
	}
	
	hr {
		 background-color: #CCCCCC; 
		 border: 0; 
		 color: #CCCCCC; 
		 height: 1px; 
		 margin-bottom: 15px; 
	}
	
	/* Standard Link */
	a, a:visited {
		text-decoration: none;
		color: #6666CC;
	}
	
	a:hover, a:active, a:visited:hover {
		text-decoration: none;
		color: #800454;
	}
	/*end*/
	
	/* Footer Link */	
	a.linkFooter, a.linkFooter:visited {
		text-decoration: none;
		color: #9AAAB4;
		font-size: 10px;
	}	
	
	a.linkFooter:hover, a.linkFooter:visited:hover {
		text-decoration: underline;
		color: #9AAAB4;
	}
	/*end*/

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			Page Styles
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	#page {
		background: url(../images/background.gif) no-repeat top left; 
		border: 0px solid #000000; 
		margin: 0; 
		padding: 0; 
	}
	
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			Navigation Style
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	#nav {
		background: #B3B3B3 /*url(../images/navArrows.gif) no-repeat top left; */;
		height: 41px; 
		margin: 0px; 
		padding: 0px; 
		text-align: right; 
		width: 767px;
	}
