/*****************************************************************

    This is the main style sheet for www.nawroth.net

*****************************************************************/

/*********************************************
    Control the <a> link characteristics
*********************************************/


A:link
{ color: #009; }

A:visited 
{ color: #336; }

A:visited:hover 
{ text-decoration: none; }

A:link:hover 
{ 
color: #900;
text-decoration: none
}

A.reverselink {
    text-decoration: none;
    color: yellow;
}

A:link:hover {
    /*  color: #600;  */
    /* color: rgb(255,0,0); */
    color: maroon;
    text-decoration: none;
    /* font-weight: bold; */
}

body {
    background-color: #ffffff;
    margin-bottom: 0%;
    margin-left: 5px;
    margin-right: 0%;
    margin-top: 0%;
}

/*********************************************
    Font styles
*********************************************/

.Text {
	font-family: helvetica, arial, times;
	font-size: 12px;
        text-decoration:none;
}

.smallTitle {
    font-family: helvetica, arial, times;
    font-weight: bold;
    font-size: 16px;
}

.smallText {
    font-family: helvetica, arial, times;
	font-size: 10px;
}

.siteNavigationText
{
    font-family: arial, helvetica, times;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/*********************************************
    Styles for controlling spacing 
*********************************************/

.divstyle {
    padding-top : 2px;
    padding-bottom : 2px;
    text-align: left;
}


/*********************************************
    Old styles for controlling table cells
*********************************************/

.navBar {
    background-color: #036;;
    cursor: pointer;
}

.navText {
    font-family: helvetica, arial; 
    font-size: 12px;
    color: white;
    font-weight: bold;
    line-height: 20px;
    padding-left: 4px;
    text-decoration: none;
}

TR.navRow TD{
	vertical-align: middle;
    border: 1px solid;
    border-color: #369 #003 #003;
	border-left: none;
}

TR.NavRow TD.swath {
	background-color: #369;
	border-right: none;
    width: 10px;
}

.navDivBar {
    background-color: Red;
}

TR.navDivRow TD{
	vertical-align: middle;
    border: 1px solid;
    border-color: #f66 #600 #600;
	border-left: none;
}

TR.NavDivRow TD.swath {
	background-color: #f66;
	border-right: none;
    width: 10px;
}
