body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    vertical-align: top;
}

hr {
    border: 0px;
    background-color: #C0C0C0;
    color: #C0C0C0;
    height: 1px;
}

h1 {
	font-size: 18px;
    color: #366A36;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #366A36;
}

a {
    color: #225db4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.header-bold {
    font-size: 12px;
    color: #012801;
    font-weight: bold;
    text-decoration: none;
}

input#search {
    border: 1px solid #000000;
}

td.side-menu-header {
    color: white;
    font-weight: bold;
}

table#search td {
}

td.side-menu-content {
    padding: 4px;
    background: #FFFFFF;
    border-bottom: 1px solid #CFCFCF;
}
td.side-menu-content:hover {
    background: #EFEFEF;
}

td.side-menu-content a {
    text-decoration: none;
}

td.side-menu-content a:hover {
    color: #000000;
    text-decoration: none;
}

td.hdr1000 {
    background: #8b8636;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    vertical-align: middle;
}

span#slogan {
    font-style: italic;
    font-size: 18px;
    color: #012801;
    font-weight: bold;
}

span#phone {
    font-size: 12px;
    font-weight: bold;
}

table#detailed_info {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}

table#detailed_info th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #003300;
    color: white;
}

table#detailed_info td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}

