body {}
p	{ font-size: 17px;
		font-family: Times New Roman, Times, Georgia;
		text-align: justify;
		text-indent: 20px;
		margin: 0px 15px 0px 15px;
	}

p+p {margin: 0px 15px 0px 15px;
		}
	
p	a	{	color: blue;
		text-decoration: none;
		}

p	a:hover	{	color: #006600;
		text-decoration: underline;
		}
		
p	a:visited	{ color: #660000;
		}
	
td	{ font-size: 14px;
		font-family: Times New Roman, Times, Georgia;
	}
		
dl	{	font-size: 14px;
			font-family: Times New Roman, Times, Georgia;
			line-height: 20px;
		}

dl	a	{	margin-left: 15px;
				color: eeeeee;
				text-decoration: none;
		}

dl	a:hover	{	color: #888888;
							text-decoration: underline;
		}
		
dl	a:visited	{ color: #bbbbbb;
		}
		
h2	{	font-size: 30px;
			line-height: 40px;
			font-family: Arial, Helvetica, Sans;
			font-weight: bold;
			margin-top: 15px;
		}
		
h3	{ font-size: 20px;
			line-height: 18px;
			font-family: Arial, Helvetica, Sans;
			margin-right: 15px;
			margin-left: 15px;
			margin-top: 12px;
			margin-bottom: 10px;	
		}

h4	{	line-height: 15px;
			font-size: 17px;
			font-family: Arial, Helvetica, Sans;
			margin-right: 15px;
			margin-left: 15px;
		}

h5	{	color: #480101;
			line-height: 15px;
			font-size: 14px;
			font-family: Arial, Helvetica, Sans;
			margin-top: 8px;
		}
			
h5	a	{	color: #480101;
				text-decoration: none;
		}

h5	a:hover	{	color: #888888;
							text-decoration: underline;
		}
		
h5	a:visited	{ color: #444444;
		}
			
sup	{	font-weight: bold;
			font-size: 10px;;
		}
