/* CSS RESET */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

html {
	font-family: Helvetica, Arial, verdana, sans-serif;
	font-size: 12px; 
}

img { -ms-interpolation-mode: bicubic; }




h1,h2,h3,h4,h5,h6 {
font-weight: normal;
color: #0099cc;
margin-bottom: 16px;
}

h1 { font-size: 26px; margin-top: 16px;}

h2 { font-size: 22px; }

h3 { font-size: 18px; }

h4 { font-size: 14px; }


p, blockquote, pre, code,
ol, ul,
fieldset, form,
table { 
font-size:14px;
line-height:1.3em;
margin-bottom:17px;
}

table {
border:0;
border-collapse: collapse;
}
td {
vertical-align: top;
padding: 4px;
}





/* reset content area nested lists */
#content ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 1em;
}

.columns_2
{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}


#content li ul{
	list-style: circle;
	list-style-position: outside;
	padding-left: 2em;
}

#content ol {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 1em;
}
#content li ol {
	list-style: lower-roman;
	list-style-position: outside;
	padding-left: 2em;
}


form div.required label { color: red; }


