
	body {
		background: white;
		font-family : "verdana", sans-serif;;
		font-size: 14px;
		text-align: left;
		line-height: 19px;
		color: #37424D;
		margin: 0px;
		
		
		}
		
  a:link {
		color:#1B5DBB;
		text-decoration: none;
		border-bottom: 1px solid #45566E;
		font-size: 14px;
	}

		a:hover {
		color: #45566E;
		text-decoration: none;
		font-size: 14px;
		border-bottom:none;

	}

	a:active {
		color: white;
		text-decoration: none;
		font-size: 14px;

	}
	

	a:visited {
		color: #6666CC;
		text-decoration: none;
		font-size: 14px;

	}

	
				.layout {
		width: 70%;
		text-align: center;
		border-left: #576A85 solid 12px;
		border-right: #374D40 solid 12px;
		border-bottom: #333399 solid 0px;
		border-top: #333399 solid 0px;
		padding: 25px;
		background-color: white;

}

				.insidebox {
		width: 70%;
		text-align: left;
		border: #374D40 1px solid;
		padding: 20px;
		background: #F9FBFF;
				font-size:13px;
}







		