body					{	margin: 0px 0px 0px 0px; background:#cccccc; }

.text					{	font-family: 'Source Sans Pro', sans-serif;
							font-size: 15px;
							color: #646464;
							line-height: 17px;	}
.text a				{	color: #646464;
							text-decoration: none;	}
.text a:visited	{	color: #646464;
							text-decoration: none;	}
.text a:hover		{	color: #ffffff;
							text-decoration: none;	}

.text2				{	font-family: 'Source Sans Pro', sans-serif;
							font-size: 15px;
							color: #507087;	}

.title				{	font-family: 'Source Sans Pro', sans-serif;
							font-size: 28px;
							font-weight: 200;
							color: #507087;	}

.menu					{	font-family: 'Source Sans Pro', sans-serif;
							font-size: 18px;
							font-weight: 300;
							color: #ffffff;	}
.menu a				{	color: #507087;
							text-decoration: none;	}
.menu a:visited	{	color: #507087;
							text-decoration: none;	}
.menu a:hover		{	color: #ffffff;
							text-decoration: none;	}

.footer				{	font-family: 'Source Sans Pro', sans-serif;
							font-size: 12px;
							color: #507087;	}
.footer a			{	color: #507087;
							text-decoration: none;	}
.footer a:visited	{	color: #507087;
							text-decoration: none;	}
.footer a:hover	{	color: #ffffff;
							text-decoration: none;	}
.rollover {
	border: 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.rollover:hover {
	border: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: menulist-button !important;
    }
}