body
{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:80%;
	
}

table
{
	font-size:100%;
}

textarea
{
	font-family: courier new,courier;
	background: #B8B;
	border:2px solid #000;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF',startColorstr='#BB88BB', gradientType='0');
}

input
{
	font-family: courier new,courier;
	background: #B8B;
	border:2px solid #000;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF',startColorstr='#BB88BB', gradientType='0');
}

#layout
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align:left;
}

html>body #layout
{
	width: 750px;
}

#header
{
	position:relative;
	padding-top: 10px;
	width: 100%; 
}

#header table
{
	color:#FFF;
}

#header a:link, a:visited
{
	color:#FFF;
	text-decoration:none;
}

#header a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#content 
{
	position:relative;
	padding: 5px 5px;
	width: 750px; 
}

#footer
{
	position:relative;
	left:5px;
	width: 100%;
	height: 30px;
	background-image: url(images/contents_center.gif);
	margin-bottom: 10px;
}

#footertext
{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	color:#FFF;
}

#globalNav
{
	position: relative;
	width: 100%;
	height: 32px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
}

#globalNav img
{
	margin-bottom: -4px;
 
}

.gnlt
{
	position: absolute;
	top: 0px;
	left:0px;
}

.gnrt
{
	position: absolute;
	top: 0px;
	right:0px;
}

.gnlb
{
	position: absolute;
	top: 0px;
	left:0px;
}

.gnrb
{
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink
{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited
{
  	font-size: small;
  	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration:none;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
	color:#f00;
}

table.gb
{
	background-color:#B8B;
	border:2px;
	border-color:#000;
}