@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body 	{
		background-color:#4e4e4e;
		}

h1
		{
		font-family:Georgia, Times New Roman, Times, serif;
		font-size: 24px;
		line-height: 30px;
		margin-left: 10px;
		color: #000000;
		}

h2	
		{
		font-family:Georgia, Times New Roman, Times, serif;
		font-style:italic;
		font-size: 12px;
		line-height: 16px;
		margin-left: 10px;
		color: #000000;		
		}

h3	
		{
		font-family:Georgia, Times New Roman, Times, serif;
		font-style:italic;		
		font-size: 12px;
		line-height: 14px;
		margin-left: 10px;
		color:#999;
		}

.txt	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: bold;
		line-height:24px;
		text-align:left;
		color: #000000;		
		}