/* Version 1.0 */
/* Last Revised: Oct. 7, 2008 */
/* Last Revised: Jul. 10, 2009 - js */

/* 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:middle;
	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}
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:27px}h2{font-size:24px}h3{font-size:18px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}ol{list-style:decimal}ul{list-style:none}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* end reset */

body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
}

a:link, a:visited {
	color: #333;
}

a:hover, a:active {
	color: #666;
}

a.danger:hover {
	color:#A80500; /* RED */
}

.left         { float:left; }
.right        { float:right; }
.center       { text-align:center; margin:0 auto; display:block; }
img.left      { margin-right:1em; }
img.right     { margin-left:1em; }
img.center    { margin:0 auto; display:block;}
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }
.clear        {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}

/* END BASE */
