body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	font-size : 12px;
}

td.people {
	background-repeat: no-repeat;
}

td.dname {
	font-size: 10px;
	font-weight: bold;
}

td.ddata {
	font-size: 10px;
	background-color: #FFEEEE;
	height: 14px;
	border-bottom: 1px solid White;
	border-top: 1px solid White;
	padding-left: 3px;
}

td.rightname {
	line-height: 20px;
	font-size: 12px;
	padding-left: 3px;
}

img {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size : 20px;
	font-weight : bold;
	line-height : 44px;
}

h2 {
	font-size : 18px;
	line-height : 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font-size : 16px;
	line-height : 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
	color : Black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div.dontop {
	z-index: 1000;
	position: absolute;
}

div.rightname {
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 15px 5px 15px;
}

div.rackname {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

div.descr {
	font-size: 10px;
	margin: 3px 15px 3px 15px;
	text-align: justify;
	line-height: 9px;
}

ul {
	font-size : 12px;
	text-align: left;
	list-style-type: circle;
}

ol {
	font-size : 12px;
	text-align: left;
	list-style-type: decimal;
}

acronym {
	cursor: help;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: Red;
	color: White;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
}

.login {
	font-size: 10px;
}

.reg {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background-color: White;
	color: Black;
	border-style: groove groove groove groove;
	border-width: 2px 2px 2px 2px;
}