
A:link {color: #003366; text-decoration: none; font-size:10pt; font-family: verdana, arial, sans-serif}
A:link.bar {font-size: 10pt; color:white; text-decoration: none;  font-family: verdana, arial, sans-serif}
A:visited {color: purple; text-decoration: none; font-size:10pt; font-family: verdana, arial, sans-serif}
A:hover {color: #ffffff; text-decoration: underline}

P {font-size:10pt; font-family: verdana, arial, sans-serif}
.p {font-size:10pt; font-family: verdana, arial, sans-serif}
DIV {font-size:10pt; font-family: verdana, arial, sans-serif}
.s {font-weight: 700}
.u {text-decoration:underline}
LI {font-size:10pt; font-family: verdana, arial, sans-serif}

.blue {color:blue}
	
.white {color: white}
.whites {color: white; font-weight:600}

.cap {font-size:4em; 
	font-family:Caligula, Lucida Sans Unicode, Harlow Solid Italic, Harrington; 
 	vertical-align:middle;
	width:.5em;
	padding-right:3px;
	
	color:white;}
	
{	float:left; margin-right: 6px;padding:3px;	padding-top:6px;	line-height : 60%;
	height : 20px;		line-height : 20px; line-height:.6em;
	}
	
.HL {background-color: #e6e6fa; font-weight: bold;}

.b (font-weight: bold;)

.sub {font-weight: 700; color:Navy; font-style:italic}

.subHeading {
	font-size:16pt;
	color: white;
	font-family: Caligula, Lucida Sans Unicode, Harlow Solid Italic, Harrington; 
}

.FL {font-size:14pt; font-family:Caligula, Lucida Sans Unicode, Harlow Solid Italic, Harrington;}

table.1 { border-color:white; border-width:4px; border-style:ridge;}

.var {font-family:tahoma, verdana; font-size:12pt; font-weight: 700; color: white}

td {font-size:10px;font-family:verdana;color:000000}
	
.sig {
	font-size: 18pt; 
	font-family: brush script MT, lucida calligraphy}

.sm {font-size: 8pt}
.smbar {font-size: 8pt; color:white}

.nav1 {font-size:8pt;font-family:tahoma, verdana}

.lg {font-size: 14pt}

.note {font-family:tahoma, verdana; font-size: 10pt; font-weight: 700}

.look {font-size: 9pt;font-family: arial, verdana, sans-serif;color: #003366}

.color {
	color: #FF9900; 
	font-size: 10pt; 
	font-family: arial, verdana, sans-serif}

.none {text-decoration:none}

/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}

/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #000000;
 font-weight: normal;
}

/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;

} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}


/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #000000;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #000000;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}


