/* portfolio stylesheet */

/* the stylesheet legend follows */

/* s# - font size, based on html actual size */
/* s0 - 10px (HTML equiv: SIZE="-2") */
/* s1 - 12px (HTML equiv: SIZE="-1") */
/* s2 - 14px (HTML equiv: SIZE="3") */
/* 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 - #112277- dark blue */
/* t3 - #6677EE- light blue */

/* Font treatment classes */
.s1nt1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 400; color: #000000;}
.s1bt1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; color: #000000;}
.s2bt1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; color: #000000;}
.s6nt1 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; color: #000000;}
.s6bt1 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; color: #000000;}

/* Links */
A.s6bt1 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; color: #000000; text-decoration: none;}

/* unique tag classes */
body { background-color: #FFFFFF}

		
