div.tytybackground
{
	background:url('backgroundsnow.png') #4e8fbd;
	background-position: bottom right;
	background-repeat: repeat-x;
	color: #C2C8D4;
	font-family: Arial;
	font-size: 14;
	z-index: -1;
}

div.tytybox
{
	background:url('bluealpha.png');
	border: #C2C8D4 1px dashed;
	padding: 5px;
	min-height: 300px;
	color: white;
}

div.Teyla
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 300px;
	background: url("snowbenchTeylasnowed.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.tytybox blockquote
{
	border: #C2C8D4 1px dashed;
	background:url('blackalpha.png');
	color: white;
	padding: 10px;
	margin: 10px;
}

div.tytybox blockquote i
{
	color: white;
	display: block;
	padding-bottom: 30px;
	font-size: 9px;
}

div.tytybox blockquote hr
{
	display: none;
}
div.tytybox a:link {color:#C2E0FF}      /* unvisited link */
div.tytybox a:visited {color:#9966FF}  /* visited link */
div.tytybox a:hover {color:#66FF99}  /* mouse over link */
div.tytybox a:active {color:#66FF99}  /* selected link */
