/* Body and Link Tags */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
    background-color:#C5D6BA;
	color:white;
}
a {
    color:white;
    text-decoration:underline;
}
P {
    text-align:left;
    line-height: 1.5em;
}
TR {
    font-size:13px;
    line-height: 1.5em;
}
/* Main Layout */
.MainTable {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    width:975px;
    height:600px;
    background-color:#6a7f6a;
    border: 1px solid #353f35;
}
.HeaderBar {
    height:32px;
    background-color:#f3fbe4;
    color: white;
}
.ImageBar {
    height:111px;
    background-color:white;
    color: white;
}
.ImageBar2 {
    height:111px;
    background-color:#f3fbe4;
    color: white;
}
.PageBody {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#6a7f6a;
    color: white;
    padding:10px;
    font-size:13px;
    line-height: 1.5em;
    vertical-align:top;
}
