@charset "UTF-8";
/*
Common Tags CSS
Revision: 1.0
Copyright (c) 2007 by HHD Software
This file is part of the HHD Software Web Site
Do not use it and do not make copies of it without written permission from HHD Software
Please contact us at http://www.hhdsoftware.com/Company/contact-us.html

Note to e l t i m a guys (and Ñ å ð ¸ ã à   Ñ å ì å í ö î â especially): YOU can copy everything, as you always do...
*/

/* Global tag overrides */

body {
	padding: 0;
	margin: 0em auto;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #444;
}
img {
	border: 0px;
}
p {
	text-align: justify;
}
table
{
	border: 0;
}
h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom : 14px;
	color: #666;
	clear:none;
}
h2 {
	font-size: 13px;
	margin-bottom : 13px;
	color: #666;
	clear:none;
}
h3 {
	font-size: 12px;
	margin-bottom : 12px;
	color: #666;
	clear:none;
}
h4 {
	font-size: 11px;
	margin-bottom : 11px;
	color: #666;
	clear:none;
}
strong {
	color: #666;
}
button
{
	cursor:pointer;
}
button img
{
	position:relative;
	top:-1px;
	vertical-align:middle;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(../../images/design/list.gif);
}
li {
	margin-bottom: 2px;
}
form h1, form h2, form h3, form h4 {
	margin-bottom: 0;
}
