body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/tile.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
a.n:link {
	font-size: 9pt;
	color: #003366;
}
a.n:visited {
	font-size: 9pt;
	color: #003366;
}
a.n:hover {
	font-size: 9pt;
	color: #990000;
}
a.n:active {
	font-size: 9pt;
	color: #003366;
}
a.bl:link {
	font-size: 8pt;
	color: #FFFFFF;
}
a.bl:visited {
	font-size: 8pt;
	color: #FFFFFF;
}
a.bl:hover {
	font-size: 8pt;
	color: #FFFFCC;
}
a.bl:active {
	font-size: 8pt;
	color: #FFFFFF;
}
a.sb:link {
	color: #FFFFFF;
}
a.sb:visited {
	color: #FFFFFF;
}
a.sb:hover {
	color: #FFCC00;
}
a.sb:active {
	color: #FFFFFF;
}
a.cr:link {
	color: #999999;
	text-decoration: none;
}
a.cr:visited {
	color: #999999;
	text-decoration: none;
}
a.cr:hover {
	color: #003366;
	text-decoration: none;
}
a.cr:active {
	color: #999999;
	text-decoration: none;
}
#announcement {
	font-size: 9pt;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
.bodyCopy {
	font-size: 9pt;
	color: #003366;
}
.bodyCopyEmph {
	font-size: 9pt;
	font-style: italic;
	color: #003366;
}
.bodyCopyBold {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
}
.bodyCopyBoldEm {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #003366;
}
.bodyCell {
	font-size: 9pt;
	color: #003366;
	padding-right: 16px;
	padding-left: 16px;
}
.pageTitle {
	font-size: 16pt;
	font-weight: bolder;
	color: #003366;
	font-style: italic;
	text-decoration: underline;
}
.sectionTitle {
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
}
.sectionTitleUL {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	background-color: #003366;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sbTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.sbCopy {
	font-size: 8pt;
	color: #FFFFFF;
}
.blCell {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
	background: #003366;
}
.sbCell {
	font-size: 8pt;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
.cpCell {
	font-size: 7pt;
	color: #999999;
	padding-left: 32px;
	background: #F0F0F0;
}
.crCell {
	font-size: 7pt;
	color: #999999;
	text-align: right;
	padding-right: 32px;
	background: #F0F0F0;
}

/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/* First level container properties */
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* All level container settings ? */
.navbar li {
	width: 140px;
}

/* Second level cell properties */
.navbar ul li {
	width: 180px;
	border: none;
	background-color: #EAEAEA;
}

/* All level link settings */
.navbar a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0px 2px;
	padding-left: 18px;
	cursor: pointer;
}

/* Second level link properties ? */
.navbar ul a {
 	border-bottom: 1px solid silver;
 	color: #003366;
	line-height: 19px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/* Mouse over on menu items */
.navbar li.hover {
	background-position: 0px 22px;
}

/* First level link hover */
.navbar a.hover {
	color: #CC3366;
}

/* Second level link hover */
.navbar ul a.hover {
  	color: #CC3333;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.navbar li.selected {
	background-position: 0px 22px;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.navbar ul li.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.navbar a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.navbar ul a.selected {
	color: #003366;
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.menu {
	clear: both;
}
div.menu br {
	clear: both;
}
div.menu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.menu li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.menu a {
	clear: both;
	display: block;
	margin: 0px;
}
div.menu ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.menu ul li ul li {
	clear: both; 
}

div.menu ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
.plainList {
	line-height: 1.4em;
	list-style-type: none;
}

