/* CSS Document - unicarestateplan.com */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDD8CE;
}


/* CSS for headings */

h1 {
	font-size: 24px;
	color: #F28411;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 18px;
	color: #F28411;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	color: #F28411;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 14px;
	color: #3F6075;
	font-weight: bold;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-size: 12px;
	color: #3F6075;
	font-weight: bold;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* CSS for links at bottom of each page */

.bottomLinks {
	font-size: 11px;
	font-weight: normal;
	color: #8C8984;
}


/* CSS for other font colors */

.red12 {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.red12Bold {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.red12BoldItalic {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

.red12Italic {
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}

.red14Bold {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.blue12 {
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
}

.blue12Bold {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.blue12BoldItalic {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

.black12Bold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.black14Bold {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.black10Bold {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


/* CSS for links */

a:link {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #F28411;
}
a:visited {
	color: #0000FF;
}


/* links at bottom of each page */

a.gray:link {
	color: #8C8984;
	text-decoration: none;
}
a.gray:active {
	color: #8C8984;
	text-decoration: none;
}
a.gray:hover {
	color: #F28411;
	text-decoration: none;
}
a.gray:visited {
	color: #8C8984;
	text-decoration: none;
}

/* white links in boxes on home page */

a.white:link {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}
a.white:hover {
	color: #F28411;
}
a.white:visited {
	color: #FFFFFF;
}


/* CSS for lists */

li.white {
	color: #FFFFFF;
}