﻿@charset "utf-8";
/* Base (default) styles for the site*/

body { 
 	font:100%/1.1 Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	color: #AAA;
	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;
}

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;}
