/* Formatting for common html tags */
body                    {font-family:arial,helvetica,verdana,sans-serif; color:#000; font-size:12px;}

p                       {font-size:12px; text-align:justify;}
p.left                  {font-size:12px; text-align:left;}
p.right                 {font-size:12px; text-align:right;}
p.center                {font-size:12px; text-align:center;}
p:first-letter          {font-size:14px;}

i.i1					{font-size:11px; text-align:justify; color:#039;}
i.i2					{font-size:12px; text-align:justify;}

h1                      {font-size:14px; font-weight:bold;}
h2                      {font-size:14px; font-weight:bold; color:#039;}
h3						{font-size:12px; color:#039;}

li                      {font-family:arial,helvetica,verdana,sans-serif; font-size:12px; text-align:justify;}

td                      {font-family:arial,helvetica,verdana,sans-serif; font-size:12px; text-align:justify;}						

/*  Formatting for main page links */
a                       {text-decoration: none; font-size:12px; font-weight:bold;}
a:link                  {color:#039;}
a:visited               {color:#039;}
a:hover                 {color:#FC0; text-decoration: underline;}
a:active                {color:#FC0;}

a.sublink				{text-decoration: none; font-size:12px; font-weight:bold;; line-height:10px;}				
a.sublink:link			{color:#000;}
a.sublink:visited		{color:#000;}
a.sublink:hover			{color:#FC0; text-decoration: underline;}
a.sublink:active		{color:#FC0;}

a.sublink2				{text-decoration: none; font-size:12px; font-weight:300; line-height:10px;}				
a.sublink2:link			{color:#000;}
a.sublink2:visited		{color:#000;}
a.sublink2:hover		{color:#FC0; text-decoration: underline;}
a.sublink2:active		{color:#FC0;}

a.sublink3				{text-decoration: none; font-size:12px; font-weight:300; line-height:10px;}				
a.sublink3:link			{color:#039;}
a.sublink3:visited		{color:#039;}
a.sublink3:hover		{color:#039; text-decoration: underline;}
a.sublink3:active		{color:#FC0;}

/* Formats text to be used for emphisis of words. */
.boldRedText            {font-size:12px; font-weight:bold; color:#F00;}
.boldOrangeText         {font-size:12px; font-weight:bold; color:#F80;}
.boldYellowText         {font-size:12px; font-weight:bold; color:#FC0;}
.boldGreenText          {font-size:12px; font-weight:bold; color:#390;}
.boldBlueText           {font-size:12px; font-weight:bold; color:#039;}
.boldVioletText         {font-size:12px; font-weight:bold; color:#939;}
.boldBlackText          {font-size:12px; font-weight:bold; color:#000;}
.boldWhiteText          {font-size:12px; font-weight:bold; color:#FFF;}
.dblSpace				{line-height:200%;}
.blueBlue				{color:#039;}
.redRed 				{color:#F00;}
.greenGreen				{color:#390;}

/* Formats the Floating Div and the text within it. */
.rightDiv               {width:150; float:right; padding:7; margin-left:5;}
.rightHed               {font-size:11px; font-weight:bold; color:#039;}
.rightCol               {text-align:center; font-size:11px; font-weight:bold;}

/* Formats Text boxes for logon page */
.textbox                {font-family:arial; font-size:10pt; background-color:#fff; border:#039 1 solid;}
