/*----- 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}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*----- hide from print ------*/
#nav, #site_info, #skiplinks, .box, #action_buttons{
	display:none;
}

/*----- text ------*/
body {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	line-height:2;
}
sub,sup{
	font-size:9px;
}
sup{vertical-align:super;}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:13px;}
h6{font-size:12px;}

/*----- anchors ------*/
a{text-decoration:underline; color:#00F;}

/* paragraphs, quotes and lists
----------------------------------------------- */
/*globals*/
p, ul, ol, fieldset, table, .success, .warning, .failure{margin-bottom:2em;}
ul{list-style:decimal;}
ol{list-style-type:decimal;}
li{margin-left:4em;}
/*forms*/
fieldset{border:1px solid #000; padding:1em;}
fieldset ol{list-style:none;}
fieldset li{margin-left:0;margin-bottom:1em;}

/*----- show copyright ------*/
#site_info ul{display:block;list-style:none;}
#site_info li{margin-left:0;}
#site_info a{display:none;}