/********************** HTML Text Home Page **********************/

/*Body Copy*/
.subFrameBody {padding: 25px;}

/********************** HTML Text **********************/

/*H1*/
H1 {font-family: Comic Sans MS;font-size: 24px;color:#860035;font-weight: bold; font-style: italic}

/*H2*/
H2 {font-family: Comic Sans MS;font-size: 16px;color:#558456;font-weight: bold; font-style: italic}

/*H3*/
H3 {font-family: Comic Sans MS;font-size: 12px;color:#686868; font-weight: bold; font-style: italic}

/*H4*/
H4 {font-family: Comic Sans MS;font-size: 12px;color:#803A00; font-weight: bold; font-style: italic}

/*H5*/
H5 {font-family: Comic Sans MS;font-size: 12px;color:#E81200; font-weight: bold; font-style: italic}

/*Body Copy*/
.bodyText {font-family: Comic Sans MS;font-size: 14px;color:#000062; font-weight: normal; font-style: oblique}

/*Instructive Text*/
.instructiveText {font-family: verdana;font-size: 11px;color:#004182;font-weight: normal;}

/*Book Back Text */
.bookBack
{
background: #eee;
font-family: Comic Sans MS;
font-size: 11px;
color:#000062;
font-weight: bolder;
font-style: oblique
}

/*Error Text*/
.errorText {font-family: verdana;font-size: 12px;color:#E81200;font-weight: normal;}

/*Footer Text*/
.footerText {font-family: arial;font-size: 10px;color:#767676; padding: 5px; text-align: center;}

/*Thin Bar*/
.thinBar {background-color:#627293;}

/*Table*/
.tableHeaderOne {background-color:#860035; font-family: Comic Sans MS; font-size: 14px; font-weight: bold; color: #ffffff}
.tableHeaderTwo {background-color:#8FB3F1; font-family: Comic Sans MS; font-size: 14px; font-weight: bold; color: #ffffff}

/*Staff Table alternating colors*/
.tableCell0 /*1st cell background*/
{font-family: Comic Sans MS;font-size: 11px;color: #055D5C;font-weight: normal; background-color:#e6e6e6; font-style: italic}
/*Table*/
.tableCell1 /*alternate cell background*/
{font-family: Comic Sans MS;font-size: 11px;color: #055D5C;font-weight: normal; background-color:#FFFFFF; font-style: italic}
/*Table*/
.tableLinkCell0 /*Hyperlink first cell background*/
{font-family: Comic Sans MS;font-size: 14px; background-color:#e6e6e6; color:#804000; font-style: italic}
/*Table*/
.tableLinkCell1 /*Hyperlink second cell background*/
{font-family: Comic Sans MS;font-size: 14px; background-color:#FFFFFF; color:#804000; font-style: italic}

/* Navigation */
a:visited  {font-size: 14px; color:#0208DB; font-family:verdana; text-decoration: underline;}
a:link  {font-size: 14px; font-family:verdana; text-decoration: underline;} 
a:hover {font-size: 14px; font-family:verdana; text-decoration: none;} 
a:active {font-size: 14px; font-family:verdana; text-decoration: underline;} 
.invisible  {font-size: 14px; color:#0208DB; font-family:verdana; text-decoration: none;}

/* Functions we need */
/* no borders around clickable images */
img
{
	border-style: none;
}

/* put scroll bars on short pages with long text */
#scroll
{
     height:100%;
     overflow:auto;
}

img.lnk { /* link */
	cursor: hand;
}
