<style type="text/css">
	/*************
	START OF DEMO CSS 
	**************/
	#ads{
		width:730px;
		margin-top:10px;	
	}

	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		background-color: #FFFFFF;
		text-align:center;
	}

	img{
		border:0px;
	}

	p{	
		margin-top:0px;
	}

	.clear{
		clear:both;
	}
	
	/* 
	END OF DEMO CSS
	*************************************/
	
	/* CSS for my first scrolling box */
	#scrollingContainer{
		width:170px;	/* 170 pixels in width */
		height:250px;	/* Height of box */
		
		border:1px solid #99FF33;	/* Light green border around box */
		background-color: #99FF33;	/* Light green background color */

		padding:2px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		margin-right:30px;	/* Right margin of 10 pixels */
		font-size:0.9em;	/* Smaller font size than the rest of the page */
		
		overflow:hidden;	/* Hide overflow content */
	}
	/* End css for my first scrolling box */
	
	
	/* CSS for my second scrolling box */
	#scrollingContainer2{
		width:100px;	/* Width of second box */
		height:200px;	/* Height of second box */
		
		border:1px solid #000;
		background-color: #0CC;

		padding:2px;	/* A little bit of space between border of box and text inside */
		float:right;	/* I want the text to wrap around the box */
		margin-left:20px;	/* Space at the left of the box */
		color:red;	/* red text color */		
	}

	#scrollingContent2{
		font-size:0.9em;
	}

    	.vash10blue {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	}
	
    	.vash12blue {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	}

	.vash12bluebld {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-weight: bold;
	}

    	.vash14blue {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	}

	.vash16red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16pt;
	}

    	.lightgrey {
	clear: both; color: #ECE9D8;
	}

body {
	margin-left: 40px;
	margin-right: 40px;
	background-color: #FFFFFF;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF6600;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000099;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000099; }
.style57 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #0000CC;
}
.style60 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0000CC;
}
.style61 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style63 {font-size: 18pt}
.style64 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; color: #0000CC; }
.style65 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; color: #FF0000; }
.style66 {color: #FF0000}
.style67 {color: #990000}
    </style>
