﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}

.txtAccount
{
	width: 80px;
	height: 14px;
	border: 1px solid #9c9c9c;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	font-size: 12px;
	font-family: Verdana;
}
.txtPassword
{
	width: 80px;
	height: 14px;
	border: 1px solid #9c9c9c;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	font-size: 12px;
	font-family: Verdana;
}
.btnLogin
{
	height: 17px;
	padding-top:3px;
	width: 40px;
	border: 0px;
	background-image: url(Images/bg01.jpg);
	font-size: 12px;
	font-family: Verdana;
}

#header
{
	color: #fff;
	font-family: Verdana;
	width: 1000px;
	margin: auto;
}

#header #top
{
	height: 29px;
	background-image: url(Images/new01.jpg);
	overflow: hidden;
	background-color: #ececec;
	margin-bottom: 5px;
}
#header #top a
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#header #top a:hover
{
	text-decoration: underline;
}
#header #top #topNav
{
	padding-top: 6px;
}
#header #top #loginDv
{
	padding-top: 3px;
}

#header #mainNav .hTitle
{
	color: #33A40A;
	font-weight: bold;
}

#header #mainNav table td
{
	padding: 3px;
	line-height: 200%;
	color: #000;
}

#header #mainNav table td a
{
	color: #000;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

#header #mainNav #navList
{
	width: 770px;
}
.topNavSplit
{
	border-right: 1px solid #000;
	height:39px;
	width:7px;
}
