body {
	background-color: #270012;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
.contentLarge {
	font-weight: bold; 
	font-size: 11px; 
	color: #BD9693; 
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.contentMedium {
	font-weight: normal; 
	font-size: 11px; 
	color: #6A545D;
	line-height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}
.caption {
	font-weight: bold; 
	font-size: 9px; 
	color: #B37E7A;
	line-height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}
.footer {
	font-weight: normal; 
	font-size: 11px; 
	color: #543241;
	line-height: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}
A:link {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
A:visited {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
A:active {
	font-weight: normal; 
	color: #B37E7A; 
	text-decoration: none
}
A:hover {
	font-weight: normal; 
	color: #B37E7A; 
	text-decoration: none
}
A.footer:link {
	font-weight: normal; 
	color: #724B5B; 
	text-decoration: none
}
A.footer:visited {
	font-weight: normal; 
	color: #724B5B; 
	text-decoration: none
}
A.footer:active {
	font-weight: normal; 
	color: #543241; 
	text-decoration: none
}
A.footer:hover {
	font-weight: normal; 
	color: #543241; 
	text-decoration: none
}
.textbox {
	border-right: #543241 1px solid;
	border-left: #543241 1px solid;
	border-top: #543241 1px solid;
	border-bottom: #543241 1px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #21010F;
	padding-left: 3px;
	width: 175px
}

.textboxShort {
	border-right: #543241 1px solid;
	border-left: #543241 1px solid;
	border-top: #543241 1px solid;
	border-bottom: #543241 1px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #21010F;
	padding-left: 3px;
	width: 75px
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

li {
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .9em
}