/*			DEFAULTS			*/

body {
	background-color: #efeff1;
	background-image: url(../inv_images/inv_pageBackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
}

a:link {
	color: #005A8F;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #005A8F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #005A8F;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #005A8F;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../inv_images/bullet.jpg);
}

ol {
	margin-top: 0px;
	text-align: left;
}

li {
	margin-top: 0px;
	text-align: left;
}

table { margin: auto; }



/*			CLASS SPECIFIC			*/

.bodyTitle {
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-align: left;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.bodyTitle a:link {
	color: #005A8F;
	text-decoration: none;
}
.bodyTitle a:visited {
	color: #005A8F;
	text-decoration: none;
}
.bodyTitle a:hover {
	color: #005A8F;
	text-decoration: underline;
}
.bodyTitle a:active {
	color: #005A8F;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	line-height: normal;
	color: #777777;
	text-align: center;
	vertical-align: top;
}
.footer a:link {
	color: #005A8F;
	text-decoration: none;
}
.footer a:visited {
	color: #005A8F;
	text-decoration: none;
}
.footer a:hover {
	color: #005A8F;
	text-decoration: underline;
}
.footer a:active {
	color: #005A8F;
	text-decoration: none;
}
.formBoxes {
	line-height: normal;
	color: #777777;
	text-align: left;
	vertical-align: middle;
}

select {
    width: 200px;
}

.formButtons {
	line-height: normal;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.formText {
	line-height: normal;
	font-weight: bold;
	color: #666666;
	text-align: right;
	vertical-align: middle;
}
.formTextCenter {
	line-height: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.formTextLeft {
	line-height: normal;
	color: #666666;
	text-align: left;
	vertical-align: middle;
}
.formTextRequired {
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-align: center;
	vertical-align: middle;
}
.formTextRequiredSmall {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #005A8F;
	text-align: left;
	vertical-align: middle;
}
.formTextSmall {
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-align: left;
	vertical-align: middle;
}
.header {
	padding: 0;
	margin: 0;
}
.homePrintText {
	display: none;
}
.navHeader {
    background-color: #000;
    width: 284px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 0 0 0 500px;
    margin: auto;
}
.navHeader a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navHeader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navHeader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navHeader a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.pageTitle {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #555555;
	text-align: center;
	vertical-align: top;
	padding: 0px 0 0;
}
.printLogo {
	display: none;
}
.sectionTitle {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}
.sectionTitle2 {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	text-align: left;
	margin: 0px 20px 0 25px;
	vertical-align: top;
}

.table_smalltext {
	border-collapse: collapse;
}

.table_smalltext td {
	font-size: 10px;
}

.table_smalltext p {
	font-size: 10px;
}
