/* 

    ABS Jets     Initial CSS file
    ------------------------------------------------------------------------
    Author       Ondrej Valka (ondrej@valka.info)
    Created      16 Nov 09
    Last edit    -

    Inspired by  http://erskinelabs.com/post/the-process-toolbox-part-seven-convention/
                 http://developer.yahoo.com/yui/base/

*/

body { 
	font-size: 62.5%; /* = 10px */
	text-align: center;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

strong { font-weight: bold; }
    em { font-style: italic; }
   img { display: block; }

.hide, .print {
	overflow: hidden !important;
	position: absolute !important; left: -9999px !important; top: -9999px !important;
	width: 0 !important; height: 0 !important;
}

.clear { 
	clear: both;
	display: block;
}
#ie6 span.clear,
#ie7 span.clear { display: inline; }