﻿/*

	Base Styles
	
	Author:	Jay Dobson <jdobson@esolutionsgroup.ca>	

*/
body, p, div, td, th, span, font, a, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5a3a73;	
}

h1,h2,h3,h4,h5,h6,ol,dl,dd,dt,img,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre {margin:0;padding:0;}

a img { border: 0px; }

#imgBanner, #imgInterior { display: none; }

h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:10px;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a, a:link, a:active, a:visited {
	color: #5a3a73;
	text-decoration: none;
}

a:hover {
	text-decoration:underline; 
}

a img,:link img,:visited img,:hover img,:active img {border:none;}

/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}