BODY {
	font-family: Verdana, Geneva, Arial, Helveitca, sans-serif;
	font-size: 13px;
	color: black;
}
img {
	border:0;
}

h1{
	font-size: 16px;
}

h2 {
 font-size: 16px;	
 color: green;
}

td {
	font-size: x-small;
}

.t a:link,.t a:active,.t a:visited,.t{color:#ffffff;text-align: center;}

a {

}

.ref {
	text-decoration: none;
}

a:link {

}

a:visited {
	color: blue;
}

a:active {

}

a:hover {

}


/* ------------------------------- */

#searchForm {
	text-align: center;
}
.hidden {
	display: none;
}

.searchFields {
	margin: 0px;
	background-color: rgb(232, 240, 244);
	padding: .5em;
	border: solid 1px #999;
}
.searchFields td a {
    font-size: 12px;
}
.searchFields td p a {
    font-size: 10px;
    line-height: 95%;
}
#searchTabs {
	margin: 0px;
	margin-bottom: 1px;
	text-align: center;
}
#searchTabs a {
    font-size: 12px;
}
.searchTab, .crTab, .rsTab , .upTab, .dlTab {
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-top: 2px;
	padding-bottom: 1px;
	
	margin-left: .2em;
	margin-right: .2em;
	
	background-color: #f3f3f3;
	border: solid 1px #999;
	border-bottom: none;
	
	text-decoration: none;
	color: #00f;
}
.searchTab:hover {
	text-decoration: underline;
	color: #00f;
}
.crTab, .rsTab , .upTab, .dlTab   {
	text-decoration: none;
	font-weight: bold;
	
}
/* fixes yet another IE bug */
#searchTabs .crTab, #searchTabs .rsTab , #searchTabs .upTab, #searchTabs .dlTab { 
	color: #000000;
}

#crSearch, .crTab {
	background-color: #d2e4fc; 
	border: solid 1px  #7eaeff;
}
.crTab {
	border-bottom: solid 1px  #d2e4fc;
}
#rsSearch, .rsTab {
	background-color: #d2e4fc; 
	border: solid 1px  #7eaeff;
}
.rsTab {
	border-bottom:  solid 1px  #d2e4fc;
}

#upSearch, .upTab {
	background-color: #d2e4fc; 
	border: solid 1px  #7eaeff;
}
.upTab {
	border-bottom: solid 1px  #d2e4fc;
}

#dlSearch, .dlTab {
	background-color: #d2e4fc; 
	border: solid 1px  #7eaeff;
}
.dlTab {
	border-bottom: solid 1px  #d2e4fc;
}


/* Additiona ones */
.centeraligncolumn {
	text-align: center;
}

.indentInfoText {
	padding-top: 30px;
}
