@charset "utf-8";
body {
	z-index: auto;
	margin: 0px;
	clear: both;
	font-family: Tahoma;
}
body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main {
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
}

#line {
	clear: both;
	height: 2px;
}
#top {
	height: 69px;
	width: 1000px;
	margin: 0px;
}


#menu {
	clear: both;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#checkDomain {
	height: 150px;
	width: 245px;
	border: 1px solid #F5B924;
}
#headCheckDomain {
	width: 233px;
	margin-top: 5px;
	margin-left: 6px;
}



#footer {
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 1000px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}

a.menu:link {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.menu:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
a.menu:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a.menu:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a.textcontent_blue:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #1490B2;
	text-decoration: none;
}
a.textcontent_blue:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #1490B2;
	text-decoration: none;
}
a.textcontent_blue:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #D2191F;
	text-decoration: underline;
}
a.textcontent_blue:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

