
body {	
	margin: 0px;
	padding: 0;

  font-family:  Arial, Helvetica, sans-serif,Tahoma, Verdana;
  /*color: #7f3a02;*/
  color: #333333;
  font-size: 13px;
  background: #ffffff url(images/main-bg.jpg) repeat-x left top; 
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #9c0b00;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

p, ul, ol {
	line-height: 140%;
	text-align: justify;
}

input, select {
	color : #9c0b00;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}


.link1
{
	text-decoration:none;
  font-family:  Arial, Helvetica, sans-serif,Tahoma, Verdana;
  color: #333333;
  font-size: 13px;	
	font-weight:bold;
}

.link1:hover
{
  font-size: 14px;	
font-weight:bold;
color:#9c0b00;
}


.footer {
  color: #333333;
  font-size: 11px;
}