/* www.jeffwitter.com             */
/* Stylesheet - 22 February 2011  */
/* Michael P. Fishbaugh           */

			 
/* Paragraph Properties */          

P		{ font-family: Georgia, Georgia, serif; font-size: 10pt; color: #000000; line-height: 150%;}

/* text alignment */
.right {text-align: right}
.Left {text-align: left}
.center {text-align: center}

/* text control */ 
.uppercase {text-transform: uppercase}
.lowercase {text-transform: lowercase}
.capitalize {text-transform: capitalize}

/* text decoration */
.overline {text-decoration: overline}
.line-through {text-decoration: line-through}
.underline {text-decoration: underline}
/* a {text-decoration: none} */

/* Borders */
p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}
p.border {border: thin inset #396db1 5,0,5}

/* margins */
p.leftmargin {margin-left: 2cm}
p.rightmargin {margin-right: 2cm}
p.topmargin {margin-top: 2mm}
p.bottommargin {margin-bottom: 1cm}

/* padding */
.padding1  {padding: 0.5cm}
.padding2  {padding: 0.5cm 2.5cm}

/* Font Details */
.italic 	{font-style: italic}
.normal 	{font-weight: normal}
.thick 		{font-weight: bold}
.thicker	{font-weight: 900}
.font1  	{font-family: Arial, sans-serif; font-size: 10pt; color: #000033}
.font2   	{font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #000033}
.font3   	{font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-weight: bold; color: #000000}
.italic1  	{font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: italic; color: #000033}
.italic2  	{font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: italic;font-weight: bold; color: #000033}
.italic3 	{font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: italic; color: #000000}
.italic4  	{font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: italic;font-weight: bold; color: #000000}

/* Headers */
h1      { font-family: Georgia, Georgia, serif;  font-size: 24pt; color: #000033}
h2      { font-family: Georgia, Georgia, serif;  18pt; color: #000033}
h3		{ font-family: Georgia, Georgia, serif;  font-size: 14pt; color: #000000}
h4		{ font-family: Georgia, Georgia, serif;  12pt; font-weight: bold; color: #000033}
h5		{ font-family: Georgia, Georgia, serif;  font-size: 11pt; text-transform: uppercase; color: #000033}
h6		{ font-family: Georgia, Georgia, serif;  font-size: 11pt; color: #000000}	

hr              {color: #000033}

/* item markers */

.decimal 	{list-style-type: decimal}
.lroman 	{list-style-type: lower-roman}
.uroman 	{list-style-type: upper-roman}
.lalpha 	{list-style-type: lower-alpha}
.ualpha 	{list-style-type: upper-alpha}

/* links */
.link		{ color: #000033 }
.active		{ color: #003366 }
.visited	{ color: #000033 }


/* Table Definitions */

.maintable 	{ background-color: #FFFFFF; 
		  border-left-width: 2px; 
		  border-left-style: solid;
		  border-left-color: #A1ADB9;
		  border-right-width: 2px; 
		  border-right-style: solid;
		  border-right-color: #A1ADB9}

.headtable 	{ background-color: #FFFFFF; 
		  border-top-width: 2px; 
		  border-top-style: solid;
		  border-top-color: #A1ADB9;
		  border-left-width: 2px; 
		  border-left-style: solid;
		  border-left-color: #A1ADB9;
		  border-right-width: 2px; 
		  border-right-style: solid;
		  border-right-color: #A1ADB9}

.foottable 	{ background-color: #FFFFFF; 
		  border-bottom-width: 1px; 
		  border-bottom-style: solid;
		  border-bottom-color: #A1ADB9;
		  border-left-width: 1px; 
		  border-left-style: solid;
		  border-left-color: #A1ADB9;
		  border-right-width: 1px; 
		  border-right-style: solid;
		  border-right-color: #A1ADB9}