/* Auxiliary and Business Services Master Styles */


/* General */

/* For initial indention of the left margin. */
DIV#AuxBus .indent1 {
	margin-left: 1cm
}

/*Indent left and right margin 1cm. */
DIV#AuxBus .indentLR1 {
	margin-left: 1cm;
	margin-right: 1cm
}

DIV#AuxBus paraIndent {
	text-indent: 25px
}


/* Lists */

DIV#AuxBus ol.lalpha {list-style-type: lower-alpha}
DIV#AuxBus ol.ualpha {list-style-type: upper-alpha}
DIV#AuxBus ol.decimal {list-style-type: decimal}


/* Headers */

DIV#AuxBus H1 {
	font-size: 1.75em;
/*	color: #b31f36; */
	color: #a10022
	text-align: center;
}

DIV#AuxBus H2 {
	font-size: 130%;
	color: #b31f36;
	text-align: center;
}

DIV#AuxBus H3 {
	font-size: 120%;
	color: #b31f36;
}


/* Links */

DIV#AuxBus A:link {
	text-decoration: none;
	color:#0000FF
}

DIV#AuxBus A:visited {
	text-decoration: none;
	color:#00008B
}

DIV#AuxBus A:active {
	text-decoration: none;
	color: darkblue
}

DIV#AuxBus A:hover {
	text-decoration: underline;
/*	color: firebrick */
	color: #a10022
}


/* Tables */

DIV#AuxBus table {
	table-layout: automatic
}


/* Test Links */

DIV#AuxBusNV A:link {
	text-decoration: none
}

DIV#AuxBusNV A:visited {
	text-decoration: none
}

DIV#AuxBusNV A:active {
	text-decoration: none;
	color: darkblue
}

DIV#AuxBusNV A:hover {
	text-decoration: underline;
	color: firebrick
}

/* Tables */

DIV#AuxBusNV table {
	table-layout: automatic
}


/* Test setup for larger font on mouseover */

/* For initial indention of the left margin. */
DIV#AuxBusMouseover .indent1 {
	margin-left: 1cm
}

/*Indent left and right margin 1cm. */
DIV#AuxBusMouseover .indentLR1 {
	margin-left: 1cm;
	margin-right: 1cm
}


/* Lists */

DIV#AuxBusMouseover ol.lalpha {list-style-type: lower-alpha}
DIV#AuxBusMouseover ol.ualpha {list-style-type: upper-alpha}
DIV#AuxBusMouseover ol.decimal {list-style-type: decimal}


/* Headers */

DIV#AuxBusMouseover H1 {
	font-size: 1.75em;
	color: #b31f36;
	text-align: center;
}

DIV#AuxBusMouseover H2 {
	font-size: 1.3em;
	color: #b31f36;
	text-align: center;
}

DIV#AuxBusMouseover H3 {
	font-size: 1.2em;
	color: #004e98;
}


/* Links */

DIV#AuxBusMouseover A:link {
	text-decoration: none;
	color:#0000FF
}

DIV#AuxBusMouseover A:visited {
	text-decoration: none;
	color:#0000FF
}

DIV#AuxBusMouseover A:active {
	text-decoration: none;
	color: darkblue
}

DIV#AuxBusMouseover A:hover {
	text-decoration: underline;
	color: firebrick
}

/*
DIV#AuxBusMouseover .big:link {
	text-decoration: none;
	color:#0000FF
}

DIV#AuxBusMouseover .big:visited {
	text-decoration: none;
	color:#0000FF
}

DIV#AuxBusMouseover .big:active {
	text-decoration: none;
	color: darkblue
}

DIV#AuxBusMouseover .big:hover {
	text-decoration: underline;
	color: firebrick;
	font-size: 1.2em
}
*/


/* Tables */

DIV#AuxBusMouseover table {
	table-layout: automatic
}
