﻿@charset "utf-8";
/* Base (default) styles for the site*/

body { 
	font-family: Tahoma,Verdana,Segoe,sans-serif; 
	font-size:17px;
	padding: 0;
	color:#3375A4;
	background-color: #e6eaed;
	margin:0px;
}
img{
	width:100%;
	border:none;
}

div{ /* Borders and padding do not increase the size of the div */
	box-sizing: border-box;
	ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.float-end{
	clear:both;
}

A:link { font-weight: bold; text-decoration: none; color: #3E607D;}
A:visited { font-weight: bold; text-decoration: none; color: #3E607D;}
A:active { font-weight: bold; text-decoration: none; color: #7399B9;}
A:hover { font-weight: bold; text-decoration: none; color: #7399B9;}
