@charset "utf-8";
/* 
*	File	main.css
*	This file detected by default themplate engine
*	Including all IE's bug fixing, clearing floating layout
*/
@import url(layout.css);
@import url(forms.css);
@import url(contents.css);

/*Stadards Pseudo Element*/
a {
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
}
a img, fieldset {
	border: none;
}

/*html, body {background-color:#2d60c6;font-family:Tahoma, Geneva, sans-serif;font-size:14px;}*/
html, body {background-color: #FFFFFF;background-image: url(../img/bg_web.gif);margin: 0px;padding:0px;/*font-family:Tahoma, Geneva, sans-serif;font-size:13px;*/}

/*Headings*/
h1 { font-size: 22px;}
h2 {	font-size: 20px;}
h3 {	font-size: 18px;}
h4 {	font-size: 16px;}
h5 {	font-size: 14px;}
h6 {	font-size: 12px;}

p {
	padding: 10px 0;
}

.hide, .menu {display: none !important;}

.pointer {cursor:pointer;}

A.basic:link {
	 COLOR: #0066CC; TEXT-DECORATION: underline
}
A.basic:visited {
	 COLOR: #0066CC; TEXT-DECORATION: underline
}
A.basic:hover {
	 COLOR: #FF0000; TEXT-DECORATION: none
}
A.basic:active {
	 COLOR: #FF0066; TEXT-DECORATION: none
}