/* Basic style ****
******************/
html, body {
	margin				: 0px;
	padding				: 0px;
	height				: 100%;	
}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
h1, h2, h3, h4, h5, h6 {
	margin				: 0px 0px 15px 0px;
	font-family			: Tahoma;
	font-weight			: normal;
	color				: #404040;
}
h1{ font-size: 24px;}
h2{ font-size: 20px;}
h3{ font-size: 18px;}
h4{ font-size: 16px; font-weight: bolder;}
h5{ font-size: 14px; font-weight: bolder;}
h6{ font-size: 12px; font-weight: bolder; margin-bottom: 5px;}
div, form {
	margin				: 0px;
	padding				: 0px;
}
input, textarea, label{ }
label{
	font-family			: Tahoma;
	font-size			: 12px;
	line-height			: 14px;
	color				: #6a6a6a;		
}
input{
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #494949;
	overflow			: auto;
	border				: 0;
}
select{
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #494949;
	border				: 0;
}
textarea{
	font-family			: Tahoma;
	font-size			: 11px;
	color				: #408000;
	border				: 0px;
	overflow			: auto;
}
table, tr, td {
	margin				: 0px;
	padding				: 0px;
	border-collapse		: collapse;
	font-family			: Tahoma;
	font-size			: 12px;
	line-height			: 14px;
	color				: #6a6a6a;
}
table tr td {padding: 4px 2px 4px 10px;}
p{
	margin				: 0 0 15px 0;
	font-family			: Tahoma;
	font-size			: 12px;
	line-height			: 14px;
	color				: #6a6a6a;
}
small{font-size			: 11px;}
big{font-size			: 13px;}
span {
	margin				: 0px;
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #6a6a6a;
}
a {
	margin				: 0px;
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #1695d7;
}
a:hover {text-decoration: none;}
img, fieldset {
	margin				: 0px;
	padding				: 0px;	
	border				: 0px;
}
ul, ol  {
    margin              : 0px 0px 15px 0px;
    padding             : 0px;
}
ol li  {
    margin              : 3px 0px 0px 20px;
    padding             : 3px 0 3px 0;
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #6a6a6a;
}
ul li  {
    margin              : 3px 0px 0px 0px;
    padding             : 3px 0 3px 15px;
	list-style-type		: none;
	background			: url(/i/li.gif) 0px 50% no-repeat;
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #6a6a6a;
}



