/* mindfabric stylesheet */

/* the stylesheet legend follows */

/* s# - font size, based on html actual size */
/* s0 - 10px (HTML equiv: SIZE="-2") */
/* s1 - 11px (HTML equiv: SIZE="-1.5") */
/* s2 - 12px (HTML equiv: SIZE="-1") */
/* s3 - 14px (HTML equiv: SIZE="3") */
/* s4 - 16px (HTML equiv: SIZE="+1") */
/* s5 - 18px (HTML equiv: SIZE="+2") */
/* s6 - 20px (HTML equiv: SIZE="+3") */

/* n or b or i - font weight, normal or bold or italics */

/* t# - font color */
/* t1 - #000000 - black */
/* t2 - #FFFFFF - white */
/* t3 - #626F53 - white */

/* Font treatment classes */
.s0nt1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; color: #000000;}
.s0bt1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; color: #000000;}
.s0it1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; font-style: italic; color: #000000;}
.s1nt1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 400; color: #000000;}
.s1bt1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; color: #000000;}
.s1it1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 400; font-style: italic; color: #000000;}
.s0nt2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; color: #FFFFFF;}
.s0bt2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; color: #FFFFFF;}
.s0it2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; font-style: italic; color: #FFFFFF;}
.s0nt3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; color: #626F53;}

/* Links */
A.s0bt1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; color: #000000;}


/* Background color classes */
.c1 {background-color: #FFFFFF} /* white */
.c2 {background-color: #D5DAD0} /* beige - main content well */

/* unique tag classes */
body { background-color: #798868}
.gate { background-color: #D5DAD0; background-image: url(http://www.bussedesign.com/projects/sf001/05_prepro/html/11-20-01/img/bg_gate.gif); background-repeat: no-repeat}
.gate2 { background-color: #D5DAD0; background-image: url(http://www.bussedesign.com/projects/sf001/05_prepro/html/11-20-01/img/bg_gate_lg.gif); background-repeat: no-repeat}
.modborder { background-color: #798868; background-image: url(http://www.bussedesign.com/projects/sf001/05_prepro/html/11-20-01/img/bg_module.gif); background-repeat: repeat-y}
		
