
body {
	background-color: #CCFFFF; 
	color:#000000; 
	font-size:12px; 
	line-height:15px;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	margin-left:1cm;
	margin-right:1cm; 
	}
h1 {
	color:#FFFFFF; 
	background-color:#FF0000;
	font-size:24px;
	line-height: 26px; 
	font-weight:normal; 
	}
h2 {
	color:#FF0000; 
	font-size:18px; 
	font-weight:normal; 
	}
h3 {
	color:#FF0000; 
	font-size:16px; 
	font-style:italic; 
	}
h6 {
	font-size:10px;  
	font-weight:normal
	}
p {color:#000000}

td, th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	}

a:link {
	color:#660066; 
	text-decoration: none;
	}
a:visited {
	color:#660000; 
	text-decoration: none;  
	}
a:hover {
	color: white; 
	background: green;
	}
a:active {
	color:blue; 
	text-decoration: none; 
	}
.breadcrumbs {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size:10px;
	color:#333333;
	}
	
.table {margin-left:0.10cm;  margin-right:0cm;}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
	border-style: ridge;
	}	
/* Divs */
	
#listblock ol {
	color:#000000; 
	font-size: 12px; 
	line-height: 15px;
	margin-left:1cm;
	margin-right:1cm; 
	}

#submenu {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenu li{
	font-size:10px;
	line-height:14px
}
#submenu li a{
	color: #CC0066 ;
	text-decoration: none;
}
#submenu li a:hover{
	color: #330033;
	text-decoration:none;
	background: none;
}

