<STYLE TYPE="text/css">	
<!--

/* Element Selectors */
body {
}

H1
{
    font-weight: bold;
    color: black;
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
}

H2
{
    color: black;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

/* text style for the planning tip */
H3
{
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

/* Class Selectors (different styles for the same element) */
.Normal
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black;
}

.NormalBlue
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #003399;
}

.NormalBlack
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.NormalBlackBold
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.NormalBold
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
}

.NormalBlueItalic
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #003399;
}

.SectionTitle
{
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.FooterText
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: black;
}

.edge {
border-style: solid;
border-width: 1px;
border-color: #003399;
padding: 5px;
}

.pad {
padding: 10px;
}

.leftmargin {
margin-left: 20px;
}

.nolink
{
	text-decoration: none;
	color : #003399;
    font-weight: bold;
}

/* Anchor Pseudo-Class ("hover" MUST come after "link" and "visited") */
A.NormalLink, A.NormalLink:link, A.NormalLink:visited, A.NormalLink:hover
{
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px;
    color: #003399;
}   

/* text style for the H3 links */
A
{
    text-decoration: underline;
    color:  black;
}

/* ID Selectors (same style for different elements) */
#tabs {
  float:left;
  width:100%;
  background:#ffffff url(images/tab_bg.gif) repeat-x bottom;
  font-size:93%;
  line-height:normal;
  clear:both;
  }
#tabs ul.major {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li.lowTab {
  float:left;
  list-style:none;
  background:url(images/tab_left_off.gif) no-repeat left top;
  MARGIN: 0px 3px 0px 0px;
  padding:0 0 0 9px;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  }
#tabs a {
  float:left;
  display:block;
  background:url(images/tab_right_off.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#666666;
  font-size:11px;
  }
#tabs a {
  float:none;
  }
#tabs a:hover {
  color:#333;
  }
#tabs li.highTab {
  float:left;
  list-style:none;
  background:url(images/tab_left_on.gif) no-repeat left top;
  MARGIN: 0px 3px 0px 0px;
  padding:0 0 0 9px;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  }
#tabs li.highTab a {
  background:url(images/tab_right_on.gif) no-repeat right top;
  color:#333;
  padding-bottom:4px;
  }
#title {
	background-color: #FFFFFF;
	border: none;
    }
#onThisPage {
	display:block;
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: -5px;
}
#content {
	background-color: #FFFFFF;
	border: none;
}

/* Element#ID (specifies an ID for a particular element) */

-->
</STYLE>