body {
background-image: url('../../images/bk.jpg');
background-repeat: repeat-y;
background-color: #ffffff;
background-attachment:fixed;
background-repeat:no-repeat;
}

A:link {text-decoration: none; color:#ff6c00;}
A:visited {text-decoration: none; color:#ff6c00;}
A:active {text-decoration: none; color:#ff6c00;}
A:hover {text-decoration: underline; color:#ff6c00;}

.white {
background-color: #ffffff;
font: normal 14px Arial;
text-align:justify;
}

.title {
background-color: #f27317;
padding: 8px 16px 10px;
color: #ffffff;
font: normal 15px Arial;
font-weight: bold;
}

.mintitle {
background-color: #f27317;
padding: 8px 15px 10px;
color: #ffffff;
font: normal 15px Arial;
font-weight: bold;
}

.left {
background-color: #f27317;
padding: 2px 5px 1px;
color: #ffffff;
font: normal 15px Arial;
font-weight: bold;
}