/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #262626;
}

a
{
	color: #063263;
    font-family: "Lucida Sans Unicode","Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a:visited
{
	
}

a:hover
{
	color: #0f59af;
	text-decoration:underline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before
, q:before
{
	content: open-quote;
}
blockquote:after
, q:after
{
	content: close-quote;
}
blockquote 
{
	display: block;
	padding: 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong, b
{
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
}

/* Fix to remove <br /> that is added by Sitefinity content block.
 * http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/4-4-rendering-extra-br-tags-under-content-blocks.aspx
 */
.sfContentBlock > br:last-child { display: none; }

h1,h2,h3,h4,h5
{
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h3 a, h4 a, h2 a, h5 a
{    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}