/* CSS Document */

body {
background-color: #ffffff;
}

.bdrLeft {
background-image:   url(../../wellington/images/leftside.jpg);
background-repeat: repeat-y;
background-position: left;
}

.bdrRight {
background-image:   url(../../wellington/images/rightside.jpg);
background-repeat: repeat-y;
background-position: right;
}

#textarea1, #textarea 1 td {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:17px;
color: #000000;
}

a {
color: #586D8C;
text-decoration: underline;
}

a:hover {
color: #586D8C;
text-decoration: underline;
}