/*
batik general style sheet
Copyright 2009 Konstantin Rozhkov
Last edit: 2009-09-1 @ 9:46
*/
/* TOC
	COLORS
	GENERIC
	LAYOUT
*/
/* =COLORS
Dark blue       234B77 - body
   ---------------------------------------------------------------------------*/
/* =GENERIC
   ---------------------------------------------------------------------------*/
/* Reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, table, tr, th, td, form, fieldset {
	border:  0;
	margin:  0;
	padding:  0;
}
ul, ol { list-style-type:  none; }
/* font-size = 12px; */
body {
	background: #f8f8f8;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:  62.5%;
	min-width:  963px;
}
/* links underlining */
a {	color: #336699; }
a:link, a:visited { text-decoration:  underline; 	color: #336699;}
a:hover, a:active { text-decoration:  none; color: #990099; }
/* =LAYOUT
   ---------------------------------------------------------------------------*/
.fixed #container {
	margin:  0 auto;
	width:963px;
}
.liquid #container {
	padding:  0;
	width:  100%;
}
.fixed #fcontainer {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	margin:  0 auto;
	width:963px;
}
.liquid #fcontainer {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	padding:  0;
	width:  100%;
}
