@charset "utf-8";
/* CSS Document */

body { margin: 0px; background-image: url(../images/back.jpg); text-align: center; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }

a:link { color: #AA0000; text-decoration: none; }
a:visited { color: #AA0000; text-decoration: none; }
a:active { color: #AA0000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }


h1 { margin: 0px; font-size: 14pt; font-weight: normal; }
h2 { margin: 0px; font-size: 12pt; font-weight: normal; }
h3 { margin: 0px; font-size: 11pt; font-weight: normal; }

.textBox { border: 1px solid #000099; font-size: 9pt; }
.button { font-size: 9pt; height: 25px; }

.wrapper { width: 796px; text-align: left; }
.required { color: #FF0000; }
.translation { display: none; }


.translation-left { background-image:url("../images/backLeft.jpg"); vertical-align: top; width: 42px; }
.translation-right { background-image:url("../images/backRight.jpg"); vertical-align: top; width: 42px; }
.translation-top { background-image:url("../images/backTop.jpg"); background-color: #FFFFFF; background-repeat: repeat-x; background-position: top; }
.translation-bottom { background-image:url("../images/backBottom.jpg"); }
.translation-buttons { width: 110px; height: 85px; background-image:url("../images/back.jpg"); vertical-align: bottom; }

.translation-quote { padding: 10px; background-color: #d2f0fa; width: 55%; vertical-align: top; }
.translation-document { padding: 10px; background-color: #ffe9dc; vertical-align: top; }

.bgWhite { background-color: #FFFFFF; }
