td.navigation
	{
		height: auto;
		vertical-align: top;
	}

/* Defining menu items # Begin */
/* Menu_1 defines */
td#menu_1
	{
		width: 100%;
		color: #FFFFFF;
	}

td#menu_1 div
	{
		width: 90%;
	}

td#menu_1 a
	{
		color: #cccccc;
		text-decoration: none;
	}

td#menu_1 a:hover
	{
		text-decoration: underline;
	}

/* Menu_1, Level 1, Normal state (NS) */
td#menu_1 div.menu1-level1-ns
	{
		font-size: 12px;
		margin-top: 5px;
		margin-left: 5px;
		height: 20px;
		padding-top: 3px;
		padding-left: 20px;
		background-image: url(../images/btn_ns.jpg);
		background-repeat: no-repeat;
	}
/* Menu_1, Level 1, Normal state (AS) */
td#menu_1 div.menu1-level1-as
	{
		font-size: 12px;
		font-weight: bold;
		margin-top: 5px;
		margin-left: 5px;
		height: 20px;
		padding-top: 3px;
		padding-left: 20px;
		background-image: url(../images/btn_as.jpg);
		background-repeat: no-repeat;
	}
td#menu_1 div.menu1-level1-as a
	{
		color: #F4F4F4;
	}
/* Menu_1, Level 2, Normal state (NS) */
td#menu_1 div.menu1-level2-ns
	{
		font-size: 12px;
		padding-left: 20px;
	}
/* Menu_1, Level 2, Active state (AS) */
td#menu_1 div.menu1-level2-as
	{
		font-size: 12px;
		font-weight: bold;
		padding-left: 20px;
	}

td#menu_1 div.menu1-level2-ns a, td#menu_1 div.menu1-level2-as a
	{
		color: #ffff00;
		text-decoration: none;
	}

td#menu_1 div.menu1-level2-ns a:hover, td#menu_1 div.menu1-level2-as a:hover
	{
		color: #ffff99;
		text-decoration: underline;
	}

/* Menu_1, Level 3, Normal state (NS) */
td#menu_1 div.menu1-level3-ns
	{
		font-size: 12px;
		padding-left: 30px;
	}
/* Menu_1, Level 3, Active state (AS) */
td#menu_1 div.menu1-level3-as
	{
		font-size: 12px;
		font-weight: bold;
		padding-left: 30px;
	}

td#menu_1 div.menu1-level3-ns a, td#menu_1 div.menu1-level3-as a
	{
		color: #ffff00;
		text-decoration: none;
	}

td#menu_1 div.menu1-level3-ns a:hover, td#menu_1 div.menu1-level3-as a:hover
	{
		color: #ffff99;
		text-decoration: underline;
	}

/* Menu_1, Level 4, Normal state (NS) */
td#menu_1 div.menu1-level4-ns
	{
		font-size: 12px;
		padding-left: 40px;
	}
/* Menu_1, Level 4, Active state (AS) */
td#menu_1 div.menu1-level4-as
	{
		font-size: 12px;
		font-weight: bold;
		padding-left: 40px;
	}

td#menu_1 div.menu1-level4-ns a, td#menu_1 div.menu1-level4-as a
	{
		color: #ffff00;
		text-decoration: none;
	}

td#menu_1 div.menu1-level4-ns a:hover, td#menu_1 div.menu1-level4-as a:hover
	{
		color: #ffff99;
		text-decoration: underline;
	}

/* Menu_1, Level 5, Normal state (NS) */
td#menu_1 div.menu1-level5-ns
	{
		font-size: 12px;
		padding-left: 50px;
	}
/* Menu_1, Level 5, Active state (AS) */
td#menu_1 div.menu1-level5-as
	{
		font-size: 12px;
		font-weight: bold;
		padding-left: 50px;
	}

td#menu_1 div.menu1-level5-ns a, td#menu_1 div.menu1-level5-as a
	{
		color: #ffff00;
		text-decoration: none;
	}

td#menu_1 div.menu1-level5-ns a:hover, td#menu_1 div.menu1-level5-as a:hover
	{
		color: #ffff99;
		text-decoration: underline;
	}

/* Defining menu items # End */

td.content
	{
		/*width: 85%;*/
		vertical-align: top;
		padding: 5px 25px 5px 5px;
	}

body
	{
		text-align: left;
		font-family: verdana;
		font-size: 10pt;
		color: #eeeeee;
		background: #000055 url('../images/bg.jpg') no-repeat bottom right;
		background-attachment: fixed;
		margin: 0 0 0 0;
	}

td
	{
		text-align: left;
		font-family: verdana;
		font-size: 10pt;
		color: #FFFFFF;
	}


p					{ color: #ffffff; }
h1				{ color: #ffffff; }
a:link		{ color: #ffff00; text-decoration: none; }
a:hover		{ color: #ffff99; text-decoration: underline; }