/* -------------------------------------------------------------- 

	ARRS GoldMiner (tm)
	layout.css - style sheet

	Copyright (c) 2007, American Roentgen Ray Society
	ALL RIGHTS RESERVED

	2007-01-22 - C. Kahn

-------------------------------------------------------------- */

/* Body:  no border, white background */


/* Font settings for page elements */
h1, h2, h3, h4, dt, textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:0;
	}
code, pre, tt {
	font-family: Courier, "Courier New", monospace;
	}
#txtSearch{border:none;}

#menu:hover {background:url(images/underline.png) repeat-x; height:40px;}


/* Links (anchors) */
a:link { color: #000066 }
a:visited { color: #000066 }
a:active { color: #000066 }
a:hover { color: #000066 }

.most a {border:none;}
.most img {border:none;}

.ad {
	border-color: #CCCCCC;
	border-width:thin;
	border-style: solid;
	background:	#FFFFFF;
	padding:	2px;
	spacing:	2px;
	text-decoration: none;
	font-size: 	10pt; 
	margin-left:5px;
	
	}




.small {
	font-size:	75%;
	}

a.adtitle {
	font-weight: bold; 
	color: black;
	text-decoration: none;
	font-variant: normal; 
	font-style: normal;
	}
a.adtext {
	font-weight: normal;
	font-size: 9pt; 
	color: black;
	text-decoration: none;
	font-variant: normal; 
	font-style: normal;
	}

