html, body, form
{
	margin: 0;
	padding: 0;
        background-color: #f5f5f5;

}

html
{
	height:100%;
        align:center;
        background-color: #f5f5f5;

        
}
/*bgcolor:#b2b2b2;*/
#my_table
{
	height:100%;
        width:1024px; 
        border:0;
        background-color: #fafafa;
        align:center;

}


body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:1024px;
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-track-color:#FAFAFA;
        scrollbar-face-color:#9eafcb;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#FFFFFF;
        scrollbar-darkshadow-color:#FFFFFF;
        scrollbar-shadow-color:#FFFFFF;}

}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fafafa;
}

/*Font in table*/
table
{
	font-size:100%;
}
#hor_menu
{
 height:18px;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}

#navigation
{

}

#h1
{
	margin:0; padding:0;
	font-size:90%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:14px;
        color:#8F0000; 
        font-family:Arial;	
}


/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}


/*Content table*/
#content
{
padding:12px;
	width:100%;
	height:70%;
	border-collapse:collapse;
}

#main
{
width:1024;
height:90%;
vertical-align:top;
valign:top;

}
/*Footer*/
#footer
{
	background: #9eafcb url(images/_niz.gif);
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:33px;
        width:1024px;
         
	
}

#_footer_
{
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:8px;
}

#flash
{
width:1024px;
height:235px;
}
/*Link in footer*/
#footer a
{
	color: #E2CBCD;
	font-size: 100%;
}
