body	 			{
						margin: 0px;
						font-family: Tahoma;
						font-size: 12px;
					}
table				{		
						border-collapse: collapse;
						border-width:1px;
					}
td					{
						padding-left:5px;
						padding-right:5px;
					}
input				{
						font-family: Tahoma;
						font-size: 11px;
					}
textarea		{	
						font-family: Tahoma;
						font-size: 11px;
						width:150px;
					}
select			{
						font-family: Tahoma;
						font-size: 13px;
						height: 16px;
						width:150px;
					}
table.withborders{
						border-collapse: seperate;
						border-width:1px;
						border-color:black;
						border-spacing:0px;
						padding:0px;
						border-style: solid;
					}
input.text		{
						height: 16px;
						width:150px;
					}
input.button	{
						height: 20px;
					}
td.vspacer		{
						height: 10px;
					}
a:link				{ 
						color: #000000;
						text-decoration: underline;
					}
a:visited		{ 
						color: #000000;
						text-decoration: underline;
					}
a:hover			{ 
						color: #000000;
						text-decoration: none;
					}
a:active			{ 
						color: #000000;
						text-decoration: none;
					}
.bold_20		{
						font-size: 20px;
						font-weight: 600;
					}

span					{
						text-align:justify
					}
.err				{
						color:red;
						font-size:10px;
					}