@charset "UTF-8";
/* CSS Document */

/* Reset all the client styles */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {outline: 0;}
body {line-height: 1; color: black;	background: white; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* ----------------------------------- */

/* Set Some Basics First */

h1 {font-size:2em; font-weight:bold; margin:1em 0 .6em 0;}
h2 {font-size:1.5em; font-style:italic; font-weight:bold; margin:1em 0 .5em 0;}
h3 {font-size:1.3em; font-weight:bold; margin:.5em 0 .5em 0;}
h4 {font-size:1em; font-weight:bold; margin:.7em 0 .6em 0;}
h5 {font-size:1em; font-style:italic; font-weight:bold; margin:.6em 0 .3em 0;}
h6 {font-size:1em; font-style:italic; font-weight:normal; margin:.4em 0 .3em 0;}

p {margin:.5em 0 1em 0; font-size: 1em;}
.smallText {font-size:.8em;}

dt {font-size:1.3em; font-weight:bold; font-style: italic; margin-bottom:.1em;}
dl img {float:left; margin-right:.2em; margin-bottom:1em;}

dd {margin:.2em 0 1em 0 ;}
dt a {font-style:normal;}

/* Some Pre-style Styles */
div#title {font-size:2.5em; font-weight:bold;}

a:link, a:active, a:visited, a:focus, a:hover {color:#040268}

p {line-height:1.2;}

em {font-style:italic;}

strong {font-weight:bold;}

.plain {font-size:1em; font-weight:normal; font-style:normal; text-decoration:none; color:#000;}
