body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #333;
}
body {
	background-color: #c96;
	background-image: url(/img/bg-latte-stripes.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-top: 30px;
	margin-bottom: 30px;
}

	a:link  {text-decoration: none; color: #663300}
	a:visited  {text-decoration: none; color: #444444}
	a:active  {text-decoration: none; color: #FF9966}
	a:hover  {text-decoration: underline; color: #FF9966}
	
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.03em;
	word-spacing: -0.05em;
}
.h1 {
	font-size: 33px;
}
.h2 {
	font-size: 27px;
}
.h3 {
	font-size: 24px;
}
.h4 {
	font-size: 18px;
}
.h5 {
	font-size: 15px;
}
.h6 {
	font-size: 12px;
}

.hc1,.hc2,.hc3,.hc4,.hc5,.hc6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #960;
	letter-spacing: -0.03em;
	word-spacing: -0.05em;
}
.hc1 {
	font-size: 33px;
}
.hc2 {
	font-size: 27px;
}
.hc3 {
	font-size: 24px;
}
.hc4 {
	font-size: 18px;
}
.hc5 {
	font-size: 15px;
}
.hc6 {
	font-size: 12px;
}

.menu	{font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align:center; vertical-align:middle}


/* Form Tags - Left and Right */
.form-tag { font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: right}
.form-value { font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: left}

/* FOOTER pre-sets (copyright, etc) */
.footer {  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #999;
}
.footer a:link {  normal; color: #333333; text-decoration: underline}
.footer a:hover {  color: #0000CC; text-decoration: underline}
.footer a:active {  color: #CC0000; text-decoration: underline}
.footer a:visited {  color: #666666; text-decoration: underline}

/* FONT SIZES for body text (default = 14px) */
.text18	{ font-size: 18px}
.text16 { font-size: 16px}
.text13 { font-size: 13px}
.text12 { font-size: 12px}
.text11 { font-size: 11px}
.text10 { font-size: 10px}
.text9 { font-size: 9px}

/* FONT COLOR Pre-sets */
.text-white	{ color: #ffffff}
.text-red	{ color: #bc0000}
.text-ltgrey	{ color: #cccccc}
.text-mdgrey	{ color: #999999}
.text-dkgrey	{ color: #666666}
.text-black	{ color: #000000}
.text-blue	{ color: #0000cc}

/* YELLOW HIGHLIGHTER */
.highlight {  background: #FFFF66}

/* BIG LINK pre-set */
.biglink { font-size: 18px; 
	font-weight: bold; 
	color: #0000CC;
}

/* Settings for PRE-SET Margins  */
.marginleft10	{ margin-left: 10px}
.marginleft7	{ margin-left: 7px}
.marginleft3	{ margin-left: 3px}
.marginright10	{ margin-right: 10px}
.marginright7	{ margin-right: 7px}
.marginright3	{ margin-right: 3px}
.margintop10	{ margin-top: 10px}
.margintop7		{ margin-top: 7px}
.margintop3		{ margin-top: 3px}
.marginbtm10	{ margin-bottom: 10px}
.marginbtm7		{ margin-bottom: 7px}
.marginbtm3		{ margin-bottom: 3px}


/* Setting for PRE-SET padding (from left margin) */
.padleft10	{ padding-left: 10px}
.padleft30	{ padding-left: 30px}
.padleft60	{ padding-left: 60px}


