body			{
			 font-family: arial;
			 text-align: justify;
			 margin-top: 0;
			 margin-bottom: 0;
			 margin-left: 0;
			 margin-right: 0;
			 color: #000000;
			 background: #FFFFFF;
			}

.menu_background	{
			 background-image:url(\'images/Menu/menubackground.jpg\');
			 background-color:gray;
			}

.bmenu		{
			 font-family: arial;
			 font-size: 10pt;
			 color: #0000FF;
			 font-weight: 300;
			 text-align: center;
			 text-decoration: none;
			}

a.bmenu		{
			 font-family: arial;
			 font-size: 10pt;
			 color: #0000FF;
			 font-weight: 300;
			 text-align: center;
			 text-decoration: none;
			}

a.bmenu:hover	{
			 font-family: arial;
			 font-size: 10pt;
			 color: #00007A;
			 font-weight: 300;
			 text-align: center;
			 text-decoration: underline overline;
			}

.bodytext		{
			 font-family: arial;
			 font-size: 10pt;
			 color: #000000;
			 font-weight: 300;
			 text-align: justify;
			}

.tblframe		{
			 border-style: solid;
			 border-width: 1px;
			 border-color: #cccccc;
			}

.address_label	{
			 font-family: arial;
			 font-size: 9pt;
			 font-weight: bold;
			 color: #000000;
			 text-align: right;
			}

.address_left	{
			 font-family: arial;
			 font-size: 9pt;
			 color: #000000;
			 text-align: left;
			}

.address_right	{
			 font-family: arial;
			 font-size: 9pt;
			 color: #000000;
			 text-align: right;
			}

.main_link		{
			 font-family: arial;
			 font-size: 16pt;
			 color: #0000FF;
			 font-weight: 900;
			 text-align: left;
			 text-decoration: none;
			}

a.main_link		{
			 font-family: arial;
			 font-size: 16pt;
			 color: #0000FF;
			 font-weight: 900;
			 text-align: left;
			 text-decoration: none;
			}

a.main_link:hover	{
			 font-family: arial;
			 font-size: 16pt;
			 color: #00007A;
			 font-weight: 900;
			 text-align: left;
			 text-decoration: underline overline;
			}

.table_header	{
			 font-family: arial;
			 font-size: 16pt;
			 font-weight: bold;
			 color: #000000;
			 text-align: center;
			}

.table_label		{
			 font-family: arial;
			 font-size: 10pt;
			 font-weight: bold;
			 color: #000000;
			 text-align: right;
			}

.table_label1		{
			 font-family: arial;
			 font-size: 10pt;
			 color: #000000;
			 text-align: right;
			}


.table_data		{
			 font-family: arial;
			 font-size: 10pt;
			 color: #000000;
			 text-align: left;
			}

.contact_label	{
			 font-family: arial;
			 font-size: 9pt;
			 font-weight: bold;
			 color: #000000;
			 text-align: right;
			}

.contact_data		{
			 font-family: arial;
			 font-size: 9pt;
			 color: #000000;
			 text-align: left;
			}

.disclaimer		{
			 font-family: arial;
			 font-size: 8pt;
			 font-style: italic;
			 color: #000000;
			 text-align: center;
			}

.FloatWindow		{
			 z-index: 9999;
			 position: absolute;
			 top: -9999px;
			 left: -9999px;
			 display: none;
			 visibility: hidden;

			 width: 600px;
			 height: 350px;

			 background-color: lightyellow;
			 border: dashed 1px black;
			}

.recent_button		{
			 cursor : pointer;
			}

.recent_table		{
			 border-style: solid;
			 border-width: 1px;
			 border-color: #cccccc;
			 background-color: lightyellow;
			 cursor : pointer;
			}