﻿@charset "utf-8";
/* Base (default) styles for the site*/

body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 0;
	color: #000066;
	color: #3A5B81;
	background-color: transparent;
}
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;
}

.floatEnd{
	clear:both;
}

.center{
	margin:0px auto;
}

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;}
