/* CREW Silicon Valley CSS */
body { 
	font-family: Helvetica, sans-serif, Tahoma;
}
.smallText{
	font-family: Helvetica, sans-serif, Tahoma;
	font-size:9px;
}

h1{font-size:14px; color: #262d73;}
h2{font-size:12px; color: #65be62;}
h3{
	font-size:10px;
	color: #c10041;
}
h4{font-size:9px; color: #000000;}
h5{
	font-size:12px;
	color: #262d73;
	font-weight: bold;
}
.notice {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #262d73;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65BE62;
	border-bottom-color: #65BE62;
}


a{ color:#65be62;  font-weight:bold;}
a:link{
	color:#65BE62;
	font-weight:bold;
}
