html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: verdana, arial, sans-serif; 
	font-size: 13px;
	color: black; 
}
table
{
	font-family: verdana, arial, sans-serif; 
	font-size: 13px;
	color: black; 
}
p,a,div,td,table,td,th,form,hr
{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6
{
	font-family: verdana, arial, sans-serif; 
	font-weight: bold;
}
h1
{
	font-size: 15px;
}
h2
{
	font-size: 16px;
	margin: 20px 0 15px 0;
        color: #800000; 
}
h3
{
	font-size: 11px;
	margin: 10px 0 5px 0;
}
h4
{
	font-size: 12px;
}
h5
{
	font-size: 11px;
}
h6
{
	font-size: 10px;
}
ul,ol,blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
ol
{
	list-style-type: decimal;
}
ul
{
	list-style-type: disc;
}
a
{
	text-decoration: underline;
	font-size: 13px;
	color: #AD0000;
}
a:hover
{
	color: #141524;
}
a.menu
{
	text-decoration: none;
	font-size: 12px;
}
a.cat
{
	text-decoration: underline;
	color: #575757;
}
a.cat:hover
{
	color: #D1D1D1;
}
input.edit, select, textarea
{
	background-color: white;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: black;
}
input.button
{
	border: 1px solid black;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #AD0000;
}
.tech
{
	background: url('tech.jpg') bottom no-repeat;
}
.book_sm
{
	background: url('book_sm.jpg') bottom no-repeat;
}
.book
{
	background: url('book.jpg') right top no-repeat;
}
.contact
{
	font-weight: bold;
	font-size: 12px;
	color: red;
}
.phone
{
	font-weight: bold;
	font-size: 16px;
	color: red;
}
.news
{
	padding-left: 25px;
}
.menu_bg
{
	background: url('menu_bg.gif') left top no-repeat;
	padding-left: 16px;
}
.copyright
{
	padding-left: 16px;
	padding-bottom: 5px;
	background: url('menu_bg.gif') center bottom no-repeat;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
}
.errormsg
{
	color: red;
}
