* {
	padding: 0px;
	margin: 0px;
	}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : .8em;
	line-height : 1.5em;
	color : #000;
	background: #fff url(../images/bg_body.gif) repeat-y 50% 0;
	background-attachment: fixed;
	text-align: center;
	}
	
a:link {
	color : #347;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	font-weight:bold;
	color : #347;
	text-decoration: none;
	}

a:hover {
	color : #900;
	text-decoration: underline;
}

a:active {
	color : #006;
	}

p {
	padding-left: 8px;
	padding-right: 8px;
	}

h1 {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size : .9em;
	font-weight: bolder;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0px 8px;
	color: #fff;
	background: #999;
	border-top: 1px solid #5D5C5F;
	border-bottom: 1px solid #5D5C5F;
	}

h2 {
	font-size: .8em;
	font-weight: bold;
	color: #000;
	background: #CCC;
	border: 1px solid #5D5C5F;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	}


h3 {
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px solid #5D5C5F;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	}

h4 {
	font-size: .9em;
	line-height : 1.5em;
	letter-spacing: 0;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 7px 7px;
}

h5 {
	border-bottom: 1px solid #5D5C5F;
	}

h6 {
	font-weight: bold;
	color: #930;
	}

li {
	list-style-type: square;
	line-height: 1.5em;
	padding-bottom: 3px;
	margin-left: 30px;
	}

#infobar {
    font: message-box;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: InfoText;
    background: InfoBackground url(../images/warning.gif) no-repeat fixed .3em .3em;
    padding: .3em .3em .3em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    text-align: left;
    cursor: default;
}

#infobar a:hover {
    color: HighlightText;
    background-color: Highlight;
}

#viewplot {
    width: 100%;
    height: expression( this.parentNode.offsetHeight - this.offsetTop );
    overflow-x: hidden;
    overflow-y: scroll;
}

#content {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	width: 749px;
	}
	
#header {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	width: 733px;
	border-bottom: 1px solid #5D5C5F;
	border-top: 1px solid #5D5C5F;
	}
	
#header img {
	margin: 3px;
	}

#tumbo {
	}

#foobar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 62px;
	background-color: #be1414;
}
	
#tumbo a.foobar
{	float: left;
	height: 83px;
	width: 81px;
	margin: 2px;
	overflow: hidden;
	position: relative;
	display: block;
	color: black;
	text-decoration: none;
	background-position: center 4px;
	background-repeat: no-repeat;
	border: 1px solid white;
	font-size: 12px;
}

#tumbo a:hover.foobar
{
	background-color: #dde4ec;
	border: 1px solid #889093;
}

#tumbo .description
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}	

.rightcolumn {
	margin-top: 7px;
  	margin-left: 570px;
  	margin-right: 7px;
  	text-align: left;
	background: #DDC;
	border-left: 1px solid #5D5C5F;
	border-right: 1px solid #5D5C5F;
	border-bottom: 1px solid #5D5C5F;
	}
	
.leftcolumn {
	float: left;
	width: 553px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #5D5C5F;
	border-left: 1px solid #5D5C5F;
	border-right: 1px solid #5D5C5F;
	text-align: left;
	background: #DDC;
	}

#footer {
	float: left;
	width: 720px;
	padding: 7px;
	margin: 7px;
	text-align: right;
	border: 1px solid #5D5C5F;
	background: #DDC;
	}

.textbox {
	border-color: #516251;
	border-width: 1px;
	border-style: solid;
	background: #C0DCC0;
	}

.important {
	font-weight: bold;
	color: #930;
}

.code {
	margin: 7px;
	padding: 7px;
	color: #000;
	background-color: #CCC;
	border: 1px solid #5D5C5F;
}

.small {
	font-size : .8em;
}

.border {
	font-size : .8em;
	margin: 7px;
	background-color: #CCCCCC;
	border: 1px dashed #5D5C5F;
}