﻿.html
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
body
{
	background-position: left top;
	left: 69px;
	width: 870px;
	height:auto;
	background-image: url(./img/body.jpg);
	font-size: 11pt;
	background-repeat: repeat-y;
	position: absolute;
	background-color: #F6F6FF;
	margin-top: 0px;
}
div.logo
{
	width: 100%;
	height: 100px;
	background-image: url(./img/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom:2px;
}
div.name
{
	font-size: 18pt;
	left: 10px;
	position: absolute;
	top: 10px;
}
div.desc
{
	font-size: 14pt;
	left: 50px;
	position: absolute;
	top: 45px;
}
div.clock
{
	left: 620px;
	position: absolute;
	top: 10px;
}
div.menus
{
	position: absolute;
	top: 75px;
	clear: left;
	float: left;
	left: 0px;
}
div.menu
{
	background-color: transparent;
}
.title
{
	width: 100%;
	background-color: #f6e6ff;
	background-position: left top;
	vertical-align: middle;
	background-repeat: repeat-x;
	text-align: left;
	text-indent: 5pt;
	font-weight: bold;
}
div.body
{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
}
.work
{
	width: 870px;
	vertical-align: top;
	text-align: left;
}
.foot
{
	width:100%;
	text-align: center;
}
.gridBottomBorder
{
	border-bottom: #ff33ff thin dashed;
}
.rectangle
{
	width: 100%;
	border-bottom: gainsboro thin solid;
}
.cell
{
	border-bottom: gray 1px solid;
}
a
{
	color: #336699;
	text-decoration: none;
}
a:hover
{
	color: #cc0033;
	text-decoration: underline;
}
