/* Style written by Scott Tylor, Click Creative, for AUS fund web site */

body
		{
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #202020;
		}
		
.topPanel
		{
		background-image: url(../img/topPanel.png);
		background-repeat: no-repeat;
		height: 143px;
		width: 100%;
		}
		
.topContent
		{
		text-align: right;
		vertical-align: top;
		padding-right: 0px;
		padding-bottom: 9px;
		color: #FFFFFF;
		}
		
.searchBtn
		{
		width: 172px;
		vertical-align: top;
		}
		
.bodySection
		{
		width: 100%;
		height: 426px;
		background-image: url(../img/midPanel.gif);
		background-repeat: no-repeat;
		}
		
.infoText
		{
		text-align: justify;
		vertical-align: top;
		padding-top: 70px;
		}
		
.stepsPanel
		{
		text-align: left;
		vertical-align: top;
		padding-top: 94px;
		}
		
.bottomPanel
		{
		height: 92px;
		background-image: url(../img/bottomTile.gif);
		background-repeat: repeat-x;
		}
		
h1
		{
		color: #3365b5;
		font-size: 12px;
		font-weight: bold;
		}
			
h2
		{
		color: #3365b5;
		font-size: 11px;
		font-weight: bold;
		}

a
		{
		text-decoration: none;
		}

a:link
		{
		color: #3365b5;
		}
		
a:visited
		{
		color: #3365b5;
		}
		
a:active
		{
		color: #3365b5;
		}
		
a:hover
		{
		color: #a6c81f;
		}		


.topContent a:link
		{
		color: #FFFFFF;
		}
		
.topContent a:visited
		{
		color: #FFFFFF;
		}
		
.topContent a:active
		{
		color: #FFFFFF;
		}
		
.topContent a:hover
		{
		color: #3365b5;
		}
		
