body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #99CC33;
}

.m_sub {
	text-decoration: none; 
	color: #000;
}

p {
	color: #333333;
}

img.logo {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.list {
	background: url(top_list.jpg) repeat-x;
	height: 5px;
}

.main {
	background: url(main_bg.jpg) repeat;
	padding: 10px 0 0 0;
	min-height:8em; 
	height:auto;
}
	
	/* for Internet Explorer */
	/*\*/
	* html .main {
	height: 8em;
	}
	/**/


.m_item {

	margin: 7px;
	width: 100%;
	cursor:pointer;cursor:hand;
}

.m_item_link{
	margin: 0 7px; 
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	cursor:pointer;cursor:hand;
}

.m_item_link:hover {
	color: #99CC33;
	cursor:pointer;
}


#navlist
{
margin-left: 30px;
padding-left: 0;
list-style: none;
margin-top: 0px;
}

#navlist li
{
padding-left: 10px;
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}