/*elements*/
html, body {
	margin: 0px; 
	padding: 0px;
	background: #FFF;
}
body { 
	font: 10px verdana, sans-serif; 
	color: #404040; 
}
table, td { 
	font: 11px verdana, sans-serif; 
	border: 0px;
}

p { 
	font: 10pt verdana, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
}
p[align=left] {
	text-align: left;
}
p[align=right] {
	text-align: right;
}
p[align=center] {
	text-align: center;
}
img {
	border: 0px;
}
ul {
	margin: 0;
	padding: 8px 8px 8px 16px;
	list-style: none;
}
ul li {
	background: url(/themes/tekmash/images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin-bottom: 2px;
	font-size: 10pt;
}
a:link{
	text-decoration: none;
	color: #0000FF;
}
a:visited { 
	text-decoration: none; 
	color: #0000FF;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666;
}
form {
	margin: 0;
	padding: 0;
}
li p {
	text-align: justify;
}
/*id`s*/
#page {
	width: 100%;
	height: 100%;
}
#logo {
	width: 100%;
	height: 75px;
	font-size: 36px;
	background: url(/themes/tekmash/images/logo.gif) no-repeat 50px 10px;
}
#cntTbl {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}
#cntTbl td {
	vertical-align: top;
}
#lftTd {
	height: 100%;
	border-right: 1px solid silver;
}
#lftDiv {
	width: 140px;
}
#lftDiv ul {
	padding-top: 0;
}
#midTd {
	width: 100%;
	height: 100%;
}
#midDiv {
	
}
#rgtTd {
	width: 200px;
	height: 100%;
}
#content {
	padding: 10px;
	padding-top: 0px;
}
#content h1 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 14px;
	color: #404040;
	text-align: center;
}
#content ul li {
	background: url(/themes/tekmash/images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin-bottom: 2px;
	font-size: 10pt;
	text-align: justify;
}
#footerCnt {
	border-top: 1px solid silver;
	margin-left: 8px;
	margin-right: 8px;
}
#footer {
	background: url(/themes/tekmash/images/nr_logo.gif) no-repeat right center;
	height: 52px;
}
#footer div {
	text-align: right;
	padding-top: 14px;
	padding-right: 44px;
	color: #666;
	font-size: 10px;
}
#footer a {
	color: #444;
}
/*classes*/
.blk {
	width: 200px;
}
.b {
	font-weight: bold;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.smallbutton 	{
	COLOR: Black;
	FONT-SIZE: 9px;
	background-color : transparent;
	border: 1px dotted Black;
}
