BODY, TD, INPUT, SELECT, TEXTAREA {font-family: Arial, Tahoma, sans-serif;font-size: 12px;}
TH {font-family: Arial, Tahoma, sans-serif;font-size: 12px;font-weight:bold;background-color:#EEEEEE;border-bottom:2px solid #291973;height:30px;}
FORM {margin-bottom : 0px;margin-left : 0px;margin-right : 0px;margin-top : 0px;}
P {margin-top:0px;margin-bottom:0px;}
UL {list-style-type: square;margin-left:15px;margin-bottom:10px;}
OL {margin-bottom:10px;}
LI {margin-bottom:10px;}

H1, .header, .h1{font-family: Arial, Tahoma, sans-serif;font-size: 21px;font-weight:normal;color:#E04A00;margin:0px;}
H2, .title {font-family: Arial, Tahoma, sans-serif;font-size: 18px;font-weight:normal;color:#2B3D71;margin:0px;}
H3, .headertop, .h3 {font-family: Arial, Tahoma, sans-serif;font-size: 13px;font-weight:bold;color:#555555;margin:0px;}
h4 ,h2{
	margin:1em 0 0.5em 0;
	font-size:1.3em;
	color:#555;
	font-weight:bold;
}
.msg {color: #cc0000;font-weight:bold;}
strong {
	font-weight:normal;
}
A:link {color:#0b2371;text-decoration:none;}
A:visited {color:#0b2371;text-decoration:none;}
A:hover {color:#0b2371;text-decoration:underline;}
A:active {color:#0b2371;text-decoration:underline;}

.linktitle:link {font-family: Arial, Tahoma, sans-serif;color:#2B3D71;font-size:14px;font-weight:bold;text-decoration:underline;}
.linktitle:visited {font-family: Arial, Tahoma, sans-serif;color:#2B3D71;font-size:14px;font-weight:bold;text-decoration:underline;}
.linktitle:hover {font-family: Arial, Tahoma, sans-serif;color:#2B3D71;font-size:14px;font-weight:bold;text-decoration:underline;}
.linktitle:active {font-family: Arial, Tahoma, sans-serif;color:#2B3D71;font-size:14px;font-weight:bold;text-decoration:underline;}

.linkwhite:link {color:#FFFFFF;text-decoration:none;}
.linkwhite:visited {color:#FFFFFF;text-decoration:none;}
.linkwhite:hover {color:#FFFFFF;text-decoration:underline;}
.linkwhite:active {color:#FFFFFF;text-decoration:underline;}

.bgblue {background-color:#291973;}
.bgbluedark {background-color:#291973;}
.bggray {background-color:#ebebeb;}
.bgframe {background-color:#DDDDDD;}
.bgsep {background-color:#DDDDDD;}
.bgstripe1 {background-color:#FFFFFF;}
.bgstripe3 {background-color:#EEEEEE;}
.bgwhite {background-color:#FFFFFF;}
.bgpage {background-color:#D8D8D8;}
.bgmenupas {background-color:#000000;}
.bgmenuact {background-color:#555555;}

.bgmenuact a, .bgmenupas a, .bgmenuact a:visited, .bgmenupas a:visited{font-family:Arial Narrow;text-decoration:none;font-size:15px;color:#FFFFFF;}
.bgmenuact a:hover, .bgmenupas a:hover{text-decoration:underline;color:#FFFFFF;}

.inputhidden1 {border:0;background-color:#FFFFFF;text-align:right;}
.inputhidden3 {border:0;background-color:#EEEEEE;text-align:right;font-weight:bold;}

.white {color:#FFFFFF;}
.red {color:#FF0000;}
.gray {color:#555555;}

.price {color:#996600;font-weight:bold;font-size:14px;}

.small {font-size:11px;}

p.h3 {font-weight:bold;}

.boxcontent {
width:100%;
padding:15 px 38px 15px 38px
}

.boxseries {
width:100%;
padding:5 px 15px 5px 15px;
background-color:#ebebeb;
font-size:11px;
margin-bottom:15px
}

.boxparams {
width:100%;
padding:5 px 10px 5px 10px;
background-color:#F2F2F2;
font-size:11px;
margin-bottom:15px;
border-top:1px solid #ebebeb;
}

.boxsubmenu {
width:100%;
padding:25px 23px 20px 23px;
}

.hint {text-decoration:underline;cursor:pointer;}

.galpic {border:2px solid #DADADA}


#header
            {
                width: 100%;
                padding: 0;
                position: fixed;
                top: 0;
                left: 0;
                //position: absolute;
                top: expression(
                    document.getElementsByTagName( 'body' )[0].scrollTop + "px"
                );
            }

