html					{
						overflow-y			: scroll;
						}
a						{
						text-decoration		: none;
						color				: #00004a;
						}
a:hover					{
						color				: #000000;
						text-decoration		: underline;
						}
body					{
						background-color	: #5776CA;
						font-family			: arial;
						font-size			: 11px;
						color				: #1A42AD;
						}
td						{
						font-size			: 11px;
						}
.hd						{
						font-size			: 14px;
						color				: #ffffff;
						font-weight			: Bold;
						}
input,select,textarea	{
						border-left			: 1px #000000 Solid;
						border-right		: 1px #000000 Solid;
						border-top			: 1px #000000 Solid;
						border-bottom		: 1px #000000 Solid;
						font-family			: arial;
						font-size			: 11px;
						color				: #000000;
						}
input.button			{
						background-color	: #1A42AD;
						color				: #ffffff;
						font-weight			: Bold;
						cursor				: pointer;
						}
.botmtxt				{
						font-size			: 11px;
						color				: #ffffff;
						}
.medtxt					{
						font-size			: 12px;
						}
ul						{
						padding-left		: 12px;
						margin-left			: 12px;
						}
.boxbg					{
						background-image	: URL("graphics/botm-pic.gif");
						background-repeat	: no-repeat;
						background-position : center center;
						}
.picbox					{
						width				: 184;
						height				: 156;
						position			: absolute;
						}
.framebox				{
						width				: 184;
						height				: 156;
						position			: relative;
						}