  body {
	  color : #F8F8FF;
		background-color : #225588;
		font-family : Arial, Times New Roman;
	  font-size : 10pt;		
	}
	select.menu {
		background-color : #336699;	
		color : #F8F8FF;  
		font-size : 8pt;
	}
	h1 {
	  font-size : 16pt;	
		text-align : right;
	}
	p,td {
	  font-size : 10pt;
	}
	.small {
	  color : #99CCFF;
	  font-size : 8pt;
	}
	a:link {
	  color : #F8F8FF;
	}
	a:active {
	  color : #F8F8FF;
	}
	a:visited {
	  color : #F8F8FF;	
	}
	a:hover {
	  color : #99CCFF;	
	}
	a.MainMenu:link {
	  font-size : 10pt;
	  color : #F8F8FF;
		text-decoration : none;
	}
	a.MainMenu:active {
	  font-size : 10pt;	
	  color : #F8F8FF;
		text-decoration : none;		
	}
	a.MainMenu:visited {
	  font-size : 10pt;	
	  color : #F8F8FF;
		text-decoration : none;			
	}
	a.MainMenu:hover {
	  font-size : 10pt;	
	  color : #99CCFF;
		text-decoration : none;			
	}
	a.MainMenuA:link {
	  font-size : 10pt;
	  color : #99CCFF;
		text-decoration : none;
	}
	a.MainMenuA:active {
	  font-size : 10pt;	
	  color : #99CCFF;
		text-decoration : none;		
	}
	a.MainMenuA:visited {
	  font-size : 10pt;	
	  color : #99CCFF;
		text-decoration : none;			
	}
	a.MainMenuA:hover {
	  font-size : 10pt;	
	  color : #99CCFF;
		text-decoration : none;			
	}		
	ul {
	  font-size : 10pt;			
	}
	li {
	  font-size : 10pt;			
	}
	.CHomeTitle {
	  text-align : left;
		position:absolute;
		left : 250;
		top:0;
		width : 450px;
	}
	.CTopMenu {
	  text-align : center;
		padding : 0px 20px 10px 20px;
		font-size : 8pt;
	}
	.CHomeTopMenu {
	  position:absolute;
		left : 250;
		top:50;
		width : 350px;
		text-align : right;
		padding-right : 20px;
		font-size : 8pt;
	}
	
	.CHomeArea {
	  z-index : -1;
		position:absolute;
		left: 0;
		top:0;
		width:1000px;
		height:700px;
		border-right : 1px solid white;
		border-bottom : 1px solid white;		
		background-color : #336699;
		background-image : url('/images/top_bg.gif');
		background-repeat : no-repeat;
		background-position : top left;	
	}
	.CHomeBorder {
		position:absolute;
		left: 700;
		top:0;
		width:50px;
		height:700px;
/*		border-right : 1px solid white;*/
		background-image : url('/images/right_bg.gif');
		background-repeat : repeat-y;
		background-position : top left;	
	}
	
	.CHomeFooter {
		position:absolute;	
	  height : 100px;
	  width : 699px;
		top : 600;
		left : 0;
		border-top : 1px solid #225588;
		z-index : 1;
		padding : 20px;
		font-size : 8pt;
	}
	
	.CFooter {
	  width : 100%;
	  height : 100px;		
		border-top : 1px solid #225588;
		padding : 20px;
		font-size : 8pt;
	}	
	
	.CArea {
		background-color : #336699;	
	}
	.CContent {
	  width : 100%;
		height : 500px;
	  padding : 10px 20px 10px 20px;
		vertical-align : top;
		font-size : 10pt;
		text-align : justify;			
	}
	.CMainMenu {
	  padding : 10px;
		vertical-align : top;	
	  border-right : 1px solid #225588;
	}
	
	/* IMAGES */
	
	.CImageLeft {
	  margin-right : 20px;
		margin-bottom : 10px;
		border : 1px solid #f8f8ff;		
	}
	
	.CImageRight {
	  margin-left : 20px;
		margin-bottom : 10px;
		border : 1px solid #f8f8ff;								
	}		
	
	


