/* the basic 16 colors:  aqua, black, blue, fuchsia, gray, green, lime, maroon,
			 navy, olive, purple, red, silver, teal, white, and yellow

    For Nescape and IE color names, see http://www.users.interport.net/%7Egiant/COLOR/1ColorSpecifier.html
*/

/*
.left	 { text-align: left;	}
.right	 { text-align: right;	}
.center  { text-align: center;	}
.justify { text-align: justify; }
*/

/* sans serif set: "trebuchet ms", verdana, arial, sans-serif;
   serif set:	   "times new roman", serif;		  */

.xsmall { font:  8pt "trebuchet ms", verdana, arial, sans-serif; }
.small	{ font:  9pt "trebuchet ms", verdana, arial, sans-serif; }
.med	{ font: 11pt "trebuchet ms", verdana, arial, sans-serif; }
.large	{ font: 14pt "trebuchet ms", verdana, arial, sans-serif; }
.xlarge { font: 16pt "trebuchet ms", verdana, arial, sans-serif; }

.noindent { text-indent:0; }

.border { border: 1px black solid; padding:5px; }

body {	background-color:   #FFFFFF;
	color:		    black;
	margin: 	    0px;
	text-indent:	    0pt;
	text-decoration:    none;	/* underline, line-through, blink, none */
	font-size:	    8pt;
	font-style:	    normal;	/* normal, italic, oblique */
	font-weight:	    normal;	/* normal, bold, 100-900 */
	font-family:	    verdana, arial, sans-serif;
}

b { font-weight:bold; }
i { font-style:italic; }
u { text-decoration:underline; }

p.indent { text-indent:1.5em; }

/*
ul	    { list-style: inside square; line-height: 1.15; }
ul ul	    { list-style: inside disc; }
ul ul ul    { list-style: inside circle; }
ul.justify  { text-align:justify; margin-right:10%; }
li.red	    { color: red;  }
li.blue     { color: blue; }

dl	    { display:block; }
dl.justify  { text-align:justify; margin-right:10%; }
dt	    { font-weight:bold; }
*/


h1 {	color:		    black;
	line-height:	    20pt;
	font-size:	    20pt;
	font-weight:	    600;
	font-family:	    verdana, arial, sans-serif; }

h2 {	color:		    black;
	line-height:	    16pt;
	font-size:	    16pt;
	font-weight:	    600;
	font-family:	    verdana, arial, sans-serif; }

h3 {	color:		    black;
	line-height:	    14pt;
	font-size:	    14pt;
	font-weight:	    500;
	font-family:	    verdana, arial, sans-serif; }

h4 {	color:		    black;
	line-height:	    12pt;
	font-size:	    12pt;
	font-weight:	    600;
	font-family:	    verdana, arial, sans-serif; }

h5 {	color:		    black;
	line-height:	    10pt;
	font-size:	    10pt;
	font-weight:	    normal;
	margin: 	    0em 0% 0em 0%;
	font-family:	    verdana, arial, sans-serif; }

h6 {	color:		    black;
	line-height:	    9pt;
	font-size:	    9pt;
	font-weight:	    normal;
	font-family:	    verdana, arial, sans-serif; }

p  {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-weight:	    normal;
	font-family:	    verdana, arial, sans-serif; }

td {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-weight:	    normal;
	font-family:	    verdana, arial, sans-serif; }

tr {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-weight:	    normal;
	font-family:	    verdana, arial, sans-serif; }

ul {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-weight:	    normal;
	font-family:	    verdana, arial, sans-serif; }

ol {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-weight:	    normal;
	font-family:	    verdana, arial, sans-serif; }

b  {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-weight:	    bold;
	font-family:	    verdana, arial, sans-serif; }

i  {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	font-style:	    italic;
	font-family:	    verdana, arial, sans-serif; }

u  {	color:		    black;
	line-height:	    12pt;
	font-size:	    10pt;
	text-decoration:    underline;
	font-family:	    verdana, arial, sans-serif; }

a:hover  {
    color: purple;
    text-decoration : none;
}

/*
Netscape bug!!	Causes spurious underlining in and after forms!

a:link	  { color:		navy;
	    text-decoration:	underline; }
*/

a:active  { color:		red;
	    background: 	navy;
	    text-decoration:	none; }

a:visited { color:		maroon;
	    text-decoration:	underline; }

a:visited:hover { color:		maroon;
	    text-decoration:	none; }
		
blockquote {	color:		    navy;
		text-align:	    justify;
		text-decoration:    none;
		margin-left:	    3%;
		margin-right:	    5%;
		line-height:	    12pt;
		font-size:	    10pt;
		font-style:	    normal;
		font-family:	    "trebuchet ms", verdana, arial, sans-serif; }

pre {	color:		    navy;
	line-height:	    12pt;
	font-size:	    10pt;
	font-style:	    normal;
	text-decoration:    none;
	font-family:	    "courier new", courier, sans-serif; }
.hippaSectionHead {
	font: 15pt "trebuchet ms", verdana, arial, sans-serif;
	text-decoration: underline;

}
.hippaText {
font: 12pt "trebuchet ms", verdana, arial, sans-serif;
}
.hippaTextItalic {

font: italic 12pt "trebuchet ms", verdana, arial, sans-serif;
}
.hippaTextBold {

font: bold 12pt "trebuchet ms", verdana, arial, sans-serif;
}
.hippaTextBoldRed {
	font: bold 12pt "trebuchet ms", verdana, arial, sans-serif;
	color: #990000;

}
