@charset "UTF-8";
/* CSS Document */

a.TextLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: underline
}
a.TextLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}
a.TextLink2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
	text-decoration: none
}
a.TextLink2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none
}
a.TextLink3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #C0B59F;  text-decoration: none}
a.TextLink3:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF;  text-decoration: none}


.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #362E29;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3E202B;
}
.titles2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E202B;
}
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666600;
}
.web-design-by {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #727457;
}
.border-top {
	background-image: url(images/border-top.gif);
	background-repeat: repeat-x;
}
.border-bottom {
	background-image: url(images/border-bottom.gif);
	background-repeat: repeat-x;
}
.border-left {
	background-image: url(images/border-left.gif);
	background-repeat: repeat-y;
}
.border-right {
	background-image: url(images/border-right.gif);
	background-repeat: repeat-y;
}.author-photo {
	background-image: url(images/author.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #362E29;
}
