<!--
body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}

a:link, visited, active {color: #666666;}
a:hover {color: #000000;}


.tiny{
	font-size:60%
	}
.small{
	font-size:80%
	}
.medium{
	font-size:90%
	}

.large{
	font-size:150%
	}

.gray{
	color: #999;
	}
	
.darkgray{
	color: #666;
	}	
.blue{
	color: #017db6;
	}
	
.linebulletsmall
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.formal {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#999999;
	font-family:verdana,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	padding:1px;
	}
	
.formal:focus, .formal:hover {
	background:#E7F1F3 none repeat scroll 0 0;
	border:1px solid #888888;
	color:#000000;
	}
	
.formal.noBorder, .formal.noBorder:focus, .formal.noBorder:hover {
	border:0 none;
	padding:0;
	}
	
.formal.button {
	-x-system-font:none;
	background:#FC3307 none repeat scroll 0 0;
	border-color:#FF7800 #691300 #691300 #FF7800;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:verdana,serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	padding:2px 5px;
	}
	
.formal.radio {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	}
	
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
.goldbuy{
	border: 1px solid #d1bc1c; 
	margin-bottom: 5px; 
	background-image: url(../images/bg-sm-gradient-gold.gif); 
	background-repeat: repeat-x;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Calibri,"Trebuchet MS",sans-serif;

}

.graybox{
	border: 1px #d8d8d8 solid;
	background-color: #e8e8e8;
	
}
.hide { display:none ; }	
