body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	background-color: #f5f5f5;
	margin: 0px;
	line-height: 1.6em;
}

h1, h2, h3 {
	font-weight: normal;
	color: #007e7e;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
 color: #FF0000;}

h3 {
	font-size: 110%;
}

#header {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	height: 93px;
	margin: 0px;
	padding: 0px;
}

div#header img {
	margin-left: 15px;
	margin-top: 16px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#info {
	font-size: 9px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 150px;
}

div#info h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ccddb9;
	margin: 0px;
	padding: 0px;
}

div#info p {
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

div#info p span.green {
	color: #ccddb9;
}

#charts {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.workspace {
	width: auto;
	margin: 10px 15px;
	background-color: #fff;
}

div.workspace_lefttop {
	width: 100%;
	height: 11px;
	font-size: 1px;
	background: url(../img/left_top.gif) left top no-repeat;
}

div.workspace_righttop {
	width: 100%;
	height: 11px;
	font-size: 1px;
	background: url(../img/right_top.gif) right top no-repeat;
}

div.workspace_leftbottom {
	width: 100%;
	height: 11px;
	font-size: 1px;
	background: url(../img/left_bottom.gif) left top no-repeat;
}

div.workspace_rightbottom {
	width: 100%;
	height: 11px;
	font-size: 1px;
	background: url(../img/right_bottom.gif) right top no-repeat;
}

div.workspace_content {
	padding: 2px 10px;
	height: 100%;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer {
	font-size: 80%;
	text-align: center;
	padding: 10px;
	margin: 0px;
}

.bold {
	font-weight: bold;
}

.boldg {
	font-weight: bold;color: #007e7e;
}


.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

table.file {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

table.file th {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

table.file td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

img.link {
	border: 0px;
	margin-bottom: 20px;
}

div.warning {
	border: 1px solid #ff0000;
	background-color: #eee;
    padding: 5px;
}

table.file td.small_bold {
	font-size: 90%;
	font-weight: bold;
}

p.small {
	font-size: 90%;
}

table.file span.information {
	font-size: 80%;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}

table.file span.information a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

table.file span.information a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

table.file span.information a:hover {
	font-weight: bold;
	color: #0000d5;
	text-decoration: underline;
}
