@charset "utf-8";
/******************************************************/
/* CSS Document                                       */
/* Styles for the Vought Benefits site                */
/* "Excel - Benefits for Vought Employees" located at */
/* http://benefits.voughtaircraft.com                 */
/******************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #006699;
	text-decoration: underline;	
}

a:hover {
	color: #993333;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #006699;
}

h2 {
	font-size: 16px;
	color: #006699;
	line-height: 18px;
}
.siteMapfix {
	line-height: normal;
}


h3 {
	font-size: 13px;
	color: #993333;
	font-style: italic;
}

h4 {
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

.definition {
	font-size: 13px;
	font-weight: bold;
	color: #993333;
	font-style: italic;
	text-decoration: none;
}

.copybold {
	font-size: 12px;
	font-weight: bold;
}

.copyboldwhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.fineprint {
	font-size: 10px;
	color: #9F9F9F;
}

.indent {
	width: 550px;
	margin-left: 20px;
}

/******************************************************/
/* FAQ styles                                         */

#navFAQ ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navFAQ ul li {
	margin: 0 0 .2em 0;
}

#navFAQ a {
	padding: .2em .8em;
	font-weight: bold;
}

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}

#FAQ ol ol li {
	list-style-type: upper-alpha
}
.getstarted {
	line-height: 22px;
}
.bluetext {
	color: #006699;
}
.tabletextSIP {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
