.mainArea	{	padding: 12px;
	
}

body,pre {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444;
	white-space: normal;
	text-align: left;
}

pre {
	white-space: pre;
}

td { 
	vertical-align: top;
}

td,th {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

th {
	font-weight: bold;
}
.leftMidColumn {
	border-right:1px #555 solid;
}

.rightMidColumn {
	border-left:1px #555 solid;
}

.topLevelMenuitem {
	border: 1px #CCC solid;
	padding:2px;
	font-size:10pt;
}

.topLevelMenuitem > .subMenuitem:first-child { border-bottom: 1px #000 solid; }

.subMenuitem {
	border: 0px;
	padding-left:16px;
	font-size:8pt;
}

.titleBar {
	background-color: #EEE;
	border-top:1px #FFFFFF solid;
	font-size:11pt;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px #AAA solid;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444;
	text-decoration: underline;
 }

.textTitle {
	font-size:10pt;
	font-weight: bold;
	font-style: italic;
	color: #222;
	text-align: left;
}

.disclaimer {
	font-size: 8pt;
}

.buttonLikeLink {
	border: 1px #bbb solid;
	padding: 4px;
	text-align: left;
	font-weight: bold
	text-decoration: none;
}

INPUT, TEXTAREA, SELECT	{	border: 1px #777 solid;
							background-color: #DDD;
							font-family: Arial, Helvetica, Verdana;
							font-size: 12px;
							color: #333;
}

.RADIO	{
	background-color: #FFF;
	border: 0px;
}

.disabled	{	color: #AAA;
}

.freeSamplesTable tr td {
	vertical-align: middle;
}

.freeSamplesTable tr td:first-child {
	vertical-align: middle; text-align: right;
}

.searchTable {
	background-color: #000;
	color: #000;
}

.searchTable tr td {
	background-color: #fff;
	font-size:10px;
}

.searchTable tr td select, .searchTable tr td input	{
	font-size:10px;
}

.searchTable tr th	{
	background-color: #BDD6D6;
	font-size:10px;
}

.left	{
	text-align: left;
}

.right	{
	text-align: right;
}

.center	{
	text-align: center;
}