
p.paragon{
				font-family: Helvetica, sans-serif;
				font-size: .75rem;
				line-height: 1.5em;
				margin-left: 6px;
}


h2.paragon{		color: #002a4b;
				font-size: 1.5rem;
				font-family: Helvetica, sans-serif;
                line-height: 1.2em;
				margin-left: 6px;
}


h3.paragon{		font-family: Helvetica, sans-serif;
				font-size: 1.25rem;
				color: #666769;
				margin-left: 6px;
                line-height: 1.2em;
}

ul.paragon{		font-family: Helvetica, sans-serif;
				font-size: .75rem;
				list-style: disc;
				line-height: 1.4em;
				margin: 6px 6px;
}

a.fett {
			font-family: Helvetica, sans-serif;
			font-size: 1.25rem;
			font-weight: bold;
}

a.paragon	{ 	color: blue; 
				text-decoration: underline;
				font: Helvetica, sans-serif;
	
}

a.paragon:active 	{ 	color: red; 
}

a.paragon:visited	{ 	color: blue; 
}

a.paragon:hover  	{ 	color: red; 
				text-decoration: none;
				}
.paragonpicture {
					width: 100%;
					height: auto;
					margin: 2px auto;
					align: top;
					margin-top: 0px;
				}
				
#text {
padding: 0px 12px 12px 14px;
}

p.middle {
text-align: center;
}
					
					
.backwardsbutton {
				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #003366) );
				background:-moz-linear-gradient( center top, #0066cc 5%, #003366 100% );
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066cc', endColorstr='#003366');
				background-color:#0066cc;
				-webkit-border-top-left-radius:5px;
				-moz-border-radius-topleft:5px;
				border-top-left-radius:5px;
				-webkit-border-top-right-radius:5px;
				-moz-border-radius-topright:5px;
				border-top-right-radius:5px;
				-webkit-border-bottom-right-radius:5px;
				-moz-border-radius-bottomright:5px;
				border-bottom-right-radius:5px;
				-webkit-border-bottom-left-radius:5px;
				-moz-border-radius-bottomleft:5px;
				border-bottom-left-radius:5px;
				text-indent:0;
				border:1px solid #a1a1a1;
				display:inline-block;
				color:#fff;
				font-family: Helvetica, sans-serif;
				font-size:16px;
				font-style:normal;
				height:28px;
				line-height:28px;
				width:144px;
				text-decoration:none;
				text-align:center;
}
.backwardsbutton:hover {
				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #0066cc) );
				background:-moz-linear-gradient( center top, #003366 5%, #0066cc 100% );
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#0066cc');
				background-color:#003366;
				-moz-box-shadow: 2px 2px 5px 2px #c4c4c4;
				-webkit-box-shadow: 2px 2px 5px 2px #c4c4c4;
				box-shadow: 2px 2px 5px 2px #c4c4c4;
				color: #fff;
				text-decoration:none;
				text-align:center;
	
}

.backwardsbutton:active {
				position:relative;
				top:1px;	
				}	
									
