@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E7E2DD;
	background-image: url(images/background.jpg);
    background-repeat: repeat-x;
	text-align:left;
	}
a:link { 
    color: #660000;
    text-decoration: underline;  }
a:visited { 
    color: #660000;
    text-decoration: underline;  }
a:hover { 
    color: #660000;
    text-decoration: none;  }
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	}
h2 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}
	.search_heading {
    font-size: 15px;
	color:#FFFFFF;
	font-weight:bold;
	}
		.search {
    font-size: 13px;
	color:#FFFFFF;
	line-height:20px;
	}
search a:link {
  font-size: 13px;
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
	}
	
.outerbox .innerbox { overflow: hidden; width: 270px; background: #f8f8f8; border: 1px solid #d1d1d1;}
.outerbox { border: 1px solid #d1d1d1; background: #ececec; padding: 4px; margin-bottom: 14px; }

.intro
{
	font-size: 14px;
	color: #666666;
	}
	.contact
{
	font-size: 12px;
	color: #666666;
	}

