* 		{ 
		font-family:		Verdana, Arial, sans-serif;
		font-size:		10px;
		font-weight:		normal;
		}

pre, code	{ font-family:		courier, monospace; }
		
b		{ font-weight:		bold; }

a		{ 
		color:			#668592;
		font-weight:		bold;
		text-decoration:	none;
		}

table		{ 
		margin-top:		10px;
		color:			#333333;
		background-color:	#dddddd;
		width:			100%;
		}

tr		{ background-color:	#eeeeee; }

td		{
		font-size:		12px;
		padding:		4px;
		}

td.fixed	{ 
		width:			80px;
		text-align:		center;
		}

a:link	{ color: 		#668592; }
a:visited	{ color: 		#666666; }
a:active	{ color: 		#856692; }
a:hover	{ color: 		#cc2222; }

hr		{
		margin:			5px;
		background-color:	#aaaaaa;
		}

img 		{ border: 		0px; }

body		{
		margin:			0px;
		background-color:	#F9FCFF;
		}

#page		{
		margin:			0px;
		background-color:	#F9FCFF;
		}

#head		{
		height:			112px;
		margin:			0px;
		padding-left:		0px;
		background-color:	#F9FCFF;
		border-top:		solid #aaaaaa 1px;
		border-bottom:		solid #aaaaaa 1px;
		}

#head h1	{
		color:			#c0c0c0; 
		font-size:		20px;
		font-weight:		bold;
		}

#navigation	{
		position:		absolute;
		top:			120px;
		left:			0px;
		width:			180px;
		padding:		0px 10px 10px 10px;
		
		}

#navigation h3	{
		margin:			10px 10px 10px 0px;
		padding:		2px 0px 2px 0px;
		color:			#ffffff;
		background-color:	#6B6BFF;
		border-top:		solid #ffffff 1px;
		border-bottom:		solid #aaaaaa 1px;
		font-size:		13px;
		font-weight:		normal;
		letter-spacing:		1px;
		text-align:		left;
		}

#navigation a	{
		display:		block;
		margin-left:	20px;
		font-size:		13px;
		}

#content	{
		position:			relative;
		min-height:		700px;
		margin:			0px 10px 10px 205px;
		padding:			0px 20px 15px 25px;
		border-left:		1px solid #aaaaaa;
		border-right:		1px solid #aaaaaa;
		}

#content p	{
		margin-left:		5px;
		color:			#333333;
		font-size:		13pt;
		font-weight:		normal;
		line-height:		15pt;
		text-align:		justify;
		}
		
		
#content b	{ 
		font-size:		13pt;
		font-weight:	bold;
		line-height:	15pt;
		}
			


		
#content a	{ 
		font-size:		13pt;
		font-weight:	normal;
		color:			red;
		text-decoration:	underline;

		line-height:	15pt;
		}
		
		
#content li	{ 
		font-size:		12pt;
		font-weight:	normal;
		line-height:	13pt;
		}

		
		
#content i	{ 
		font-size:		13pt;
		font-weight:		italic;
		line-height:		15pt;
		}

				
#content h1	{
		padding:		0px 30px 10px 30px;
		color:			#00000F;
		border-bottom:		1px solid #aaaaaa;
		font-size:		24px;
		font-weight:		bold;
		line-height:		18pt;
		}

#content h2	{
		
		padding:		0px 30px 10px 30px;
		color:			#000000;
		border-bottom:		1px solid #aaaaaa;
		font-size:		18px;
		font-weight:		bold;
		line-height:		18pt;
		}

		
#content h3	{
		color:			#666666;
		font-size:		15px;
		font-weight:		bold;
		}

#content h4	{
		color:			#666666;
		font-size:		13px;
		font-weight:		normal;
		text-decoration:	underline;
		}


	
#footer 	{
		position:			relative;
		margin:			10px;
		padding:			0px;
		color:			#777777;
		background-color:	#eeeeee;
		border-top:		solid #aaaaaa 1px;
		border-bottom:	solid #aaaaaa 1px;
		}

#footer p	{
		font-size:		8px;
		font-weight:	normal;
		text-align:		center;
		}
