body         
	{
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 9px;
	color: #5F5D4D; 
	font-family: arial; 
	background-color: #C0C498; 
	margin: 2px;
	padding: 2px
	}
	
	.c
	{
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 12px;
	color: #5F5D4D; 
	font-family: arial; 
	padding: 2px; 
	border-color: #C0C498;
	border-width: 0pt;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-style: dashed;
	}

A:link, A:active, A:visited     
	{text-decoration:none;
	font-weight: bold; 
	color: #563636;}
	
	b   
	{text-decoration:none;
	font-weight: bold; 
	color: #563636;}
A:hover     
	{font weight: bold;
	text-decoration:none;
	color: #C0C498; 
	background-color: #1A5C59;
        .c
	{
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 12px;
	color: #C0C498; 
	font-family: arial; 
	padding: 2px; 
	border-color: #1A5C59;
	border-width: 0pt;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-style: dashed;
	};
	background-color: #1A5C59;
	cursor: default
	}

.head
	{
	font-size: 11pt;
	font-family: tahoma; 
	font-weight: bold;
	text-transform: uppercase; 
	color: #563636;
	padding: 2px; 
	border-color: #563636;
	border-width: 0pt;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	}

table 
	{font: 10pt arial;}

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #1A5C59 !important;
	color: #C0C498;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}