/***********************************************************
MILKTEAHOUSE.COM Stylesheet Defs v1.0
by Mahamari Tsukitaka
08.10.06
***********************************************************/

/* Link Code */
A:link { text-decoration: none; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-weight: bold; color: df9d73; }
A:visited { text-decoration: none; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-weight: bold; color: df9d73; }
A:active { text-decoration: none; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-weight: bold; color: edefa0; }
A:hover { text-decoration: underline; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-weight: bold; color: edefa0; }

/* Regular */
BODY {
	background-color: b36d51;
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: df9d73;
	letter-spacing: 1px;
	word-spacing: 2px;
	border-width: 0px;
	margin: 0px }

/*BODY {background-attachment: fixed}*/

TABLE {
	background-color: af6549;
}

/*TEXTAREA,INPUT { border-style: solid; border-width: 1px; border-color: 333333; background-color: 444444; color: 888888; font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif; font-size: 11px;}

HR {
	border: 0px;
	height: 1px;
	width: 300px;
	color: 666666;
	background-color: 666666;
}*/

/* Classes */
.accent { color: ffaa66; } /*orange*/
.accent2 { color: ccbbaa; } /*beige*/
.accent3 { color: 6699dd; } /*blue*/
.black { color: 000000; }
.plain { font-weight: normal; text-decoration: none; font-style: normal; }
.white { color: ffffff; }

.reg { margin-left: 20px; margin-right: 20px; font-size: 13px; text-indent: 0px; text-align: justify; letter-spacing: 0px; }
.regp { margin-left: 30px; margin-right: 30px; font-size: 12px; text-indent: 15px; text-align: justify; letter-spacing: 0px; }

/* Contact Form formatting */
.form {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 11px;
	text-indent: 0px;
	text-align: justify;
	color: ccbbaa;
}
.emailform {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 12px;
}
.emailtable {
	background-color: 3a3a3a;
}


/* Quote Box formatting */
.quotetable { 
	border-width: 0px;
	border-style: none;	
	background-color: 3f3f3f;
}
.quote {
	border-width: 1px;
	border-style: dotted;
	border-color: 666666;
	background-color: 3a3a3a;
}


/* FAQ formatting */
.faq {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.faqanswer {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: left;
	line-height: 18px;
}


/* Blog formatting classes */
.btable {
	background-color: 3f3f3f;
}
.bdate {
	color: ffaa66;
	font-weight: bold;
	font-size: 14px;
}
.btitle { 
	color: bbbbbb;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.breg { 
	font-size: 13px;
	text-align: justify;
}
.bauthor {
	font-size: 12px;
	text-align: right;
}