/* Copyright 2005, runningahomebasedbusiness.com. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */ 

.article{
    margin: 10;
    padding-left: 35;
    font-family: Georgia, Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.outline {
	list-style: none;
}

.outline ul {
	list-style: none;
}

.outline li {
	cursor: auto;
}

.olink {
	border-style: none;
	padding-right: 10px;
}
.oimg {
	border-style: none;
}

div.TabView div.Tabs
{
  height: 24px;
  overflow: hidden;

}

div.TabView div.Tabs a
{
  float: right;
  display: block;

  width: 90px;
  text-align: center;

  height: 24px;
  line-height: 28px;
  vertical-align: middle;

  background: url('/images/tabs.png') no-repeat -2px -1px;

  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #000080;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
  background: url('/images/tabs.png') no-repeat -2px -31px;
}

div.TabView div.Pages
{
  background: url('/images/whiteSpiral.gif');
  clear: both;
  border: 1px solid #404040;
  overflow: hidden;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
}