ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center; }
CAPTION         { text-align: center; }
body{
	background: #5E90AD url(images/bg_blueFade2.gif) top left repeat-x;
/*	background-color: #52AAD6;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold; 
	text-align: center;
	color: black;
/* 	color: #94cfef; */
/* 	color: #4B90E4; */
	line-height: normal; 
	padding: 0px;
	margin: 0px; 
}
.class2 a:active{ 
	color: yellow;
	font-weight: bold;
	background-color: transparent;
	font-weight:bold;
}
.class2 a:link{
	color: yellow;
	font-weight: bold;
	background-color: transparent;
	font-weight:bold;
}
.class2 a:visited{
	color: yellow;
	font-weight: bold;
	background-color: transparent;
	font-weight:bold;
}
.class2 a:hover{
	color: red; font-weight: bold; font-style: italic; background-color: white;
}
a:link{
	color: blue; background-color: transparent;
}
a:visited{
	color: blue; background-color: transparent;
}
a:active{ 
	color: blue; background-color: transparent;
}
a:hover{
	color: red; font-weight: bold; font-style:italic; background-color: white;
}
.input{
	width: 575px;
	height: 70px;
	padding: 15px;
	overflow: hidden;
	border: 2px solid #ffc924; 
	font-family:  Tahoma, verdana, arial,sans-serif; 
	font-size: 11px; 
	color: #003068; 
	text-decoration: none; 
	background-color: #E9EDF0;
	vertical-align: middle;
}
h1{
	font-size: 27px;
}
h2{
	font-size: 17px;
}
h3{
	font-size: 15px;
}
small{
	font-size: 11px;
	font-weight: bold; 
}
p{
	text-align: left; 
	text-indent: 30px;
	margin-top: 1em;
	margin-bottom: 1em;

}
p.g{
	text-align: left; 
	text-indent: 30px;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}
p.c{
	text-indent: 0;
	text-align: center; 
	margin-bottom: 0;
}
p.footer{
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
p.copy{
	text-align: center; 
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
p.disclaimer { 
	text-align: left; 
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	color: #999999; 
}
form {
	margin: 0px 0px 3px 0px;
}
form input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	padding: 3px;
}
#results {
}
#results div {
	width: 500px;
	text-align: left;	
	padding: 4px;
}
#results span {
	float: right;
	font-weight: bold;
	color: red;
}
#results a {
	color: blue;
	text-decoration: none;
}
#results a:hover{
	color: red; font-weight: bold; font-style:italic; background-color: white;
}
#results .clear {
	display: block;
	clear: both;
}
#results img {
	border: 0px solid #CCFFCC;
}
#demo
{
	padding:1px;
	margin:4px 0px;
	text-align: center;
}
.error
{
	color:maroon;
}
.domaintaken
{
	color:maroon;
}
.domainavailable
{
	color:green;
}
#whoistable, input, select
{
	font-size:0.85em;
	font-family:verdana,arial,helvetica;
}
#whoistable
{
	border-bottom:1px solid #D4D0C8;
}
#whoistable th
{
	text-align:center;
}
#whoistable a, #whoistable a:visited
{
	color:#000;
	text-decoration:none;
}
#whoistable a:hover
{
	color:#999;
	text-decoration:underline;
}
h1
{
	font-family: arial,helvetica,sans-serif;
	font-size: 1.8em;
/*	color: #7C765A;*/
	color: #B7D4EC;
}
h2
{
	font-family: arial,helvetica,sans-serif;
	font-size: 1.6em;
/*	color: #AEA991;*/	
	color: #ffc924;
}
.whoisform
{
	display: inline;	
}
