# directly included in template
#body {
#	background-image: url(images/bg.jpg);
#	background-repeat: repeat-y;
#	background-position: right;
#}


	html {
		background: #ffffff;
	}


	#container {
	  margin: 0 auto;
	  width: 600px;
	  text-align: left;
	}




	html, body, td, p, div
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		line-height: 1.3em;
		text-align: left;
	}

	b
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		line-height: 1.3em;
		text-align: left;
		font-weight: bold;
	}
	
	h1 {
		font-family: sans-serif;
		font-size: 16pt;
		text-align: left;
		font-weight: bold;
		line-height: 20pt;
		text-align: left; 
		color: #666666;
	}
	


	a:link {
		font-weight: bold;
		color: #000000;
	}
	
	a:visited {
		font-weight: bold;
		color: #000000;
	}
	
	a:active { 
		font-weight: bold;
		color: #ff6600;
	}
	
	a:hover {
		color: #006600;
		background-color: #ffffff;
	}


	
	.link_on_cccccc {
		display: inline;
		font-size: 9pt;
		text-align: center;
		line-height: 1.5em;
		width: 180px;		
	} 	

	a.link_on_cccccc:link {
		color: #666666;

	}
	
	a.link_on_cccccc:visited {
		color: #999999;
	}
	
	a.link_on_cccccc:active { 
		color: #666666;
	}
	
	a.link_on_cccccc:hover {
		color: #006600;
		background-color: #ffffff;
	}
	

