/* ###################################################################

  Basic Styles For all CSS Browsers

  filename: layout.css
  dependencies: none
  last update: May 05, 2005

################################################################### */


/* +Structure
------------------------------------------------------------------- */
html, body
{
	font: normal 85% verdana,arial,helvitica,sans-serif;
	color: #333333;
	background-image:url(../../images/bg_2.jpg);
}

body9
{
	margin:1.4em;
}


p
{
	margin-bottom:1.4em;
	line-height: 1.4em;
}
/* +Links
------------------------------------------------------------------- */
a
{
	color: #990000;
}

a:hover
{
	color: #cc0000;
}

a:visited
{
	color: #990000;
}

a:active
{
	color: #990000;
}
/* +Headings
------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: arial,helvitica,sans-serif;
	color: #721502;
	line-height: 1.6em;
}


h1
{
	font-size: 200%;
	border-bottom: 1px solid #666666;
}
h2
{
	font-size: 175%;
}
h3
{
	font-size: 125%;
	font-weight:bold;
}

img {padding:2px;border:1px solid #CCC;}

#imgnoborder {padding:2px;border:0px;}

div.hr {height:1px;background:#CCC;width:170px;}
div.hr hr{display:none;}

div.hrr {height:1px;background:#CCC;width:770px;}
div.hrr hrr{display:none;}
