/* CSS Document */

body { 
  background-color:#ffffff;
  color:#000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
}


a:link, a:visited, a:active, a:focus {
   color:#790000;
   text-decoration:none;
   font-weight:bold;
}

a:hover {
   color:#790000;
   text-decoration:underline;
   font-weight:bold;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:167px;
}

#top {
	position:absolute;
	left:142px;
	top:6px;
	height:70px;

}


#content {
	position:absolute;
	left:220px;
	top:90px;
	width:640px;
}

.small {
	font-size:12px;
	color:#000000;
	font-style:italic;
}