/* typography.css - type formatting */

/* base style */
body { font-family:Arial, Helvetica, sans-serif; color:#333333; line-height:1.6em; }

/* regular copy */
p { }
table { }
fieldset { } 
blockquote { }

/* header styles */
h1 { font-size:1.4em; font-weight:bold; color:#000000; margin-bottom:0.5em; }
h2 { font-size:1.1em; font-weight:bold; color:#000000; margin-bottom:0.5em; }
h3 { font-size:1.2em; font-weight:bold; color:#000000; margin-bottom:0em; }

/* links */
a { font-weight:normal; color:#ff0000; text-decoration:underline; }
a:hover { text-decoration:underline; }

/* lists */
ul { list-style-position:outside; margin-left:0em; padding-left:3em; text-indent:0em; }
li { margin-bottom:1em; list-style-image:url(../images/global/bullet.gif); }

/* form element styles */
label { }
input { font-family:Arial, Helvetica, sans-serif; font-size:1em; }
textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em; }

/* horizontal rules */
hr { height:1px; background:#ff0000; color:#ff0000; border:0px none; }

/* footer styles */
#footer { font-size:0.9em; text-align:right; }
/*#footer a { color:#787878; text-decoration:none; border-bottom:#ff0000 1px solid; }*/

/* home styles */
#homeLeftColumn { font-size:1.2em; font-weight:bold; }
#homeRightColumn { font-size:1.1em; }

/* interior styles */

/* common styles */
.pt10 { font-size:1em; }
.pt11 { font-size:1.1em; }
.pt12 { font-size:1.2em; }
.pt13 { letter-spacing: 0.5em;}
.red { color:#ff0000; }


