/*
NAIC CASCADING STYLE SHEET
Created by: Judy Ladewig
Created on: February 16, 2005
File Name : naic.org
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

td {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

H1 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

H2 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2f2d80;
}

.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}