/* === Paragraphs and text ===============================*/

body,input,td,option,textarea{
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#333;
}
p{
	line-height:1.2em;
	margin-bottom:1.5em;
	color:#333;
}
b,strong{
	font-weight:bold;
	color:#111;
}
i,em{
	font-style:italic;
	color:#111;
}
pre{
	font-family:"Consolas","Bitstream Vera Sans Mono","Monaco","Courier New",monospace;
	color:#666;
}



/* === Anchors (links) =================================*/

a{
	color:#2B296D;
	text-decoration:none;
}
a:hover{
	color:#2B296D;
	text-decoration:underline;
}




/* === Headers =========================================*/

h1,h2,h3,h4,h5,h6{
	color:#2B296D;
	font-weight:bold;
	line-height:1.1em;
	margin:0 0 0.5em 0;
	vertical-align:middle;
}
h1{ font-size:23px; }
h2{ font-size:21px; }
h3{ font-size:17px; }
h4{ font-size:14px; }
h5{ font-size:14px; }
h6{ font-size:14px; }



/* === Lists ===========================================*/

ul{
	margin-bottom:2.5em;
	color:#333;
}
ul li{
	list-style-type:disc;
	line-height:1.2em;
	margin-bottom:.5em;
}
ol li{
	list-style-type:decimal;
}
li{
	margin-left:2em;
	padding-left:5px;
}




/* === Tables ==========================================*/

table, tbody, thead, tr,
tbody td, td,
thead th, th,
th p, th div, th span,
td p, td div, td span{
	border:none;
	margin:0;
	padding:0;
	font-size:9pt;
}
table{
	border-top:1px solid #ddd;
	margin-bottom:1em;
}
tbody td, td,
thead th, th{
	border-bottom:1px solid #ddd;
	/*background:#fff url("http://cleareyes.co.nz/img/td_bg.png") repeat-x scroll 0 0;*/
	margin:0;
	padding:6px;
}
thead th, th{
	/*background:#fff url("http://cleareyes.co.nz/img/th_bg.png") repeat-x scroll 0 0;*/
	font-weight:bold;
}