html, body{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body{
	background-image:url("../i/background.gif");
	background-repeat:repeat-x;
}


a.topLink{
	font-family: Verdana;
	font-size: 10px;
	color: #808285;
	text-decoration: none;
}

.textTitle{
	font-family: Verdana;
	font-size: 10px;
	color:#000000;
	text-align:justify;
	line-height: 13px;
	height: 25px;
}

.textTitleGray{
	font-family: Verdana;
	font-size: 14px;
	color:#878B8C;
	font-weight:bold;
	height: 25px;
}

.text{
	font-family: Verdana;
	font-size: 10px;
	color:#000000;
	text-align:justify;
	line-height: 13px;
}

.form{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: solid 1px #000000;	
	
}
.searchTable {
	vertical-align: top;
	border: 1px solid #146F85;
	height: 100%;
	width: 100%;
	background-color: #EEEEEE;
}
.functionTitle {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #146F85;
	color: #FFFFFF;
}
td.raised {
	border-top: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
}
.gridTitle {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	border-top: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	font-size: 10px;
	font-weight: bold;
	background-color: #146F85;
	color: #FFFFFF;
}
.alternate1 {
	background-color: #EEEEEE;
}
.alternate2 {
	background-color: #D7E9ED;
}

