/*****************************************************************
* mikroE print styles
* Author: Nikola Topalovic @ http://mikroe.com/
* $Date: 2005/08/09 11:34
*****************************************************************/

/** Cut the unnecessary sections **/
#header, #navmain, #footer, #search {
	display:none;
}

h1 {margin:auto;}


/** Print reusables **/

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.flleft {float:left; margin-right:1em;}
.flright {float:right; margin-left:1em;}
.cl {clear:both;}
.simpleclear {overflow:hidden;}

.bordered {border:1px solid #ccc;}
.underline {text-decoration:underline;}
.overline {text-decoration:overline;}

.small {font-size:92%;}
