html{height:100%;}
body{margin:0px; padding:0px 0px 20px 0px; height:100%; text-align:center; background:#3fabd9 url(../images/main-bg.jpg) center top repeat-x fixed;}
body, table{font-size:10pt;}

table.frame{height:500px; text-align:left; width:940px; }
table.frame td{vertical-align:top;}

form
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

input.search-field
{
	border:0px;
	background:url(../images/search-field.png) no-repeat 0px 0px;
	width:164px;
	height:16px;
	line-height:16px;
	padding:4px 0px 4px 25px;
	color:#555;
}

.hidden{display:none;}

.medium{font-size:medium;}
.larger{font-size:larger;}
.undecorated{text-decoration:none;}
.bold{font-weight:bold;}
.blue{color:blue;}
.gray{color:#777777;}
.arial{font-family:Arial,Verdana;}