
	a:hover {
		color: #809DD5;
	}

	.attorneys {
		color: #C8E1EA;
		font-size: 14px;
		font-variant: small-caps;
		font-family: ms sans serif;
		font-weight: bold;
		letter-spacing: 2px;
		filter: DropShadow(color=#292E37, OffX=3, OffY=3, Positive=1);
	}

	#attorneysLink a:link {
		color: #C8E1EA;
		text-decoration: none;
	}

	#attorneysLink a:visited {
		color: #C8E1EA;
		text-decoration: none;
	}

	#attorneysLink a:hover {
		color: #D8F4FF;
		text-decoration: none;
	}

	.attTitle {
		font-variant: small-caps;
		font-family: Times New Roman;
		text-indent: 20;
		font-weight: bold;
		font-size: 20px;
	}


	.headerText {
		font-family: arial;
		font-size: 11px;
		color: #95959E;
	}

	.copyright {
		font-family: arial;
		font-size: 11px;
		color: #ADADB4;
	}

	.text {
		font-family: arial;
		font-size: 13px;
		line-height: 150%;
		text-align: justify;
	}

	.disclaimer {
		font-family: arial;
		font-size: 13px;
		line-height: 150%;
		text-align: justify;
		color: #ADADB4;
	}

	.smallText {
		font-family: arial;
		font-size: 11px;
	}

	.largeText {
		font-family: arial;
		font-size: 18px;
		font-weight: bold;
		text-indent: 20;
	}

	#attContact a:link {
		color: #ADADB4;
		text-decoration: none;
	}

	#attContact a:visited {
		color: #ADADB4;
		text-decoration: none;
	}

	#attContact a:hover {
		color: #E9E993;
		text-decoration: underline;
	}

	#hdrLink a:link {
		text-decoration: none
	}

	#hdrLink a:visited {
		text-decoration: none
	}


	.button,.redbutton {
		border-left: 1px solid #484F5C;
		border-right: 1px solid #0F151F;
		border-top: 1px solid #7A7F88;
		border-bottom: 1px solid #0A0E15;
		background-color: #182131;
		font-family: arial;
		font-size: 11px;
		color: #22DC45;
		font-weight: bold;
	}

	.redbutton {
		color: red;
	}

	.field {
		border-left: 1px solid #01060F;
		border-right: 1px solid #373C47;
		border-top: 1px solid #01040A;
		border-bottom: 1px solid #6D7179;
		background-color: #020917;
		font-family: arial;
		color: white;
	}
	
