/*
-----------------------------------------------
Frederick Wine Trail screen style
author:   Octavo Designs
version:  25 April 2007
----------------------------------------------- */

/*
-----------------------------------------------
body and backgrounds
----------------------------------------------- */

body {
	background-color: #4E2614;
	margin: 0px;
}
.BkgdTop {
	background-image: url(../images/bkgd_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.BkgdLeft {
	background-image: url(../images/bkgd_left.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.BkgdRight {
	background-image: url(../images/bkgd_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.BkgdBottom {
	background-image: url(../images/bkgd_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.InteriorBkgdLeft {
	background-image: url(../images/shadow_left.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.InteriorBkgdRight {
	background-image: url(../images/shadow_right.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

/*
-----------------------------------------------
links
----------------------------------------------- */

a {
	color: #5C2945;
	text-decoration: underline;
}
a:visited {
	color: #5C2945;
	text-decoration: underline;
}
a:hover {
	color: #3A6E8F;
	text-decoration: none;
}

/*
-----------------------------------------------
text
----------------------------------------------- */

.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #3a4b01;
}
.SubHead {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4E2614;
}
.SubHeadTan {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	color: #E7E2B7;
}
.BodyText {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
.BodyTextHm {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
}

.fixingFood {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #4E2614;
	line-height: normal;
	font-weight:bold;
	font-style:italic;
}

.SmallText {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #000000;
}
.DottedVert {
	background-image: url(../images/dotted_vert.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.BrownText {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #4E2614;
	line-height: normal;
}
.BrownTextHm {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #4E2614;
	line-height: 20px;
}
.NavTrail {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #4E2614;
}
.FooterLinks {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	color: #8F766B;
}
.HomePaperBkgd {
	background-image: url(../images/paper_bkgd_home.gif);
}
.FooterLinks a:link {
	color: #E7E2B7;
	text-decoration: none;
}
.FooterLinks a:visited {
	color: #E7E2B7;
	text-decoration: none;
}
.FooterLinks a:hover {
	color: #FCB040;
	text-decoration: none;
}
.Copyright {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #8F766B;
}
.Copyright a:link {
	color: #8F766B;
	text-decoration: none;
}
.Copyright a:visited {
	color: #8F766B;
	text-decoration: none;
}
.Copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 2px dotted #CCCCCC;
	border-style: none none dotted;
}
ul {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
ol {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}

img{
	border:0px;
	}
	
/*
-----------------------------------------------
Women in Wine
----------------------------------------------- */


a.hdr:link, a.hdr:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3a4b01;
	text-decoration:underline;
}

a.hdr:hover {
	color: #3a4b01;
	text-decoration:none;
	}
	
.womenHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3a4b01;
}

.dottedVet{
	background-image:url(../images/dotted_vert.gif);
	background-repeat:repeat-y;
	width: 568px;
	}
	
.WomenBodyText {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	color: #000000;
}
	
	

	

