/* =============================================================================================== BASE WEBSITE STYLES */


html, body, p, ul, ol, dl, li, dd, dt, img, table, blockquote, q, caption, a, form, input, textarea, fieldset, pre {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFF;
}

img { border: 0px; }

p { margin: 0px 0px 15px 0px; }

table { padding: 0 0 15px 0; }

blockquote { margin: 15px 20px; }





em { font-style: italic; }

strong { font-weight: bold; }

acronym { background: transparent; cursor: help; }

a acronym { border: none; cursor: pointer; }


/* Make sure your columns divs are inside a holding div that is set to float: left; */

.clear { clear: both; }


/* Remove the dotted borders on image links */

a img, :link img, :visited img, :hover img, :active img { border: none; }
a {
	outline: none;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;	
}


/* ----- END OF TEMPLATE ----- */
