<style type="text/css">{ }

BODY
	{
	color: black;
	background-color: yellow;
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	}

.FontLarge
	{
	font-size: 10pt;
	text-align: left;
	}

.FontMedium
	{
	font-size: 9pt;
	text-align: left;
	}

.FontSmall
	{
	font-size: 8pt;
	text-align: left;
	}
	
table.TableBody
	{
    background: yellow;
    }
	
table.TableMenu
	{
    background: red;
    }

table.TableSubmenu
	{
    background: red;
    } 

div.BoxA {
	border: black;
	border-style: solid;
	border-width: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width:100%;
    background: #FF9900;
	}

a:link
	{color: blue;
	}

a.menu:link
	{color: black;
	background-color: red;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.menu-actual:link
	{color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.menu-heading:link
	{color: yellow;
	background-color: red;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.submenu:link
	{color: black;
	background-color: red;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	}

a.submenu-actual:link
	{color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	}

a:visited
	{color: purple;
	}

a.menu:visited
	{color: black;
	background-color: red;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.menu-actual:visited
	{color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.menu-heading:visited
	{color: black;
	background-color: red;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.submenu:visited
	{color: black;
	background-color: red;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	}

a.submenu-actual:visited
	{color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	}

a.menu:hover
	{color: #FFFF80;
	background-color: red;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.menu-actual:hover
	{color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.menu-heading:hover
	{color: yellow;
	background-color: red;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}

a.submenu:hover
	{color: #FFFF80;
	background-color: red;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	}

a.submenu-actual:hover
	{color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	}

a:active
	{color: red;
	}

</style>