@charset "UTF-8";

.text12brn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #77351d;
}

.text14brn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #77351d;
}

body {background-image: url("images/background.jpg");
  }
  
  a:link { 
	text-decoration: underline;
	color: #77351d;
	}
a:visited { 
	text-decoration: underline;
	color: #77351d;
	}
a:hover { 
	text-decoration: underline;
	color: #77351d;

	}
a:active { 
	text-decoration: underline;
	color: #77351d;
	}
	
	
.rtBox {
	overflow: auto;
	position: relative;
	height: 400px;
	width: 490px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #FFFFFF;
}