/*-----------------------------------------------------------------------------
Mental Health Transformation Behavioral Health Clearinghouse - Print Styles
version:   2.0
author:  wendy cook  
email: wendy.cook@dshs.state.tx.us
november 24, 2008
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


ol{
list-style: decimal;
}

ol ol {
list-style: upper-alpha;
}

ol ol ol {
list-style: lower-roman;}

ol ol ol ol {
list-style: lower-alpha;}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 82.5%/1.6 "Arial", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #ffffff;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font: 1.75em "Trebuchet MS", "Arial", Tahoma, Verdana, sans-serif;
	color: #333333;
}

h2 {
	font: 1.35em "Trebuchet MS", "Arial", Tahoma, Verdana, sans-serif;
	color: #333333;
}

h3 {
	font: 1.2em "Trebuchet MS", "Arial", Tahoma, Verdana, sans-serif;
	color: #5A1866;
	font-weight: bold;
}

h4 {
	font: 1.2em  "Trebuchet MS", "Arial", Tahoma, Verdana, sans-serif;
	color: #406618;
}

h5 {
	font: 1.15em "Trebuchet MS", "Arial", Tahoma, Verdana, sans-serif;
	color: #0D4372;
}


/* =Links
-----------------------------------------------------------------------------*/
a {
color: #630460;
text-decoration: underline;
}

a:hover {
color: #9E0039;
text-decoration: underline;
}

a:active {
color: red;
text-decoration: none;
}

a:visited {
color: #1F3F59;
text-decoration: underline;
}


/* =Container
-----------------------------------------------------------------------------*/

/* =Branding
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/

/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/

/* = Index Cards
-----------------------------------------------------------------------------*/

.cardHeading {
font-weight: bold;
font-size: 1.15em;
font-stretch: expanded;
}

/* =Footer
-----------------------------------------------------------------------------*/

.printFooter {
border-top: thin silver dotted;
font-size: .8em;
text-align: center;
}

.printFooterDisclaimer {
font-size: .75em;
text-align: center;
font-style: italic;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* =Tables
-----------------------------------------------------------------------------*/



