@charset "utf-8";
/* CSS Document */


/*#page
{

	/*width: 100%;

	/*max-width: 1100px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/*min-width: 1100px;
	/*760px;
	
	
	}*/







#myNewsLinks {
	font-size: 14px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
}

.smalltext {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.myBoldAndUnderlineSmall {
	font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-size: 1em;
}
.myBoldAndUnderlineRED {
	font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-size: medium;
	color: #F00;
}
#myNote {
	border: medium solid #999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #F2F2F2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
}

#wrapperAds {
	text-align: center;
	width: 260px;
}

.h2_center {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}


.bar_center {
	text-align: center;
	font-size: 12px;
	border-bottom-style: none;
	border-top-style: none;
	color: #CCC;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: 1em;
	background-color: #F0F0F0;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-side, #EDEDED 0%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-side, #EDEDED 0%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-side, #EDEDED 0%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #EDEDED), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-side, #EDEDED 0%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-side at center, #EDEDED 0%, #FFFFFF 100%);
}

#terms{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}
