	body { 
		margin-top: 0px; 
		margin-left: 0px;
		background:url(images/page-bg.jpg);
	}
	
	div.master{
		background:url(images/master-bg.jpg) repeat-y center top;
	}
	
	H1{ 
		font-family: Verdana; 
		color: #1083C6; 
		font-size : 16pt; 
		margin-top: 0px; 
		margin-bottom: 0px;
		font-weight:normal;
	}
	
	H2, H2 a, H2 a:hover{ 
		font-family: Verdana; 
		color: #e20000; 
		font-size : 14px; 
		text-decoration:none;
	}
	
	H3{ 
		font-family: Verdana; 
		color: #727272; 
		font-size : 14pt; 
	}
		
	H4{ 
		font-family: Verdana; 
		color: #727272; 
		font-size : 12pt; 
	}
	
	p { 
		font-family: Verdana; 
		color: #727272; 
		font-size : 10pt;
		text-align:justify;
	}
	
	table { 
		font-family: Verdana; 
		color: #727272; 
		font-size : 10pt; 
		text-align:justify;
	}
	
	li { 
		font-family: Verdana; 
		color: #727272; 
		font-size : 10pt;
		margin-bottom:10px;
	}
	
	ul {
		list-style-type: disc; 
		list-style-image: url(../images/bullet.jpg);
	}

    a:link, a:visited {
		color: #FFFFFF;
	}
	
    a:hover, a:active { 
		color : #e20000; 
	}
	
	

    img { 
		border-color : #000000; 
	}
    
    .forminput{
		border: 1px solid #051784
	}
	
	strong{
		font-weight:bold;
	}
	
	hr  {
		border: 0;
		height: 1px;
		color: #064b90;
		width:95%;
		background-color: #064b90;
		margin-bottom:7px;
	}
	
	td.footer{
		padding:5px 0px 0px 0px;
		font-size:14px;
		color:#ffffff;
	}
	
	td.footer a{
		/*display:block;*/
		margin: 10px 20px 0px 0px;
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.picspace{
		margin: 0px 10px 10px 0px
	}
	
	table.rightCol a{
		color:#064b90;
	}
	
	table.rightCol p.info{
		text-align:left;
	}
	
	table.rightCol p.more{
		text-align:right;
		margin-right:100px;
	}
	td.lightGrad{
		background:url(images/grad.jpg) no-repeat left top;
	}
	td.darkGrad{
		background:url(images/grad2.jpg) no-repeat left top #ececec;
	}