/* CSS Document */
html, body {
			margin: 5px;
			padding: 5px;
			}
			
h1 			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #7D0000;
			font-size: 25px;
			}
			
h2 			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
			font-size: 18px;
			}

h3			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			}
			
p 			{
			margin: 8px;
			font-family: Times New Roman, Times, serif;
			color: #000000;
			font-size: 15px;
			}		
			
a:link 		{
			color: #003399;
			text-decoration: underline;
			}
			
a:visited 	{
			color: #003399;
			text-decoration: underline;
			}
			
a:hover 	{
			color: #7d0000;
			text-decoration: underline;
			}
			
a:active 	{
			color: #003399;
			text-decoration: underline;
			}
			
.left
			{
			padding-left: 12px;
			text-align: left;
			float: left;
			}
			
.left2
			{
			margin-left: 5px;
			text-align: left;
			}
.right	
			{
			padding-right: 24px;
			text-align: right;
			float: right;
			}
			
.right2	
			{
			margin-right: 5px;
			text-align: right;
			}
			
.box       {
			width: 505px;
			background-color: #FFFFD9;
			border-style: solid;
			border-width: 2px;
			border-color: #333333;
			padding: 4px;
			}
			
	
.boxright 	{
			width: 455px;
			margin-right: 0px;
			margin-left: 4px;
			margin-top: 0px;
			margin-bottom: 4px;
			padding: 4px;
			background-color: #FFFFD9;
			border-color: #333333;
			border-style: solid;
			border-width: 2px;
			text-align: left;
			float: right;
			}

.boxright2  {
			width: 170px;
			margin-right: 0px;
			margin-left: 4px;
			margin-top: 0px;
			margin-bottom: 4px;
			padding: 4px;
			background-color: #FFFFD9;
			border-color: #333333;
			border-style: solid;
			border-width: 2px;
			text-align: left;
			float: right;
			}
			
	
.boxleft	{
			margin-right: 20px;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 20px;
			padding: 10px;
			background-color: #FFFFD9;
			border-color: #333333;
			border-style: solid;
			border-width: 2px;
			text-align: right;
			float: left;
			}
						
.center 	{
			text-align: center;
			}
			
.center2 	{
			margin-left: 50px;
			margin-right: 50px;
			text-align: center;
			}
			
.tableborder 	
			{
			padding: 1px;
			border-color: #282855;
			border-style: solid;
			border-left-width: 13px;
			border-top-width: 13px;
			border-bottom-width: 2px;
			border-right-width: 2px;
			}
			

.border 	{
			border-color: #333333;
			border-style: solid;
			border-width: 2px;
			float: left;
			text-align:right;
			}
			
.paragraph 	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 15px;
			}
			
