body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-size: 18px;
	color: #08A5CE;
}
A {
	text-decoration: none;
	font-weight: bold;
}
A:link {
	color: #0688A8;
}
A:visited {
	color: #0688A8;
}

.logo-bar {
	background-color: #FFFFFF;
	background-image: url(images/top-repeat.gif);
	background-repeat: repeat-x;
}
.BreadCrums {
	background-image: url(images/banner-repeat.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.HeaderBar {
	background-color: #08A5CE;
}
.NavBackground {
	background-color: #FFFFFF;
	background-image: url(images/nav-background.gif);
	background-repeat: repeat-x;
	height: 37px;
	background-position: 80%;
}
.NavBottom {
	background-image: url(images/nav-shadow.gif);
	background-repeat: repeat-x;
	height: 16px;
}
.Content {
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
}
.Content li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
.Content ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
.NavBack {
	background-image: url(images/nav-repeat.gif);
	background-repeat: repeat-x;
}
.Navigation A{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.Navigation A:link{
	color: #FFFFFF;
	text-decoration: none;
}
.Navigation A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.Navigation A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.NavigationActive {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/o.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.NavigationActive A{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.NavigationActive A:link{
	color: #FFFFFF;
	text-decoration: none;
}
.NavigationActive A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.NavigationActive A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.BaselineDots {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
}
.box-content {
	background-color: #FFFFFF;
	padding: 5px;
	width: 134px;
}
.box-top {
	background-image: url(images/box-top.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.box-left {
	background-image: url(images/box-left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.box-bottom {
	background-image: url(images/box-bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.box-right {
	background-image: url(images/box-right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.box-content {
	color: #0688A8;
	text-align:left;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 134px;
}

.box-content ul {
border: none;

}

.box-content li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D1F0F5;
}
.box-content ul ul li{
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: .7em;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: -8px;
	border: none;
}
.box-content ul ul ul li{
	background-image: none;
	list-style-image:none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 5px;
	list-style-type: circle;
	border: none;
}
.box-content A{
	font-weight: normal;
}
.box-content A:link{
	text-decoration: none;
}
.box-content A:visited{
	text-decoration: none;
}
.box-content A:hover{
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #08A5CE;
}
.footer a{
	color: #FFFFFF;
}
.footer a:visited{
	color: #FFFFFF;
}

/*
li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
padding-left: 1em;
border-bottom: 1px solid #555555;
}
*/
.background {
	background-color: #0683A2;
	background-image: url(images/background-fade.jpg);
	background-repeat: repeat;
}

.note, .warning, .fixme {
	font-size: 10px;
}

.note .label, .warning .label, .fixme .label {
	font-style: italic;
	border-bottom: 1px solid #D1F0F5;
}


TABLE.ForrestTable {
	border: solid 1px #08A5CE;
	margin: 5px;
	border-collapse: collapse;
}

TABLE.ForrestTable TH {
	background-color: #f0f0f0;
	border: solid 1px #08A5CE;
	margin: 0px;
	padding: 4px;
}
TABLE.ForrestTable TD {
	margin: 0px;
	padding: 4px;
}