/*=================
 BRUGES AF A9 main
===================*/
@media screen {
	body {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		color: #505050;
		background: #FFFFFF;
		margin: 15px;
		}
	a:link {
		color: #008080;
		text-decoration: none;
		}     /* unvisited link */
	a:visited {
		color: #008080;
		text-decoration: none;
		}  /* visited link */
	a:hover {
		color: #000000;
		text-decoration: none;
   		font-weight: bold;
		}   /* mouse over link */
	a:active {
		color: #008080;
		text-decoration: none;
		}   /* selected link */}
	table.header {
		width: 100%;
		padding: 10px;
		margin-top: 15;
		}
	table.main {
		width: 100%;
		padding: 10px;
		border-width: 0px;
		margin-top: 20;
        }
    table.table {
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #666666;
		width: 100%;
		padding: 10px;
		border-width: 0px;
		background: #FFFFFF;
		padding: 4;
    	}
    td.table1 {
   		font-weight: bold;
		text-align: left;
		width: 160;
		vertical-align: top;
		padding-left: 10px;
		background: #E6E6E6;
		white-space: nowrap;	
		}
    td.table2 {
		text-align: left;
		vertical-align: top;
		padding-left: 10px;
		background: #E6E6E6;		
		}		
	td.header {
		font-family: verdana, arial, sans-serif;
		font-size: 18px;
		color: #666666;
		text-align: left;
		width: 100%;
		height=12;
		font-weight: bold;
		white-space: nowrap; 
		border-color: #C0C0C0;
		border-width:1px;
		border-style:solid;
		vertical-align: top;
		padding-left: 10px;
		}
	td.main {
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #444444;
		text-align: left;
		width: 100%;
		vertical-align: top;
		padding-left: 10px;
		}
	}