.bgnd {
   background-image: url(img/fill.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: left top;
}

.oval {
   background-image: url(img/oval.gif);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: left top;
}

.tpx {
   background-image: url(img/pixel.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: left top;
}


.grid {
   background-image: url(img/grid.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: left top;
}


.big {
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	letter-spacing:3px;
}

.sm {
	color: white;
	font-family: verdana;
	font-size: 7px;
	letter-spacing:3px;
}

BODY {
	color: white;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

H3, H4, H5, H6 {
   font-family: verdana, "MS Sans Serif", Geneva, sans-serif;
	color: white;
}

H1 {
   font-family: verdana;
	color: white;
   font-size: 30pt;
   text-align: center;
    }

H2 {
    color: Black;
    font-family: verdana;
    font-size: 20pt;
    }

A {
    text-decoration: none
    }

A:link {
	color: #ffff00;
	}
A:visited {
    	color: #eeee00;
	}
A:hover {
    text-decoration: underline;
    color: yellow;
    }

.navbar {
    font-size: 8pt;
    text-align: center;
    margin: 5pt;
    }

.copy {
    font-size: 8pt;
    text-align: center;
    margin: 5pt;
    }

.time {
    font-size: 8pt;
    font-style: italic;
    text-align: left;
    margin: 5pt;
    }


TH {
	background: White;
}
TD {
	font-size: 8 pt;
	font-family: verdana;
	color: white;

}

.Picture TH, .Picture TD { background: #FFFFFF }
.Picture { padding: 8px }

VAR {
	font-style: italic;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

DFN { font-style: italic; font-weight: bold }

CODE {
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

TABLE {
	font-size: 8pt;
	font-family: verdana;
}


CAPTION {
    font-size: 120%;
	font-weight: bold;
	}

PRE {
    font-weight: bold;
    font-family: Courier New CE, Courier New, monospace;
    margin-left: 30px;
    }

PRE VAR {
    font-style: italic;
    font-family: Courier New CE, Courier New, monospace;
    }

KBD {
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    }

DT {
    margin-top: 6pt;

   }


.info {
	color : Gray;
	font-family : Sans Serif;
   font-size : 90%;
}

.warning {
	color : red;
	font-family: verdana, Helvetica, sans-serif;
	font-size : 120%;
}

.standart {
	color : black;
	font-family: verdana, Helvetica, sans-serif;
	font-size : 120%;
}



