@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0px;
	background-color:#9aac40;
}

#tblOuter
{
	width:1000px;
	background-color:#FFFFFF;
}

#tdUpper
{
	height:115px;
}

#dvblack
{
	background-color:#2d2d2d;
	width:268px;
	height:10px;
}

#dvlogo
{
	background-image:url(../images/inner/logo.jpg);	
	width:176px;
	left:82px;
	top:8px;
	position:relative;
	float:left;	
	height:46px;
}

#dvDevider
{
	background-image:url(../images/inner/divider-long.jpg);
	float:right;
	width:1px;
	height:61px;
}

.mnuTxt
{
	font-size:15px;
	color:#000000;
	font-family:Arial;
	text-decoration:none;
	font-weight:700;
	
}

a:hover
{
	font-size:15px;
	color:#8eab01;
	font-family:Arial;
	text-decoration:none;
}


.mnuTxtSelect
{
	font-size:15px;
	color:#8eab01;
	font-family:Arial;
	text-decoration:none;
	font-weight:700;
}

#txtSmall
{
	font-size:10px;
	color:#999999;
	font-family:Arial;
	text-decoration:none;
}

.txtSmallSelect
{
	font-size:10px;
	color:#000000;
	font-family:Arial;
	text-decoration:none;
}

#txtSmall a:hover
{
	font-size:10px;
	color:#000000;
	font-family:Arial;
	text-decoration:none;
}

.txtHeading
{
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;
}

.txtContent
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}

#txtContent a:hover
{
	color:#0099FF;
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}
