/* This is the PIT Style sheet
created by Jeff Jonaitis copyright 2004; Tread careful in the following sections */


       /* Small Text, Black */
td.smal-b {
       color: 000000; font-size: xx-small; line-height: 120%; font-style: normal; font-weight: normal; align: left; word-spacing: 1pt; text-indent: 0px;
       font-family: tahoma, verdana, arial, serif
}
       /*  Main Text with tab set, Black */
td.norm-b {
       color: 000000; font-size: x-small; line-height: 105%; font-style: normal; font-weight: normal; align: left; word-spacing: 1pt; text-indent: 30px;
       font-family: tahoma, verdana, arial, serif
}
       /*  Alternate of Main Text with huge tab set, Black  */
td.norm-b2 {
       color: 000000; font-size: x-small; line-height: 105%; font-style: normal; font-weight: normal; align: left; word-spacing: 1pt; text-indent: 150px;
       font-family: tahoma, verdana, arial, serif
}
       /* Title Text, Black */
td.larg-b {
       color: 000000; font-size: small; line-height: 115%; font-style: normal; font-weight: bold; align: left; word-spacing: 1pt; text-indent: 0px;
       font-family: tahoma, verdana, arial, serif
}
       /* Resume pacific Text, Black */
td.res-b {
       color: 000000; font-size: x-small; line-height: 100%; font-style: normal; font-weight: normal; align: left; word-spacing: 1pt; text-indent: 3px;
       font-family: tahoma, verdana, arial, serif
}
       /* Tutorial pacific Text, Black */
td.tut-b {
       color: 000000; font-size: small; line-height: 115%; font-style: normal; font-weight: normal; align: left; word-spacing: 1pt; text-indent: 0px;
       font-family: tahoma, verdana, arial, serif
}
       /* Gallery pacific Text with small indent to move away from table border, Black */
td.gal-b {
       color: 000000; font-size: x-small; line-height: 100%; font-style: normal; font-weight: normal; align: left; word-spacing: 1pt; text-indent: 3px;
       font-family: tahoma, verdana, arial, serif
}
       /* Copyright text, Red  */
td.copy-b {
       color: 4F1812; font-size: 10pt; line-height: 10pt; font-style: normal; font-weight: bold; align: center; word-spacing: 0pt; text-indent: 0px;
       font-family: arial, serif
}
/*
	A little information for those who want to learn more. To name your own font. You must use a
 normal html tag like <P>, <H1>, <body>, <td>, or in this case <font>. Now with .css you can adjust
 how that tags defualt settings are. But if you want to use more than one tag because you have
 25 differant font faces you wish to use. That is why you can name your font tags. You can name
 them in the following method: font.<name of tag here> {font-family: such and such }. You than
 come up with as many font.names you want.
	Now to apply them in your html. All you need to use the tag and class name. So the tag would
 look like this: <Font class="name"> then this font will recieve that font values.</font>
 This gives you the ablitiy to make changes to your font without the bothersome Paragraphing
 that <H1> or <P>. Make sure you place the <Font class="name"> in your Html doc. and to close it,
 or it will apply the font face to the rest of your page.
*/
/*end*/