/*	----======----
'	Affordable Life Insurance Style Sheet
'	Created by Lynn Perkins 08.2003
'	For www.affordablelifeusa.com
'	Description: These are the classes that are used with the Affordable Life Insurance website
'	Title, Headings, Fields, Links, Background, 
'	----======----
*/ -->
/*TAG STYLES*/
body, td {
	font-size: 8pt;
	color: #000000;
	font-family:  arial, sans-serif, verdana;
	text-decoration: none;
}
form, select {
	font-size: 8pt;
	color: #000000;
	font-family:  arial, sans-serif, verdana;
	text-decoration: none;
}

h1 { font-size: 13pt; color: #CC0000; font-weight: bold; }
h2 { font-size: 11pt; color: #000080; font-weight: bold; }
h3 { font-size: 12pt; color: #CC0000; font-weight: bold; }
h4 { font-size: 10pt; color: #CC0000; font-weight: bold; }
h5 { font-size: 8pt; color: #000080; font-weight: bold}

a:link, a:visited, a:active {
	color: #cc0000;
    text-decoration: none
}
a:hover {
	color: #000080!important;
    text-decoration: underline
}

input, textarea {
	font-size: 8pt;
	color: black;
	font-family:  verdana, arial, sans-serif;
	width:3in
}


/*STANDARD STYLES*/
.outerTable, .innerTable {
	border-width: 1px; 
	border-color: #999999; 
	border-style: solid;
}
.bdrleft {
	border-left-width: 1px; 
	border-left-color: #999999; 
	border-left-style: solid;
}
.bdrbtm {
	border-bottom-width: 1px; 
	border-bottom-color: #999999; 
	border-bottom-style: solid;
}
.footer, .footerLink {
    font-size: 8pt;
	color: white!important;
    text-decoration: none
}
.urgent {
    font-size: 9pt!important;
	color: #CC0000!important;
    font-weight: bold
}
.listLink {
	color: #000000!important;
    padding-left:20px;
}