body,p,span,div,table
{
   font-family: arial,'century gothic',sans-serif;
   color: #000000;
   font-size: 12px;
}

/* for text on forms */
.prompt
{
   font-family: arial,'century gothic',sans-serif;
   color: #FF0000;
   font-size: 12px;
   font-style: italic;
}

.subprompt
{
   font-family: arial,'century gothic',sans-serif;
   color: #FF0000;
   font-size: 10px;
}

/* for category rows on links page */
.category
{
   background-color: #888888;
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
}

/* for headline of a page */
h1
{
   font-family: arial, 'century gothic',sans-serif;
   color: #000000;
   font-size: 20px;
   text-align: center;
}

h2
{
   font-family: arial, 'century gothic', sans-serif;
   color: #000000;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
}

/* for headline of a paragraph */
.headline
{
   font-size: 14px;
   font-weight: bold;
}

.bigheadline
{
   font-size: 20px;
   font-weight: bold;
}

.headline2
{
   font-weight: bold;
}

/* list with red triangles as bullets */
ul
{
   margin-top: 0px;
   margin-bottom: 0px;
   list-style-image: url("images/tri_red_bullet.gif")
}

/* disclaimer */
.disclaimer
{
   font-size = 10px;
   font-family = arial, 'century gothic', sans-serif;
   text-align: center;
}


/* button to look like a link */
input.link
{
   background-color: transparent;
   font-family: arial,'century gothic',sans-serif;
   color: #FF0000;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   border-right: medium none;
   border-left: medium none;
   border-top: medium none;
   border-bottom: medium none;
   cursor: hand;
}

/* text box with no lines, can't be typed in */
.invisible
{
   border: 0;
   cursor: default;
   disabled: true;
   background-color: #FFFFF7;
   scrollbar-3dlight-color:#FFFFF7;
   scrollbar-3dlight-color:#FFFFF7;
   scrollbar-arrow-color:#FFFFF7;
   scrollbar-base-color:#FFFFF7;
   scrollbar-darkshadow-color:#FFFFF7;
   scrollbar-face-color:#FFFFF7;
   scrollbar-highlight-color:#FFFFF7;
   scrollbar-shadow-color:#FFFFF7;
   scrollbar-track-color:#FFFFF7; 
}

/* text box with no lines, can't be typed in  -- blue font*/
.message
{
   border: 0;
   cursor: default;
   disabled: true;
   background-color: #FFFFF7;
   color: blue;
   scrollbar-3dlight-color:#FFFFF7;
   scrollbar-3dlight-color:#FFFFF7;
   scrollbar-arrow-color:#FFFFF7;
   scrollbar-base-color:#FFFFF7;
   scrollbar-darkshadow-color:#FFFFF7;
   scrollbar-face-color:#FFFFF7;
   scrollbar-highlight-color:#FFFFF7;
   scrollbar-shadow-color:#FFFFF7;
   scrollbar-track-color:#FFFFF7; 
}


/* standard link style */
a:link
{
   font-family: arial,'century gothic',sans-serif;
   color: #FF0000;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a:visited
{
   font-family: arial,'century gothic',sans-serif;
   color: #FF0000;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a:hover
{
   font-family: arial,'century gothic',sans-serif;
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   text-decoration: underline;
}

/* styles for the navigation links on the home page */

a.home:link
{
	font-family: arial,'century gothic',sans-serif;
    font-size: 16px;
    color: #000000;
	text-decoration: none;
    font-weight: bold;
}

a.home:visited
{
	font-family: arial,'century gothic',sans-serif;
    font-size: 16px;
    color: #000000;
	text-decoration: none;
}

a.home:hover
{
	font-family: arial,sans-serif;
    font-size: 16px;
    color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}

/* styles for the navigation links on the inside pages */

a.nav:link
{
	font-family: arial,'century gothic',sans-serif;
    font-size: 10px;
    color: #000000;
	text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
}

a.nav:visited
{
	font-family: arial,'century gothic',sans-serif;
    font-size: 10px;
    color: #000000;
	text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
}

a.nav:hover
{
	font-family: arial,sans-serif;
    font-size: 10px;
    color: #FF0000;
	text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
}

.currentPg
{
	font-family: arial,sans-serif;
    font-size: 10px;
    color: #FF0000;
	text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
}

