*
	{
	margin   : 0;
	padding  : 0;
	/*border   : 0;*/
	}

img
	{
	border : 0 ;
	}

a:link              
	{ 
	color           : #666666 ;
	text-decoration: none ;
	}
a:visited
	{
	color           : #666666 ;
	text-decoration: none;
	}
a:hover
	{
	color           : #222222 ;
	text-decoration: none;
	}
a:active
	{
	color           : #222222 ;
	text-decoration: none;
	}

body
	{
	margin-top : 20px ;
	width : 800px ;
	background-color : #eeeeee ;
	background-image : url(images/bg2.gif) ;
	background-repeat : repeat-y ;
	font-size : 10pt ;
	color : #333333 ;
	}


.logo
	{
	float : left ;
	padding-left : 50px ;
	}

.title
	{
	float : right ;
	padding-right : 5px ;
	padding-top : 5px ;
	}


.menu1
	{
	padding-top : 10px ;
	padding-bottom : 10px ;
	color : #222222 ;
	float : right ;
	font-size : 10pt ;
	margin-right : 5px ;
	}

.menu2
	{
	clear : both ;
	text-align : center ;
	padding-left : 50px ;
	}

.contents
	{
	clear : both ;
	padding-left : 50px ;
	line-height : 16pt ;
	}

h1
	{
	color : #ffffff ;
	padding-left : 30px ;
	background-color : #888888 ;
	font-weight : normal ;
	line-height : 30pt ;
	}

h2
	{
	text-align : right ;
	color : #555555 ;
	padding-left : 30px ;
	font-size : 9pt ;
	font-weight : normal ;
/*	line-height : 8pt ;*/
	}

.footer_box           
	{
	width : 766px ;
	color           : #666666 ;
	text-align      : right;
	clear           : both;
	font-size     : 10pt ;
	}

