/* CSS Document */

.cell_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}
a.menu:link 
		{
	text-align: center;
	text-decoration:none;
	border-top-style: none;
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	}

a.menu:visited
		{
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
		}	

a.menu:hover
		{
	color: #CC0000;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	width: 188px;
	float: left;
	height: 15px;
		}

a.menu:active
		{
			color: #FFFFFF;
			text-decoration:none;
		}



html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }


   #wrapper {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
   }



td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

a:link 
	{color: rgb(39,21,154);}
a:visited
	{color: rgb(56,134,21);}
a:hover
	{color: rgb(21,103,243);}
a:active
	{color: rgb(181,21,165);}
body {
	background-color: #FFFFFF;
	background-image: url(../tiles/top_tile1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.skegnet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.text_bold {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000}
.text_bold_white {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #FFFFFF;}
.text_white {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; }

#main {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1FFE3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1FFE3;
	background-image: url(../tiles/table_tile2.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td.form
		{
			font-family: arial;
			font-size: 10pt;
			text-align: justify;
			color: rgb(00,00,00);
											
		}
		
.form_cell 

		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.cell_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #666666;
	background-color: #000080;
}
.cell_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #666666;
	background-color: #CCFFCC;
}

.cell_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #666666;
	background-color: #FFFF00;
}