@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold&subset=latin);

@font-face {
		font-family: 'Droid Sans';
		font-style: normal;
		font-weight: 400;
		src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
		}

@font-face {
		font-family: 'Droid Sans';
		font-style: normal;
		font-weight: 700;
		src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
		}

*		{
		font-family: 'Droid Sans',sans-serif;
		font-size: 12px;
		color: #333333;
		line-height: 1.9;
		text-decoration: none;
		}

body		{
		margin-top:5px;
		margin-left:0px;
		text-align:left;
		}

h1, h2, h3, h3 a	{
		font-size:14px;
		color: #114e82;
		}

h2		{
		margin-bottom:0pt;
		}

strong		{
		font-weight:bold;
		color: #114e82;
		}

a		{
		border-bottom: 1px dotted #aaaaaa;
		}

a:hover	{
		border-bottom: 1px solid #000000;
		color:#000000;
		}

