﻿body
{
	font-family: 'Comic Sans MS' , Arial;
	text-align: center;
	background: #E2FCFE;
}
a:visited
{
	color: Blue;
}
div
{
    padding-top: 10px;
}
.gridbug
{
    font-size: 8pt;
    color:Red;
}
#banner
{
	background-image: url(images/headerRSC.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 18pt;
	text-align: right;
    height: 52px;
}
#logoff
{
	font-size: 14pt;
    padding-top: 0px;
    text-align: right;
}
#info
{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
#menu
{
	border-top: solid 2px black;
	padding-bottom: 2px;
}
.vert_l
{
    width: 50%;
	text-align: left;
    padding: 5px;
    font-size: 11pt;
    font-weight: normal;
}
.redmemo
{
	color: Red;
}
.bluememo
{
	color: Blue;
}
.blackmemo
{
	color: Black;
}
.report2
{
	background-color: White;
	border-style: Ridge;
	font-family: Courier New;
	font-size: 9pt;
	text-align: left;
}
.report2tiny
{
	background-color: White;
	border-color: White;
	font-family: Courier New;
	font-size: 8pt;
	text-align: Left;
}
.bub
{
	padding-left: 6px;
	padding-right: 6px;
}
.redbub
{
    text-align: center;
    color: Red;
    padding-left: 6px;
	padding-right: 6px;
}
.report3
{
	background-color: Yellow;
	border-color: White;
	border-style: Ridge;
	border-width: 2px;
	font-family: Courier New;
	font-size: 9pt;
}