Body
	{background-color: #FFFFFF}

A:link
	{text-decoration: none;
	 color: #000080;
	 font-weight: 700}
A:visited
	{text-decoration: none;
	 color: #000080;
	 font-weight: 700}
A:active
	{text-decoration: none;
	 color: #000080;
	 font-weight: 700}
A:hover
	{color: #FF80FF;
	 font-weight: 700}
A:focus
	{color: #FF80FF;
	 font-weight: 700}


A.LightLink:link
	{text-decoration: none;
	 color: #FF80FF;
	 font-weight: 700}
A.LightLink:visited
	{text-decoration: none;
	 color: #FF80FF;
	 font-weight: 700}
A.LightLink:active
	{text-decoration: none;
	 color: #FF80FF;
	 font-weight: 700}
A.LightLink:hover
	{color: #FFFF3C;
	 font-weight: 700}
A.LightLink:focus
	{color: #FFFF3C;
	 font-weight: 700}


A.DarkLink:link
	{text-decoration: none;
	 color: #000080;
	 font-weight: 700}
A.DarkLink:visited
	{text-decoration: none;
	 color: #000080;
	 font-weight: 700}
A.DarkLink:active
	{text-decoration: none;
	 color: #000080;
	 font-weight: 700}
A.DarkLink:hover
	{color: #FF80FF;
	 font-weight: 700}
A.DarkLink:focus
	{color: #FF80FF;
	 font-weight: 700}


UL 
	{list-style-type: disc; list-style-position: outside}
UL UL
	{list-style-type: square; list-style-position: outside}
UL UL UL
	{list-style-type: circle; list-style-position: outside}
UL UL UL UL
	{list-style-type: square; list-style-position: outside}
UL UL UL UL UL
	{list-style-type: disc; list-style-position: outside}
UL UL UL UL UL UL
	{list-style-type: square; list-style-position: outside}
UL UL UL UL UL UL UL
	{list-style-type: circle; list-style-position: outside}
UL UL UL UL UL UL UL UL
	{list-style-type: square; list-style-position: outside}
UL UL UL UL UL UL UL UL UL
	{list-style-type: disc; list-style-position: outside}


OL
	{list-style-type: decimal; list-style-position: outside}
OL OL
	{list-style-type: lower-alpha; list-style-position: outside}
OL OL OL
	{list-style-type: lower-roman; list-style-position: outside}
OL OL OL OL
	{list-style-type: decimal; list-style-position: outside}
OL OL OL OL OL
	{list-style-type: lower-alpha; list-style-position: outside}
OL OL OL OL OL OL
	{list-style-type: lower-roman; list-style-position: outside}
OL OL OL OL OL OL OL
	{list-style-type: decimal; list-style-position: outside}
OL OL OL OL OL OL OL OL
	{list-style-type: lower-alpha; list-style-position: outside}
OL OL OL OL OL OL OL OL OL
	{list-style-type: lower-roman; list-style-position: outside}




/* -=-=-=-=-=-=-=-=-=-=-  ROOT MENUS  -=-=-=-=-=-=-=-=-=-=- */

.PageHeader
	{text-align: center;
	 font-family: Arial;
	 font-size: 1.2em;
	 margin-bottom: 10px}

.VendorBox
	{border-color: #550000;
	 background-color: #FFFFFF;
	 border-width: 4px;
	 border-style: solid;
	 margin-bottom: 20px}

.VendorBox-TitleRow
	{width: 450px;
	 text-align: center;
	 background-color: #550000;
	 color: #FFFFFF;
	 font-weight: 700}

.VendorBox-DataRow
	{color: #000000;
	 padding-top: 0px;
	 padding-bottom: 10px;
	 padding-left: 10px;
	 padding-right: 10px}

.ProgramBox
	{width: 100%;
	 margin-top: 15px}

.ProgramBox-MainRow-Icon
	{height: 33px;
	 width: 33px;
	 margin-right: 7px;
	 margin-top: 3px}

.ProgramBox-MainRow-TextBox
	{font-family: Arial;
	 font-weight: 700;
	 font-size: 1em;
	 color: #000000;
	 padding-left: 7px;
	 width: 100%}

.ProgramBox-SubMenu
	{margin-left: 30px}

.ProgramBox-SubMenu-Icon
	{height: 20px;
	 width: 20px;
	 margin-bottom: -2px;
	 margin-top: 1px;
	 margin-right: 5px}

.ProgramBox-SubMenu-TextBox
	{font-family: Arial;
	 font-weight: 700;
	 font-size: .8em;
	 color: #000000;
	 width: 100%;
	 padding-left: 5px}

.ProgramBox-SubSubMenu
	{margin-left: 30px}

.ProgramBox-SubSubMenu-Icon
	{height: 20px;
	 width: 20px;
	 margin-bottom: -2px;
	 margin-top: 1px;
	 margin-right: 5px}

.ProgramBox-SubSubMenu-TextBox
	{font-family: Arial;
	 font-weight: 400;
	 font-size: .8em;
	 color: #000000;
	 width: 100%;
	 padding-left: 5px;
	 font-style: italic}
