﻿a:link {
	color: #ffffcd;
	text-decoration: none;
}
a:visited {
	color: #ffffcd;
	text-decoration: none;
}
a:active {
	color: #ffffcd;
	text-decoration: none;
}
a:hover {
	color: #DF8100;
	text-decoration: none;
}
a.menu:link {
    color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
a.menu:visited {
    color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
a.menu:active {
    color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
a.notices:link {
	color: #303030;
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
}
a.notices:visited {
	color: #303030;
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
}
a.notices:active {
	color: #303030;
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
}
a.notices:hover {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
    text-decoration: underline;
}
a.bos:link {
    color: #303030;
    font-style: italic;
    font-size: 9px;
    margin-top: 6px;
}
a.bos:visited {
    color: #303030;
    font-style: italic;
    font-size: 9px;
    margin-top: 6px;
}
a.bos:active {
    color: #303030;
    font-style: italic;
    font-size: 9px;
    margin-top: 6px;
}
a.bos:hover {
    color: #000000;
    font-style: italic;
    font-size: 9px;
    margin-top: 6px;
}
body{
    text-align:center;
    color: #FFFFCC;
    background-color: #444444;
    font-family: verdana, sans-serif;
    margin: auto;
}
div.content{
    position: relative;
    width: 800px;
    margin: auto;

}
div.wrapper{
    margin: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 800px;
    text-align: center;
    color: #252525;
    font-size: 1px;
}
img{
    border: 0px solid transparent;
    margin: 0px;
}
td.foot{
    padding-bottom: 4px;
    background-color: #FFFFCC;}
td.header{
    width: 33%;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    background-color: #E21927;
}
td.logo{
    padding: 5px;
    width: 33%;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: bold;
    background-color: #E21927;
}
td.menu-left-column{
	width: 215px;
	text-align: right;
	vertical-align: top;
    background-color: #ffffcc;
}
td.menu-right-column{
	width: 215px;
	text-align: left;
	vertical-align: top;
    background-color: #ffffcc;
}
td.message-right{
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    vertical-align: top;
    width: 33%;
    vertical-align: top;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    background-color: #E21927;
}
td.message-left{
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    width: 33%;
    vertical-align: top;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    background-color: #E21927;
}