body { margin: 0; font-family: Verdana, Geneva, Kalimati, sans-serif; font-size: 12px; }

a img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

:focus { outline: 0; }

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code { line-height: 1em; font-size: 100%; font-style: normal; }

h1,h2,h3,h4,h5 { margin: 0 0 10px; }
h1 { font-size: 2.41em; }
h2 { font-size: 1.83em; }
h3 { font-size: 1.41em; }
h4 { font-size: 1.16em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; margin: 0 0 0; }

p { margin: 5px 0; }

ul { padding-left: 1.5em; margin: 0; }
ul li, p { margin: 10px 0; }
ul.menu_v, ul.menu_v ul, ul.menu_v li { padding: 0; margin: 0; list-style: none; }
ul.menu_v ul { display:none; }
ul.menu_v li a { display:block; padding: 5px; }
ul.menu_h, ul.menu_h ul, ul.menu_h li { padding: 0; margin: 0; list-style: none; }
ul.menu_h li { float: left; }
ul.menu_h li a { display:block; padding: 10px; }

table { font-size: inherit; font: 100%; }

.green { color: #ade247; }
.orange { color: #f8aa4f; }
.red { color: #e24949; }
.blue { color: #46b0e2; }
.gray { color: #e2e2e2; }

.lefted { text-align: left; }
.centered { text-align: center; }
.righted { text-align: right; }

.errorbox, .successbox { padding: 10px; margin: 0 5px 10px; }
.errorbox { background: #ff7979; border: 1px solid #971e1e; }
.successbox { background-color: #c2f456; border: 1px solid #789735; }

.clear {
	clear: both;
}

/*IE6 fixes*/

* html .errorbox,
* html .successbox { position: relative; }