html 					{
						overflow-y 				: scroll;
						}
body					{
						font-family				: arial;
						font-size				: 13px;
						color					: #124578;
						}
td						{
						font-size				: 13px;
						}
a						{
						color					: #EB2736;
						text-decoration			: none;
						}
a:hover					{
						text-decoration			: underline;
						}
.maintile				{
						background-image		: url("graphics/maintile.jpg");
						background-repeat		: repeat-x;
						background-position		: top;
						}
.tbl-right				{
						border-right			: 1px solid #365169;
						}
.tbl					{
						border-left				: 1px solid #365169;
						border-right			: 1px solid #365169;
						border-bottom			: 1px solid #365169;
						border-top				: 1px solid #365169;
						}
.sml					{
						font-size				: 10px;
						line-height				: 12px;
						}
.sml2					{
						font-size				: 11px;
						}
.picborder				{
						border-left				: 1px solid #365169;
						border-right			: 1px solid #365169;
						border-bottom			: 1px solid #365169;
						border-top				: 0px solid #365169;
						}
.hd						{
						font-size				: 15px;
						}
.righttile				{
						background-image		: url("graphics/righttile.jpg");
						background-repeat		: repeat-y;
						}
.lefttile				{
						background-image		: url("graphics/lefttile.gif");
						background-repeat		: repeat-y;
						}
input,textarea,select	{
						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			: 8pt;
						color				: #000000;
						}
.button					{
						border-left			: 1px #000000 solid;
						border-right		: 1px #000000 solid;
						border-top			: 1px #000000 solid;
						border-bottom		: 1px #000000 solid;
						color				: #ffffff;
						font-weight			: bold;
						font-size			: 8pt;
						background-color	: #124578;
						cursor 				: hand;
						}
input.compulse, textarea.compulse, select.compulse
						{
						background-color		: #E6F0FA;
						}