body {
    margin-top: 20px; 
    margin-left: 20px; 
    font-family: Verdana, Georgia, sans-serif;
    font-style: normal;
    color: #000000;
    font-size: 100.01%;
    background: #1e573c;
}

TABLE.main, TABLE.companyinfo, TABLE.tabs, TABLE.outer, TABLE.images {
    cellpadding: 0px;
    cellspacing: 0px;
    border-collapse: collapse;
    border-width: 0px;
    border-color: #1e573c;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

TABLE.companyinfo, TABLE.tabs, TABLE.outer {
  -moz-box-shadow: 4px 4px 12px #000; /* FF3.5+ */
  -webkit-box-shadow: 4px 4px 12px #000; /* Saf3.0+, Chrome */
  box-shadow: 4px 4px 12px #000; /* Opera 10.5, IE9, Chrome 10+ */
}

IMG.article {
    margin-left: 10px;
    margin-bottom: 10px;
    float:right;
  -moz-box-shadow: 4px 4px 12px #000; /* FF3.5+ */
  -webkit-box-shadow: 4px 4px 12px #000; /* Saf3.0+, Chrome */
  box-shadow: 4px 4px 12px #000; /* Opera 10.5, IE9, Chrome 10+ */
}

TABLE.outer {
    background: #FFFFFF;
    border-style: outset;
}

TABLE.main {
    padding: 20px;  
    border-radius: 12px;
    border-style: inset;
    background: #FFFFFF;
    width: 800px;
    min-width: 800px;
    max-width: 800px;
    margin-bottom: 10px;
}

TABLE.tabs {
    margin-top: 10px;
    border-radius: 10px;
    border-style: inset;
    width: 775px;
    min-width: 775px;
    max-width: 775px;
    background: #f0f0f0;
    text-align: center;
}

TABLE.companyinfo {
    margin-top: 0px;
    padding: 44px;  
    border-radius: 10px;
    border-style: inset;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    background: #f0f0f0;
    text-align: center;
}

TABLE.companyinfo {
    margin-right: 10px;
}

TABLE.tabs {
    margin-left: -10px;
}

TABLE.images {
    width: 775px;
    min-width: 775px;
    max-width: 775px;
}

DIV.title {
    margin-left: 20px;
    margin-top: 20px;
}

DIV.main {
    margin-left: auto; 
    margin-right: auto;
    width: 80%;
}

TD.tabs {
    background: #EDF3F3;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

TD.main {
    vertical-align: top;
    padding: 10px;
}

TD.tabs{
    vertical-align: center;
    padding: 30px;
}

TD.menu {
    vertical-align: top;
}

TD.text {
    vertical-align: top;
}

TD.companyinfo {
    vertical-align: top;
    padding: 10px;
}

TD.company {
    vertical-align: top;
}

TD.activetab, TD.inactivetab {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: black;
}

TD.activetab {
	text-decoration: underline;
}

TD.inactivetab:hover {
	text-decoration: underline;
}

TD.activetab:hover {
	text-decoration: underline;
}

img.floatRight {
	float: right;
}

img.floatLeft {
	float: left;
}

a {
	color: #6e263f;
	text-decoration: none;
}

a:visited {
	color: #6e263f;
}

a:hover {
	color: #6e263f;
}

