/*
Insurance Compact CASCADING STYLE SHEET
Created by: Judy Ladewig
Created on: August 4, 2006
File Name : Insurance Compact
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	background-image:url(images/page_background.jpg);
	background-repeat: repeat-x;
}

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;
}
.style1 {
	font-size: xx-small
	}
.style2 {
	font-size: x-small;
	font-weight: bold;
}
.style3 {font-size: x-small
}

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

a:hover {
	text-decoration: underline;
}

a.footer_link {
color:ffffff;
text-decoration:none;
}

a.footer_link:hover {
color:ffffff;
text-decoration:underline; 
}

a.footer_link:visited {
color:ffffff;
text-decoration: none; 
}
