

body		{
			margin:			20px 20px 20px 20px;
			font-size:		13px;
			font-weight:	normal;
			font-family:	Georgia, serif;
			color:			#000;
			background:		#FFF;
			}

pre			{font-family:	Courier, monospace;}

strong, b	{font-weight:	bold;}

h1, h2, h3, h4, h5, h6
			{
			font-family:	Arial, Helvetica, sans-serif;
			font-weight:	bold;
			font-style:		normal;
			}

h1			{font-size:	24px;}
h2			{font-size: 20px;}
h3			{font-size: 16px;}
h4			{font-size: 12px;}
h5			{font-size: 10px;}
h6			{font-size:  8px;}



a:link		{
			font-weight:		bold;
			text-decoration:	underline;
			color:				#00F;
			}

a:visited	{
			font-weight:		bold;
			text-decoration:	underline;
			color:				#82C;
			}

a:hover		{
			font-weight:		bold;
			text-decoration:	underline;
			color:				#F00;
			}

a:active	{
			font-weight:		bold;
			text-decoration:	underline;
			color:				#FFF;
			background:			#F00;
			}




#head		{
			text-align:	center;
			color:		#000;
			padding:	0	10px	15x		10px;
			}

#path		{
			font-family:	Arial, Helvetica, sans-serif;
			font-weight:	bold;
			font-size:		11px;
			color:		#000;
			padding:	0	10px	15x		10px;
			}

#nav		{
			margin-top:	25px;

			position:	absolute;


			width:		25%;
			margin-left:	20px;
			left:		0;
			color:		#000;
			padding:	0	10px	15x		10px;

			font-family:	Arial, Helvetica, sans-serif;
			font-weight:		bold;
			font-size:		12px;
			}

#content	{
			margin-top:		25px;
			margin-left:	25%;
			padding:		0	1.5em;
			}


#foot		{
			text-align:	center;
			color:		#000;
			padding:	0	10px	15x		10px;
			font-family:	Arial, Helvetica, sans-serif;
			font-size:		12px;
			}

