TD.spacer1 {
	color: #ffffff;
	background: #96bf3d;
       height: 2px;
	max-height: 2px;
	font-size: 5%;
}
TD.spacer2 {
	color: #ffffff;
	background: #34587c;
       height: 2px;
	max-height: 2px;
	font-size: 5%;
}

<!-- TAB Menu -->
        #tabs5 {
            float: left;
            width: 100%;
            background: #E3ECF3;
            font-size: 93%;
            line-height: normal;

        }

        #tabs5 ul {
            margin: 0;
            padding: 10px 10px 0 50px;
            list-style: none;
        }

        #tabs5 li {
            display: inline;
            margin: 0;
            padding: 0;
        }

        #tabs5 a {
            float: left;
            background: url("tableft5.gif") no-repeat left top;
            margin: 0;
            padding: 0 0 0 4px;
            text-decoration: none;
        }

        #tabs5 a span {
            float: left;
            display: block;
            background: url("tabright5.gif") no-repeat right top;
            padding: 5px 15px 4px 6px;
            color: #FFF;
        }

        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabs5 a span {
            float: none;
        }
        /* End IE5-Mac hack */

        #tabs5 a:hover span {
            color: #FFF;
        }

        #tabs5 a:hover {
            background-position: 0% -42px;
        }

        #tabs5 a:hover span {
            background-position: 100% -42px;
        }

        #tabs5 #current a {
            background-position: 0% -42px;
        }

        #tabs5 #current a span {
            background-position: 100% -42px;
        }

        .textshadow {
            text-shadow: 3px 3px 3px #505050;
        }

        .blur {
            position: relative;
            right: 3px;
            bottom: 3px;
            background: transparent url(shadow1.png);
            margin: 10px;
        }

        .shadow {
            position: relative;
            right: 3px;
            bottom: 3px;
            background: transparent url(shadow2.png);
        }

        .content {
            position: relative;
            right: 3px;
            bottom: 3px;
        }

<!-- END TAB Menu -->

TD.feed {
    vertical-align: top;
    horizontal-align: left;
    font-size: 10px;
}

TR.feed {
    vertical-align: top;
    horizontal-align: left;
    font-size: 10px;
}


A.feed {
    vertical-align: top;
    horizontal-align: left;
    font-size: 10px;
}

body {
    vertical-align: top;
    background: #ffffff;
	font-family: Verdana, Georgia, sans-serif;
    font-style: normal;
    color: #000000;
	font-size: small;
    background-image: url('images/body.png');
    background-repeat: repeat-x;
}

H1 {
    padding-left: 10px; 
    height: 44px;
}

TABLE.outer {
    font-size: x-small;
    border-collapse: collapse;
}

TABLE.companyinfo {
    margin-left: 10px;
    margin-top: 50px;
    font-size: x-small;
    border-collapse: collapse;
    width: 150px;
}

TD.text {
    vertical-align: top;
}

DIV.main {
    border-collapse: collapse;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    font-size: small;
}

TABLE.main { 
    border-collapse: collapse;
    margin-top: 0px;
    font-size: small;
}

TD.left {
    padding: 0px;
    background-image: url('images/bg-content-left.png');
    background-repeat: no-repeat;
    width: 50px;
}

TD.main {
    vertical-align: top;
    padding-top: 0px;
    background-image: url('images/bg-content.png');
    background-repeat: repeat-x;
    width: 600px;
    font-size: small;
}

TD.right{
    padding: 0px;
    background-image: url('images/bg-content-right.png');
    background-repeat: no-repeat;
    width: 50px;
}

TABLE.tabs {
    margin-left: 10px;
    margin-top: 50px; 
    font-size: x-small;
    border-collapse: collapse;
    width: 150px;
}

TD.activetab {
    color: black;
    text-decoration: underline;
    background: #ffffff;
}

TD.inactivetab {
    color: blue;
    background: #ffffff;
}

img.floatRight {
	float: right;
}

img.floatLeft {
	float: left;
}

a {
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: green;
}

