body
{
	font-family:arial;
	font-size:13px;
	color:Black;
	position:relative;
}
img
{
	border:none;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
}
a
{
	text-decoration:none;
	color:black;
}
form
{
	margin:0px;
}
input
{
	margin:0px;
	padding:0px;
}
textarea
{
	color:#003;
	font-family:arial;
	font-size:12px;
	line-height:16px;
}
ul
{
	padding-left:15px;
	margin-left:0px;
}
ol
{
	padding-left:20px;
	margin-left:5px;
}
div
{
	margin:0px;
	padding:0px;
	overflow:hidden;
	z-index:1;
}
td
{
	overflow:hidden;
	vertical-align:top;
}

.spacer
{
	font-size:1px;
	line-height:1px;	
}

.button_selected,.button
{
	background-image:url(images/button_left_selected.jpg);
	margin-left:10px;
	margin-bottom:8px;
	width:111px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	cursor:pointer;
}
.button
{
	color:#003;
	background-image:url(images/button_left.jpg);
}
.button_right
{
	cursor:pointer;	
}

.sub_button_selected,.sub_button
{
	padding-left:30px;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#C5DDEF;
	cursor:pointer;
}
.sub_button_selected,.sub_button:hover
{
	color:#FFF;
}

.subpage
{
	cursor:pointer;
}
.subpage_selected
{
	cursor:pointer;
	font-weight:bold;
}

.window_header
{
	color:White;
	background-color:#003;
	height:24px;
	width:550px;
	font-size:14px;
	font-weight:bold;
}
.window
{
	background-color:#FFF;
	width:530px;
	font-size:12px;
	padding:10px;
}

.paging
{
	font-weight:normal;
	cursor:pointer;
}