@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 { /*,th,td,ul,ol,li,p*/
	margin: 0;
	padding: 0;
}
body,td,th,font,input,textarea,option {
	font-family: Arial, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
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: #448FC9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

