@charset "utf-8";
/* CSS Document */
center.cowline {
  text-shadow: 1px 1px 2px black;
  -moz-text-shadow: 1px 1px 2px black;
  -webkit-text-shadow: 1px 1px 2px black;
  color: #FFFFFF;
}
em.MappeR {
	font-style: normal !important;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
}
iframe.MappeR {
	border: 0;
}
button.MappeR {
    background-color: #FFFFFF;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #1A1C27;
    color: #1A1C27;
	cursor: pointer;
    display: inline-block;
	height: 34px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 570px;	
}
table.contactus {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
	color: #FFFFFF;
}
table.contactus td {
	color: #FFFFFF;
    text-align: left;

    text-shadow: 0 0 3px #000000,
        0 0 6px #000000,
        0 0 9px #000000,
        0 0 12px #000000,
        0 0 15px #000000;
    -moz-text-shadow: 0 0 3px #000000,
        0 0 6px #000000,
        0 0 9px #000000,
        0 0 12px #000000,
        0 0 15px #000000;
    -ms-text-shadow: 0 0 3px #000000,
        0 0 6px #000000,
        0 0 9px #000000,
        0 0 12px #000000,
        0 0 15px #000000;
    -o-text-shadow: 0 0 3px #000000,
        0 0 6px #000000,
        0 0 9px #000000,
        0 0 12px #000000,
        0 0 15px #000000;
    -webkit-text-shadow: 0 0 3px #000000,
        0 0 6px #000000,
        0 0 9px #000000,
        0 0 12px #000000,
        0 0 15px #000000;

    vertical-align: top;
}
table.contactus td.rul {
	color: #FFFFFF;
    font-size: 1px;
    width: 20px;
}
table.contactus td.inf {
	color: #FFFFFF;
    font-size: 16px;
}
table.contactus td.map {
    background-attachment: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    border-top: 0px;
    border-left: 0px;
    border-right: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #575D66;
	color: #FFFFFF;
    height: 570px;
    width: 570px;
}