/* $Id: p3.css,v 1.8 2009/02/26 03:31:58 rh Exp $ */

BODY {
   font-family : Arial, Helvetica, sans-serif;
   background-color : #ffffff;
   text-decoration : none;
   margin: 0;
   margin-top: 18pt;
   margin-bottom: 18pt;
   margin-left: 18pt;
   margin-right: 18pt;  
}

.title {
   font-size : 18px;
   font-family : Arial, BalArial, Helvetica, sans-serif;
   color : #cccccc;
}

.white {
   color : #cccccc;
}

.black {
   color : #cccccc;
}

TD {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 16px;
   color : #000000;
}

P {
   font-weight : normal;
   font-style: normal;
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

p.c1 {text-align: center}


DIV {
   font-weight : normal;
   font-style: normal;
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}



A:visited {
   color : #960000;
   text-decoration : none;
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
}


A:link {
   color : #990000;
   text-decoration : none;
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
}


A:hover {
   color : #920000;
   text-decoration : underline;
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
}


A:active {
   color : #990000;
   text-decoration : underline;
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
}


A.inactive:visited {
   color : #969696;
}

A.inactive:link {
   color : #999999;
}


LI {
   /* font-size : 10pt; */
   font-family : Arial, Helvetica, sans-serif;
   font-weight: normal;
   color : #000000;
   text-decoration : none;
}

DT {
   /* font-size : 10pt; */
   font-weight: bold;
   font-family : Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

DD {
   /* font-size : 10pt; */
   font-weight: normal;
   font-family : Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}




/* For use under H6.indent headings */
P.h6indent {
   margin-left : 40pt;
}


/* For use under H5.indent headings */
P.h5indent {
   margin-left : 20pt;
}


/* H1-H4 text classes provided for future implementation */

P.h4text { }

P.h3text { }

P.h2text { }

P.h1text { }

/* end text classes */


/* H5 and H6 indent headings */

H6.indent {
   font-family : Arial, Helvetica, sans-serif;
   font-style : italic;
   font-weight : normal;
   /* font-size : 12pt; */
   color : #000000;
   text-decoration : none;
   text-indent : 40pt;
}


H5.indent {
   font-family : Arial, Helvetica, sans-serif;
   font-style : italic;
   font-weight : bold;
   /* font-size : 11pt; */
   color : #000000;
   text-decoration : none;
   text-indent : 20pt;
}

/* end of indent headings */


/* standard headings */

H6 {
   font-family : Arial, Helvetica, sans-serif;
   font-style : italic;
   font-weight : normal;
   /* font-size : 10pt; */
   color : #000000;
   text-decoration : none;
}


H5 {
   font-family : Arial, Helvetica, sans-serif;
   font-style : italic;
   font-weight : bold;
   /* font-size : 11pt; */
   color : #000000;
   text-decoration : none;
}

H4 {
   font-family : Arial, Helvetica, sans-serif;
   font-style : italic;
   font-weight : bold;
   /* font-size : 12pt; */
   color : #000000;
   text-decoration : none;
}


H3 {
   font-family : Arial, Helvetica, sans-serif;
   font-weight : bold;
   /* font-size : 14pt; */
   color : #990000;
   text-decoration : none;
}


H2 {
   font-family : Arial, Helvetica, sans-serif;
   font-weight : bold;
   /* font-size : 16pt; */
   color : #990000;
   text-decoration : none;
}


H1 {
   font-family : Arial, Helvetica, sans-serif;
   font-weight : bold;
   /* font-size : 20pt; */
   color : #990000;
   text-decoration : none;
   text-align : center;
}

thead {
   background-color : #dddddd;
}

tbody {
   background-color : #f6f6f6;
}

td.head {
   background-color : #eeeeee;
}

td {
	padding: 2px 8px 2px 8px;
	border-style: solid;
	border-width: thin;
	border-color: #cccccc;
}


/* Bold and Italics set by style sheet instead of HTML */

STRONG { font-weight: bold ; }

EM { font-style: italic ; }

B { font-weight: bold ; }

I { font-style: italic ; }


