/*GENERAL
+++++++++++++++++++++++++++++*/
*
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #191970;
}

body
{
	margin: 10px;
	padding:0;
  text-align: left;
  background: #FDF5E6; url(../pics/bvg_body.gif) repeat-x;*/

}

.box
{
  border: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
  line-height: 1.4em;
}

a
{
  color: darkred;
  text-decoration: none;
}

a:hover
{
  color: darkred;
  text-decoration: underline;
}

img
{
  vertical-align: bottom;
}

a img
{
  border:0;
}

h2
{
  font-size: 1.8em;
  margin: 35px 0 45px 25px; 
}

h3
{
  font-size: 1.2em;
}

h4
{
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: normal;
}
ul
{

  list-style-type: square;
}


