/*
Core css stylesheet
Compiled on Sat, 18 Nov 2006
Author: Alexey I. Zarubin [alexey.zarubin@gmail.com]
*/

* { font-family: "Times New Roman", Georgia, Times, serif; }
p,div,table,tr,td,th,tbody,ul,ol,li,dd,dl,dt,a,img { margin: 0; padding: 0; }

html { margin: 0; padding: 0; height: 100%; width: 100%; }
body {
 margin: 0;
 padding: 0; 
 min-height:100%;
 height: 100%;
 width: 100%;
}

h1 { font-size: 200%; font-weight: normal; }
h2 { font-size: 175%; font-weight: normal; }
h3 { font-size: 150%; font-weight: normal; }
h4 { font-size: 125%; font-weight: normal; }

div { display: block; position: relative; }
pre span { display: inline; font-family: "Courier New", Courier, monospace; font-size: 9pt; }

.fleft { float: left; clear: none; }
.fright { float: right; clear: none; }

.clear { clear: both; display: block; height: 0px; font-size: 0px; line-height: 0px; }

