body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
}
html { 
	overflow-x: hidden; 
	overflow-y: auto; 
}
select, input, text, textarea, menu, table, tr, td, div, ul, th, font, span, p {
	line-height: 150%;
	font-size: 10px;
}


a:link, a:visited { text-decoration: none; color: #666666; }
a:hover { color: #003399 ; text-decoration: none; }
a:active { color: #333333 ; text-decoration: none; }

a:link.navOn, a:visited.navOn { text-decoration: none; color: #003399; }
a:link.inline, a:visited.inline { text-decoration: underline; color: #003399; }
a:hover.inline { color: #666666 ; text-decoration: underline; }
a:active.inline { color: #333333 ; text-decoration: underline; }

a:link.breadcrumb1, a:visited.breadcrumb1 { text-decoration: none; font-weight: bold; font-size: 12px; color: #660000; }
a:hover.breadcrumb1 { text-decoration: none; font-weight: bold; font-size: 12px; color: #666666; }
a:active.breadcrumb1 { text-decoration: none; font-weight: bold; font-size: 12px; color: #333333; }

a:link.breadcrumb2, a:visited.breadcrumb2 { text-decoration: none; font-size: 12px; color: #660000; }
a:hover.breadcrumb2 { text-decoration: none; font-size: 12px; color: #666666; }
a:active.breadcrumb2 { text-decoration: none; font-size: 12px; color: #333333; }

a:link.menu, a:visited.menu { text-decoration: none; color: #FFFFFF; }
a:hover.menu { color: #FFCC00; text-decoration: none; }
a:active.menu { color: #000000; text-decoration: none; }

a:link.footer, a:visited.footer, a:hover.footer, a:active.footer { text-decoration: none; color: white; font-size: 10px;}

a:link.sidebarLink, a:visited.sidebarLink {font-size: 10px; text-decoration: none; color: #333333; line-height: 120%;}
a:hover.sidebarLink { font-size: 10px; color: #003399; text-decoration: none; line-height: 120%;}
a:active.sidebarLink { font-size: 10px; color: #003399; text-decoration: none; line-height: 120%; }

a:link.LearnMore, a:visited.LearnMore {font-size: 10px; text-decoration: none; color: #FFFFFF; line-height: 150%;}
a:hover.LearnMore { font-size: 10px; color: #FFCC00; text-decoration: none; line-height: 150%;}
a:active.LearnMore { font-size: 10px; color: #FFCC00; text-decoration: none; line-height: 150%; }

a:link.contentLink, a:visited.contentLink { font-size: 10px; text-decoration: none; color: #000000; line-height: 120%; }
a:hover.contentLink { font-size: 10px; color: #003399; text-decoration: none; line-height: 120%;}
a:active.contentLink { font-size: 10px;color: #000000; text-decoration: none;line-height: 120%;}

.breadcrumbTitle { font-size: 12px;  }

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	line-height: 120%;
}

td.submenu {
	background: #003399;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	line-height: 100%;
}


td.clickable {
    background: #999999;
    color: #ffffff;
    cursor: pointer;
}
td.clickableOff {
    background: #666666;
    color: #ffffff;
    cursor: pointer;
}
.credits {
	font-size: 10px;
	color: #000000;
}
.SideNavOnMain {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	background-image: url(images/IntSideNav_BG.gif);
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.SideNavOnIndent {
	font-size: 10px;
	color: #003399;
	background-image: url(images/IntSideNav_BG.gif);
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
}
.SideNavOffMain {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}
li.SideNavBlueGrayUp {
	list-style-image: url(images/BulletBlueGrayUp.gif);
	margin-left: 12px;
	list-style-position: outside;
	list-style-type: none;
}
li.SideNavGrayGrayUp {
	list-style-image: url(images/BulletGrayGrayUp.gif);
	margin-left: 12px;
	list-style-position: outside;
	list-style-type: none;
}
li.SideNavBlueGrayDown {
	list-style-image: url(images/BulletBlueGrayDown.gif);
	margin-left: 12px;
	list-style-position: outside;
	list-style-type: none;
}
li.SideNavWhiteGrayUp {
	list-style-image: url(images/BulletWhiteGrayUp.gif);
	margin-left: 12px;
	list-style-position: outside;
	list-style-type: none;
}

.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.breadcrumb2 {
	font-size: 12px;
	color: #660000;
}
.subhead {
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	list-style-type: upper-alpha;
	line-height: 120%;
}

.ExampleHeader {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(images/BG_ExampleHeader.gif);
}


.ExampleCopy {
	color: #003399;
	background-image: url(images/BG_ExampleContent.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.DESIGNNOTE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #33CC00;
}
.SideBarHeader {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 120%;
	background-image: url(images/BG_SideBarHeader.gif);
}
.SideBarBullets {
	font-size: 11px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.SideBarFooter {
	font-size: 11px;
	padding-right: 5px;
	padding-bottom: 8px;
	background-image: url(images/IntSideBarIconBG.gif);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 0px;
}
.hilite {
	color: #003399;
	text-decoration: underline;
}
.PrincipalQuote {
	color: #666666;
	padding-left: 20px;
	background-image: url(images/BG_Principalsc.gif);
	font-weight: bold;
	line-height: 130%;
}
.PrincipalName {
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
.ScreenShotCaption {
	color: #666666;
	padding-left: 20px;
	line-height: 130%;
}
.subheadSmall {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.redsidebarlink {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none; 
	line-height: 120%;
}
.titleRed {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.error {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: red;
    FONT-FAMILY: Verdana,"MS Sans Serif";
}
.small {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial,"MS Sans Serif";
}
.redheader
{
    background: #ff0a1c;
    border-bottom: 1px white solid;
}
