﻿body {
   background: white;
   color: black;
   font: 11pt;
   height: 100%;
}

table {
height: 100%;
width: 100%;
}

div{
	height: 100%;
}

a {
   color: inherit; 
   text-decoration: none;
}

a:link, a:visited {
   text-decoration: underline;
}
#contentArea{
	height: 100%;
	width:100%;
}

#header{
    display: none;
}

#flashArea{
    display: none;
}

#NoFlashMsg{
    display: none;
}

#underFlashArea{
    display: none;
}

#footerLinks{
    display: none;
}

#underFooter{
    display: none;
}
