/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #9C3224;
}


/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #00639D;
}

a:visited {
	text-decoration: underline;
	color: #00639D;
}

a:hover {
	text-decoration: underline;
	color: #0099FF;
}

a:active {
	text-decoration: underline;
	color: #FF9900;
}

hr {
	height: 0px;
	border: solid #00639D 0px;
	border-top-width: 1px;
}

.smalllink
{
    font-size:10px;
    }
    
.primnav
{
/*    border-left:1px black solid;
    border-bottom:1px black solid;
    border-top:1px black solid;*/
    padding:5px;
    }
    
.primnav a {
    font-weight:bold;
	color: #9C3224;
}

.primnav a:visited {
    font-weight:bold;
	color: #9C3224;
}

.primnav a:hover {
    font-weight:bold;
	color: #9C3224;
}

.primnav a:active {
    font-weight:bold;
	color: #9C3224;
}
.pagetitle
{
    padding:8px; 
    /*background-color:White;*/
    }
.pagecontent
{
    padding:5px; 
    padding-left:15px;
    padding-right:15px;
    color:#9C3224;
    /*background-color:White;*/
    }

.activeTab
{
    border-top:3px black solid; 
    border-left:1px black solid; 
    border-right:3px black solid;
    padding:5px;
    font-weight:bold;
    }
.inactiveTab
{
    border-top:1px gray solid; 
    border-left:1px gray solid; 
    border-right:1px gray solid;
    border-bottom:1px black solid;
    padding:5px;
    }

.tabSpacer
{
    border-bottom:1px black solid;
}

.activeTab a
{
    color:#9C3224;
    text-decoration:none;
}
.activeTab a:visited
{
    color:#9C3224;
    text-decoration:none;
}
.activeTab a:hover
{
    color:#9C3224;
    text-decoration:none;
}
.activeTab a:active
{
    color:#9C3224;
    text-decoration:none;
}

.inactiveTab a
{
    color:#9C3224;
    text-decoration:none;
}
.inactiveTab a:visited
{
    color:#9C3224;
    text-decoration:none;
}
.inactiveTab a:hover
{
    color:#9C3224;
    text-decoration:none;
}
.inactiveTab a:active
{
    color:#9C3224;
    text-decoration:none;
}

.contentEdit a
{
    font-size:.8em;
    }
    
input
{
    border:1px black solid;
    }
textarea
{   
    border=1px black solid;
    }
    
.tabdiv
{
    }