body
{
background-color: #1B3F94;
font-family: verdana,arial,sans-serif;
font-size: 10px;
height: 100%;
}

p {
font-size: 10px;
margin-top: 1px;
margin-bottom: 3px;
}

html {
	height: 100%;
}

.middle {
	height: 100%;
}

a.white {
color:white;
text-decoration:none;
font-weight:bold;
}

a.white:hover {
color:#666666;
}

.heading {
color: #F47931;
font-size: 16px;
font-weight: bold;
}

a {
color: #F47931;
text-decoration: none;
}

a:hover{ color: #666666;
text-decoration: underline;
}

td#leftsidecell
{
    border-right: solid 3px #F47931;
    background: #1B3F94 url(images/leftBG.gif) repeat-y left;
    width: 31px;
    min-width: 31px;
}

td#rightsidecell
{
    border-left: solid 3px #F47931;
    background: #1B3F94 url(images/rightBG.gif) repeat-y right;
    width: 31px;
    min-width: 31px;
}