#logo
{
	position : absolute;
	top : -15px;
	left : -5px;
	z-index : -1;
}

.sel
{
	font-weight : bold;
}

#topLine
{
	width: 100%;
	top: 78px;
	position: absolute;
	z-index : 0;
}
.button
{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #ffd67f;
	border-color: #FFFFCC #999999 #999999 #FFFFCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
input
{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
select
{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}

#tableOuter
{
	border-collapse: collapse;
}

.btnActive
{
	background-image: url(/images/btn_active_bak.gif);
	background-repeat: repeat;
	font-family: Arial;
	font-size: 10px;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;

}
a
{
	font-family: Arial;
	color: #333333;
}
h2
{
	font-family: Arial;
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

ul
{
	margin-left : 17px;
}

li
{
	list-style-image: url(/images/bullet_1.gif);
}

li li
{
	list-style-image: url(/images/bullet_2.gif);
}

li li li
{
	list-style-image: url(/images/bullet_3.gif);
}

li li li li
{
	list-style-image: url(/images/bullet_3.gif);
}

li li li li li
{
	list-style-image: url(/images/bullet_3.gif);
}

.borderRight
{
	border-color: #00ACD4;
	border-right: solid 1px #00ACD4;
}

.padLeft
{
	padding-left: 20px;
}

.padTop
{
	padding-top: 5px;
}

.padBottom
{
	padding-bottom: 5px;
}

.nav
{
	padding-right: 5px;
	padding-left: 5px;
}

.borderBottom
{
	border-color: #00ACD4;
	border-bottom: solid 1px #00ACD4;
}

body
{
	margin: 0px;
}

td
{
	font-family: Arial;
	font-size: 12px;
}
