/* =========================================================================
   Cascading Style Sheet for francesgilbert.com

   Written by Abigail Collings and Alister Lewis-Bowen
   Copyright (C) 2000 francesgilbert.com
   ========================================================================= */

/* -------------------------------------------------------------------------
   <body> properties
   ------------------------------------------------------------------------- */
body
{
	font-family: Verdana, Helvetica;
        background-color: #666699;
}

/* -------------------------------------------------------------------------
   <a> unvisited (before clicking) href link properties
   ------------------------------------------------------------------------- */
a:link
{
	font-family: Verdana, Helvetica;
	color: #336699;
	text-decoration: none
}

/* -------------------------------------------------------------------------
   <a> visited (after clicking) href link properties
   ------------------------------------------------------------------------- */
a:visited
{
	font-family: Verdana, Helvetica;
	color: #336699; 
	text-decoration: none
}

/* -------------------------------------------------------------------------
   <a> active (during clicking) href link properties
   ------------------------------------------------------------------------- */
a:active
{
	font-family: Verdana, Helvetica;
	color: #336699; 
	text-decoration: none;
}

/* -------------------------------------------------------------------------
   <a> hover (mouse over) href link properties
   ------------------------------------------------------------------------- */
a:hover
{
	font-family: Verdana, Helvetica;
	color: #336699; 
	text-decoration: underline;
}


/* -------------------------------------------------------------------------
   Class used for selected <input> form elements
   ------------------------------------------------------------------------- */
.input
{
	background-color: #666699;
	font-family: Verdana, Helvetica;
	color: #CCCCCC;
	font-size: 14px
}

/* -------------------------------------------------------------------------
   Class used for the breadcrumb text
   ------------------------------------------------------------------------- */
.breadcrumb
{
	font-family: Verdana,Helvetica;
	color: #CCCCCC;
	font-size: 12px;
	font-style: bold

}

/* -------------------------------------------------------------------------
   Class used to create a dot by using the wingdings char for 'l'
   ------------------------------------------------------------------------- */
.wingding
{
	font-family: wingdings;
	color: #CCCCCC;
	font-size: 14px

}

/* -------------------------------------------------------------------------
   Class used for the masthead background color
   ------------------------------------------------------------------------- */
.m_bgcolor
{
	background: #666699;
}

/* -------------------------------------------------------------------------
   Class used for the masthead title text properties
   ------------------------------------------------------------------------- */
.m_title_text
{
	font-family: Garamond, Times;
	color: #CCCCCC;
	font-size: 36px;

}

/* -------------------------------------------------------------------------
   Class used for the masthead title text properties
   ------------------------------------------------------------------------- */
.m_title_text_sm
{
	font-family: Verdana, Helvetica;
	color: #CCCCCC;
	font-size: 18px;

}

/* -------------------------------------------------------------------------
   Class used for the page body, that cell between the masthead and footer,
   background color
   ------------------------------------------------------------------------- */
.b_bgcolor
{
	background: #FFFFFF;
}

/* -------------------------------------------------------------------------
   Class used for the kicker text in the page body
   ------------------------------------------------------------------------- */
.kicker_text
{
	font-family: Verdana, Helvetica;
	color: #99CC00;
	font-size: 22px
}

/* -------------------------------------------------------------------------
   Class used for the abstract text in the page body
   ------------------------------------------------------------------------- */
.abstract_text
{
	font-family: Verdana, Helvetica;
	color: #666666;
	font-size: 14px
}

/* -------------------------------------------------------------------------
   Class used for the quote text in the page body
   ------------------------------------------------------------------------- */
.quote_text
{
	font-family: Verdana, Helvetica;
	color: #666666;
	font-size: 20px;
	font-style: italic
}

/* -------------------------------------------------------------------------
   Class used for the body news title text
   ------------------------------------------------------------------------- */
.news_ttext
{
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #99CC00;
	font-size: 16px;
}

/* -------------------------------------------------------------------------
   Class used for the body news text
   ------------------------------------------------------------------------- */
.news_text
{
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}

/* -------------------------------------------------------------------------
   Class used for the footer background color
   ------------------------------------------------------------------------- */
.f_bgcolor
{
	background: #666699;
}

/* -------------------------------------------------------------------------
   Class used for the footer text color
   ------------------------------------------------------------------------- */
.f_text
{
	font-family: Verdana,Helvetica;
	color: #CCCCCC;
	font-size: 12px

	
}

/* -------------------------------------------------------------------------
   Class used for small sized text
   ------------------------------------------------------------------------- */
.small
{
	font-family: Verdana,Helvetica;
	color: #666666;
	font-size: 12px;
	font-style: normal

}

/* -------------------------------------------------------------------------
   Class used for medium sized text
   ------------------------------------------------------------------------- */
.medium
{
	font-family: Verdana, Helvetica;
	font-size: 14px
}

/* -------------------------------------------------------------------------
   Class used for large sized text
   ------------------------------------------------------------------------- */
.large
{
	font-family: Verdana, Helvetica;
	font-size: 16px
}

/* -------------------------------------------------------------------------
   Class used for huge sized text
   ------------------------------------------------------------------------- */
.huge
{
	font-family: Verdana, Helvetica;
	font-size: 42px
}

