/*
 * Style sheet for the CSS2 specification
 * $Id: default.css 827 2004-12-07 18:16:42Z andrey $
 * BEL Template 1999/03/17
 */

BODY {
	text-align: left;
	font-family: Arial, sans-serif;
	background-color: #D8E8FF;
	background-image: url(../pics/fon1.jpg);
	background-attachment: fixed;
}

P {
    font-family: Arial, sans-serif;
}
FONT { 
    font-family: Arial, sans-serif;
}

TD { 
    font-family: Arial, sans-serif;
	color: #002070;
}
TH { 
    font-family: Arial, sans-serif;
	font-weight: bold;
	color: #002070;
}

H1, H2, H3, H4, H5, H6 {
	color: #004080;
    font-family: Arial, sans-serif;	
}

INPUT {
	font-size: 16px;
	color: #004080;	
}

A {
	link-color: #0000B0;
	visited-color: #0000A0;
	alink-color: #F0F0F0;
	text-decoration: none;
}
A:hover {color: #A00000; text-decoration: none; font-weight: bold;}
.i1 { font-size: 14px; }

