﻿body{
	font-family: Arial;
	font-size: 12px;
	color: #591f00;
}

a:visited, a:link, a:active, a:hover{
	font-family: Arial;
	font-size:12px;
	color: #591f00;
}

a:hover{
	text-decoration:none;
}

.main {
	font-family: Arial;
	font-size: 14px;
	line-height: 120%;
	color: #333;
	padding-left: 0px;
	margin: 20px;
}

li.main
{
	list-style-type: disc;
	margin-left: 36px;
}

a.lnkcompanyimage
{
	display: block;
	/* margin-left: 24px; */
	margin-bottom: 12px;
}
a.lnkcompanytext
{
	/* margin-left: 24px; */
}

td.sample_textbg
{
	background-image: url(../images/m2.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
td.sample_textbg p
{
	font-size: 16px;
	padding: 24px;
	line-height: 140%;
}

td.sample_textbg a
{
	font-size: 16px;
	color: #FF8A00;
}

table.registerTable
{
	width: 440px;
}
table.registerTable td
{
	padding: 8px;
	white-space: nowrap;
}
table.registerTable td input
{
	width: 210px;
	border: 1px solid #591F00;
	padding: 2px;	
}

table.registerTable td input.url
{
	width: 170px;	
}

span.buttoncode
{
	background-color: #FFFEF2;
	border: 1px dashed #000000;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	padding: 12px;
}
