/* design notes: titleSmall graphics for TOC are 186x38
title_lg graphics for feature pages are 325x62
font is trebuchet MS 14 leading 12 for small and
font is trebuchet MS 24 leading 23 for large
  */
a:link {
	color: #1d3e68;
	text-decoration: none;
}

a:visited {
	color: #1d3e68;
	text-decoration: none;
}

a:hover {
	color: #2c2c85;
	text-decoration: underline;
}

a:active {
	color: #2c2c85;
	text-decoration: none;
}

body {
	background: #6792d6 url(../../../../2005/backgrounds/bluestars3.gif) repeat;
	color: #f5f8fd;
	font: normal 14px Arial,Geneva,Helvetica,sans-serif;
}

h3 {
	font: normal small-caps bold 18px sans-serif;
}

h4 {
	font: normal normal bold 13px sans-serif;
}

h5 {
	font: normal normal bold 10px sans-serif;
}

td {
	color: #f5f8fd;
	font: normal 14px Arial,Geneva,Helvetica,sans-serif;
}

.border{
	background-color: #f5f8fd;
}

.bottomnavinner {
	color: #f5f8fd;
	font: normal 12px/1.25em Arial,Geneva,Helvetica,sans-serif;
	text-align: center;
}

.bottomnavinner:link {
	color: #1d3e68;
	font: normal 12px Arial,Geneva,Helvetica,sans-serif;
	margin-bottom: 3px;
	text-align: center;
}

.bottomnavinner:visited {
	color: #1d3e68;
	font: normal 12px Arial,Geneva,Helvetica,sans-serif;
	margin-bottom: 3px;
	text-align: center;
}

.bottomnavinner:hover {
	color: #2c2c85;
	font: normal 12px Arial,Geneva,Helvetica,sans-serif;
	margin-bottom: 3px;
	text-align: center;
}

.bottomnavinner:active {
	color: #2c2c85;
	font: normal 12px Arial,Geneva,Helvetica,sans-serif;
	margin-bottom: 3px;
	text-align: center;
}

.content{
	background-color: #6792d6;
}

.emphasize {
	color: #f5f8fd;
	text-decoration: none;
}

.emphbold {
	color: #f5f8fd;
	font-weight: bold;
	text-decoration: none;
}

.ital {
	color: #f5f8fd;
	font-style: italic;
	text-decoration: none;
}

.italbold {
	color: #f5f8fd;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.italwhite {
	color: #f5f8fd;
	font-style: italic;
	text-decoration: none;
}

.nobullet{
	list-style-type: none;
}

.toc {
	font: normal 13px/1.65em Arial,Geneva,Helvetica,sans-serif;
	margin-bottom: 3px;
	text-align: justify;
}
