﻿body 
{
	font-size: 10pt;
	font-family: Lucida Sans;
	color: #000000;
	background: #FFFFFF;
}

form
{
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}

input
{
	margin-bottom: 5px;
}

a
{   
    font-size: 10pt;
	font-weight: bold;
	color: #89a739;
	font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.white
{   
    font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
    cursor: pointer;
}
.white:hover
{
    font-size: 10pt;
	font-weight: bold;
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#site_container
{
	margin-top: 25px;
	margin-left:25px;
	width: 700px;
}

#footer
{
	clear: both; 
	width:500px; 
	margin-top:20px; 
	margin-left:5px;
	float:left;
}

.Button
{
	font-size: 10pt;
	color: #ffffff;
    height: 29px;
	width: 76px;
	background: #8fba1a;
	border: 0px;
	cursor: pointer;
	font-family: Lucida Sans;
	font-weight:bolder;
}

.Button:HOVER
{
    text-decoration: underline;
}

.DomainResult
{
	font-size: 14pt;
	font-weight: bold;
    padding-top:5px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left:5px;
    cursor: pointer;
}

.DomainResult:hover
{
	font-size: 14pt;
	font-weight: bold;

	color: #FFFFFF;
	background: #8fba1a;
}

.DomainResultBlend
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
}

.Textbox
{
	font-size: 14pt;
	font-family: Lucida Sans;
	font-weight: bold;
	color: #222222;
}

