@CHARSET "ISO-8859-1";

@import url(css/box_top.css);
@import url(css/home.css);

body
{
	font-family: Trebuchet MS;
	text-align: center;
	margin: 0px;
}

b
{
	font-size: 14px;
	font-weight: bold;
	color: #a0bbdf;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}

#INDX_main
{
	width: 1200px;
	position: relative;
	text-align: center;
	border: 0px solid #000000;
	margin: 5px;
}

#INDX_main_content
{
	position: relative;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
}

#INDX_home
{
	position: relative;
	text-align: center;
}

#INDX_main_top
{
	position: relative;
	text-align: center;
	width: 1200px;
	height: 150px;
}

#INDX_footer
{
	clear: both;
	position: relative;
	width: 1200px;
	height: 29px;
	background-image: url(img/INDX_footer.png);
}

#INDX_footer_left
{
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	padding-top: 11px;
	padding-left: 5px;
}

#INDX_footer_right
{
	position: relative;
	float: left;
	width: 790px;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	padding-top: 11px;
	padding-right: 5px;
}

a
{
	font-size: 14px;
    font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

a:hover
{
	font-size: 14px;
    font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.INDX_smallnav
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
    cursor: pointer;
}

a.INDX_smallnav:hover
{
	font-size: 12px;
	color: yellow;
	text-decoration: underline;
    cursor: pointer;
}
