	body { 
		margin: 0px;
		background:#dedede;
	}
	
	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{ 
		font-family: Verdana; 
		color: black; 
		font-size : 16pt; 
	}
	
	H3{ 
		font-family: Verdana; 
		color: black; 
		font-size : 14pt; 
	}
		
	H4{ 
		font-family: Verdana; 
		color: black; 
		font-size : 12pt; 
	}
	
	p { 
		font-family: Verdana; 
		color: black; 
		font-size : 10pt; 
	}
	
	table { 
		font-family: Verdana; 
		color: black; 
		font-size : 10pt; 
	}
	
	li { 
		font-family: Verdana; 
		color: black; 
		font-size : 10pt; 
	}
	
	ul {
		list-style-type: disc; 
		list-style-image: url(../images/bullet.jpg);
	}

    a:link, a:visited { 
		color : #5d8915; 
	}
	
    a:hover, a:active { 
		color : #000000; 
	}

    img { 
		border-color : #000000; 
	}
    
    .forminput{
		border: 1px solid #c0c0c0
	}
	
	strong{
		font-weight:bold;
	}
	
	hr  {
		border: 0;
		height: 1px;
		color: #ffffff;
		width:95%;
		background-color: #ffffff;
		margin-bottom:7px;
	}
	
	td.content{
		background:#fff;
		vertical-align:top;
		padding:10px;
	}
	
	td.footer{
		color:#ffffff;
		background:#323232;
		text-align:center;
	}
	
	td.footer a{
		color:#FFFFFF;
	}