/*General*/
a:hover, a:link, a:visited, img
	{	
	color:					white;
	border:					0pt;
	}
	
a:hover
	{
	color:					#9A9A93;
	text-decoration:		none;				
	}
	
	a:link
	{
	color:	  				FFFFFF;
	text-decoration:		none;				
	}
	
BODY, TD
	{
	font-family:			verdana;
	font-size:				10pt;
	text-align:             left; 
	}
	
H1, H2, H3, H4, H5
	{
	margin-bottom:			4px;
	margin-top:				0px;
	}

H1
	{
	color:					#7881A0;
	font-size:				12pt;
	text-align:				right;
	padding-left:	        5pt;
	padding-right:			5pt;
	text-align:				right;
	}

H2
	{	
	color:					#7881A0;
	font-size:             	9pt;
	text-align:            	right; 
	}
	
H3
	{	
	color:					#7881A0;
	font-size:             	9pt;
	text-align:            	right; 
	}
	

	
/*Content area*/
.content_area
	{	
	background-image: 		url('images/content.gif');
	background-repeat:		no-repeat;
	background-position:	right bottom;	
	height:					342px;
	padding-right:			15px;
	vertical-align:			top;
	text-align:				justify;
	width:					436px;
	}
.content_area TD
	{
	padding-left:			10px;
	text-align:				justify;
	}
	
/*Menu 1*/
.menu_1
    {
	background-image:   	url('images/menu1.gif');
	background-repeat:     	no-repeat;
    background-position:   	centre;
    cellpadding :           2px;
	height:                	21px;
   	padding-left:			4pt;
	padding-right:			4pt;
	width:                 	702px;
	}

.menu_1 a:hover, .menu_1 a:link, .menu_1 a:visited
	{	
	border:					0pt;
	color:					white;
	font-weight:         	bold;
	font-size:              9pt;
	padding-right:          3px; 
	text-decoration:		none;
	}
	
/*Menu 2*/
.menu2
   {
   	background-image:       url('images/menu2.gif');
   	background-repeat:      no-repeat;
   	background-position:    left top;
   	height:                 342px;
  	padding-left:	     	10px;		
	width:                  266px;        
	}