/* CFT Style Sheet */

/* links */
a:link {color: #009; text-decoration: none}
a:visited {color: #669; text-decoration: none}
a:hover {color: #c00; text-decoration: none}
a:active {color: #c00; text-decoration: none}

/* Global link and Navigation styles */
.foot {font-family: arial, sans-serif; font-size: 9px; line-height: 120%; color: #333}
.bread {font-family: arial, sans-serif; font-size: 10px; line-height: 140%}
.page {font-family: arial, sans-serif; font-size: 15px; line-height: 120%; color: #f90; font-weight: bold}
.article {font-family: arial, sans-serif; font-size: 15px; line-height: 120%; color: #000; font-weight: bold}

/* Paragraph styles */
p {font-family: arial, sans-serif; font-size: 12px; line-height: 120%; color: #333}
hr {height: 1px; color: #ccc}
blockquote {font-family: arial, sans-serif; font-size: 11px; line-height: 120%; color: #333}
hr {height: 1px; color: #ccc}
b.red {font-family: arial, sans-serif; font-size: 12px; line-height: 120%; color: #f90}
b.blue {font-family: arial, sans-serif; font-size: 12px; line-height: 120%; color: #036}
b.black {font-family: arial, sans-serif; font-size: 12px; line-height: 120%; color: #000}
strong.blue {font-family: arial, sans-serif; font-size: 12px; line-height: 120%; color: #036}
.plain {font-family: arial, sans-serif; font-size: 12px; line-height: 120%; color: #333}
.left {margin-left: 20px}
.staff {font-family: arial, sans-serif; font-size: 10px; line-height: 120%; color: #000}

/* Header styles */
/* section and page */
h1 {font-family: arial, sans-serif; font-size: 15px; line-height: 120%; color: #f90}
h2 {font-family: arial, sans-serif; font-size: 13px; line-height: 120%; color: #f90}
h3 {font-family: arial, sans-serif; font-size: 13px; line-height: 120%}
h4 {font-family: arial, sans-serif; font-size: 13px; line-height: 120%; color: #036}

.header {font-family: arial, sans-serif; font-size: 12px; line-height: 130%; color: #f90}
.global {font-family: arial, sans-serif; font-size: 9px; line-height: 120%; color: #fff}
.headline {font-family: arial, sans-serif; font-size: 13px; line-height: 130%; color: #f90; background-color: #036}


/* List styles */
ul {font-family: arial, sans-serif; font-size: 10px; line-height: 120%; list-style-image: url(art/triangle.gif); list-style-position: outside}
li {margin-top: 3px}


