/*

********************
Resource Techniques
********************
webSite Title Here
Type CSS
Rev. 05/11/2008
********************

This stylesheet contains the types					

****************************************

TBR == To be reviewed	

*/

/* ...::: HEADINGS :::... */

h1 { font-size:138.5%; } /* 18px */
h2 { font-size:182%; } /* 24px */
h3 { font-size:138.5%; } /* 18px */
h4 { font-size:123,1%; font-weight:bold !important; line-height:2em; } /* 16px */

h1, h2, h3, h4 { font-family:"Arial", Georgia; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; color:#000234; }
#mp_bdtext h2 { font-size:138.5%; }

strong { font-weight:bold; }

/* ...::: PARAGRAPHS :::... */

p { font-family:"Arial"; font-size:100%; letter-spacing:.0em; }

/* ...::: LINKS :::... */

a { font-family:arial,helvetica,clean,sans-serif; text-decoration:none; color:#E82A66; }
a:hover { text-decoration:underline; color:#E82A66; }
a.current { text-decoration:none; color:#fff; }
a.visited { color:#fff; }

#subpage_text a:hover { color:#E82A66; }

/* ...::: LISTS :::... */

ol.decimal li {	list-style: decimal inside; } /* giving OL's LIs generated numbers */
ul.bullets li {	list-style: disc inside; } /* giving UL's LIs generated disc markers */
ul, ol { margin:0 0 1em 0; }
/* ...::: TABLES :::... */

th { font-weight:bold; text-align:center; }
caption {	text-align:center; }

/* ...::: MISC :::... */

em { font-style:italic; }

/* ...::: PRIMARY NAVIGATION :::... */

#nav-primary ul li a { font-size:138.5%; }
.note { font-size:0.5em; font-style:italic; }