/* CSS Document */
/*DEFAULT RESETS */

/*========================================================================
The selectors in this stylesheet exist only to reset browsers in a way that
ensures they all start on the same level playing field. Credit for these selectors
goes to Mr. Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
========================================================================*/
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

address {
	font-style: normal;
}	

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*==============================================================================
End Mr. Eric Meyer's reset selectors, 
==============================================================================*/

/*====================
Link Styles
======================*/
a:link {color:#497CAC; text-decoration: none;}
a:visited {color: #497CAC; text-decoration: none;}
/*a:focus, a:active,  a:visited {outline:none; color:#fff; background-color:blue;}*/
a:hover {text-decoration:underline;}

/*====================
Heading Styles
======================*/
h1 {font-size:1.7em; margin:.6em 0;}
h2 {font-size:1.6em; margin:.6em 0;}
h3 {font-size:1.3em; margin:.6em 0;}
h4 {font-size:1.1em; margin: .4em 0;}
h5 {font-size:1.05em; margin:.4em 0; font-style:italic;}
h1, h2, h3, h4, h5 {font-weight: normal; line-height: 115%;}

/*====================
List Styles
======================*/
dl, ol, ul {margin:1em 0;}
ol, ul {padding:0 0 0 2em;}
li, dd {margin:.25em 0;}
dt {font-weight:bold;}

/*====================
Table Styles
======================*/
th {font-weight:bold;}
td, th {padding:.3em .5em; text-align:left;}
table {border-collapse: collapse; border-spacing: 0;}

/*====================
General Styles
======================*/
body {
    font: 80%/1.4em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #2D2D2D; background: #fff;
	text-align: center;
}
img {border:0;}
p {margin:1em 0; line-height: 125%; font-weight: normal;}
hr {display:none;}
label {display:block;}
legend {padding:0 .5em;}
strong {font-weight:bold;}
blockquote {padding-left:2em;}
em, ins, del {font-style:italic;}
fieldset {padding:0 1em; border:1px solid #666;}
abbr, acronym, dfn {cursor:help; border-bottom:1px dotted #ddd;}
code, kbd, pre {font-family:Courier, "Courier New", Tahoma, sans-serif;}

/* END OF DEFAULT RESETS */

