@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------
 * Reset CSS document 
 * @author: PixmaSoft OÜ (http://www.pixmasoft.com)
 * @created: 2009-07-03 13:18
 * @modified: 2009-07-03 13:28
 * ------------------------------------------------- */

html,body {
	width: 100%;
	height: 100%;
}
body {
	line-height: 18px;
	/*background-color: #FFFFFF;*/
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { /* p,th,td,,ul,ol,li */ 
	margin: 0;
	padding: 0;
}
body,font,input,textarea,option { /* th,td, */ 
	/*font-family: 'Lucida Grande', Arial, Tahoma, 'Trebuchet MS', Helvetica, sans-serif;*/
	font-size: 12px;
	color: #222222;
}
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */
fieldset,img { 
	border:0;
} 
address,caption,cite,code,dfn,em,th,var { /* ,strong */
	font-style: normal;
	font-weight: normal;
}
/*ol,ul {
	list-style: none;
	list-style-type: none;
	line-height: normal;
}*/
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}
a {
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}