@charset "utf-8";


/* 
	Membership Form Elements.
*/

table.Form-Table {
	width:100%;
	
}

a{
	text-decoration:none;
		color: #466033;
}
a:hover{
	text-decoration:underline;
		color: #466033;
	
}

table.Form-Table td {
padding:3px;
margin:0;
height:100%;
	
}


table.Form-Table td.Form-Title {
	
}
table.Form-Table select {
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color:#000000;
}


table.Form-Table td.Form-Filler {
	
}
table.Form-Table td.Form-Subtitle {
	
}

table.Form-Table td.Form-Field {
	text-align:right;
}


table.Form-Table td.Form-Details {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}


table.Form-Table td {
	border-top:1px dotted #e4e4e4;
}

table.Form-Table table td {
	border-top:0px solid #FFF;
}


.Product-Heading-1 {
	/*font-family: "Junius Small Caps", Georgia, "Times New Roman", Times, serif;*/
	font-family:"Junius Small Caps", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;

	color: #8d8b00;
	font-weight: bold;
	
	font-variant: small-caps;

}

.Product-Heading-2 {
	font-family: "Junius Small Caps", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:1.1em;
	/*Yellowy? - color: #bc9d84;
	Redish - color: #68321f;*/
	color: #8d8b00;
	font-weight: normal;	
	font-variant: small-caps;
}


.Product-Price {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color:#000000;
	
	margin-right:25px;
}

.Break-Line {
	border-bottom:1px dotted #ADADAD;
	width:100%;
}


.Darker {
	color:#666666;
}

table.Form-Table .Darker-Dots {
border-top-color:#ADADAD;
}

.Dark-Yellow {
color: #8d8b00;
}

.five-pixel-padding {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}