@import url("/i/fonts/stylesheet.css");
html,body {
	height: 100%;
	margin:0;
	padding:0;
	background: #ffffff; 
	color: #000000;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; 
	text-decoration: none;
	margin-left: auto; margin-right: auto; margin: 0 auto;
	line-height: 1.4em;
}

table {
	background: #ffffff; 
	color: #000000;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; 
	text-decoration: none;
	line-height: 1.4em;
}


a:link, a:visited {color: #b8100f;  text-decoration: underline;}
a:active { text-decoration: none; color: #8b8b8b;}
a:hover { text-decoration: none; color: #8b8b8b;}

a.none:link, a.none:visited {color: #b8100f;  text-decoration: none;}
a.none:active { text-decoration: none; color: #8b8b8b;}
a.none:hover { text-decoration: none; color: #8b8b8b;}

a.color1:link, a.color1:visited {color: #00a9b8;  text-decoration: underline;}
a.color1:active { text-decoration: none; color: #b82700;}
a.color1:hover { text-decoration: none; color: #b82700;}

.list{}

h1{font-weight: normal; font-size:26px; color: #ae0a0a; line-height: 1.1em;}
h2{font-weight: normal; font-size:20px; color: #212121; line-height: 1.1em;}
h3{font-weight: normal; font-size:16px; color: #212121; line-height: 1.1em;}
h4{font-weight: normal; font-size:14px; color: #212121; line-height: 1.1em;}


.zag1{font-size:20px; color: #393232; line-height: 1.3em;}
.zag2{font-size:16px; color: #393232; line-height: 1.3em;}
.zag3{font-size:13px; color: #393232; line-height: 1.3em;}


.text1{font-size:20px; color: #555555; line-height: 1.3em;}
.text2{font-size:16px; color: #555555; line-height: 1.3em;}
.text3{font-size:13px; color: #555555; line-height: 1.3em;}

.txt_min1{font-size:12px; color: #000000; line-height: 1.3em;}
.txt_min2{font-size:11px; color: #000000; line-height: 1.3em;}
.txt_min3{font-size:10px; color: #000000; line-height: 1.3em;}
.txt_max1{font-size:14px; color: #000000; line-height: 1.3em;}
.txt_max2{font-size:15px; color: #000000; line-height: 1.3em;}
.txt_max3{font-size:16px; color: #000000; line-height: 1.3em;}

.color1 {color: #005192;}

.img1 {border: 1px solid #7cedff;}
.img2 {border: 1px solid #dfd1ae;}
.img3{
	 margin: 0px 10px 0px 0px;
	 padding: 5px;
 	 border: 1px solid #dfd1ae;
	 background-color: #f4e9cd;
}
.img4{
	 margin: 0px 10px 0px 0px;
	 padding: 5px;
 	 border: 1px solid #e3d8bc;
}

table.table1 {
	border-collapse: collapse;

}
	table.table1 thead {
		text-align: center;
		padding: 5px;
		background: #f1e6c8;
		border: 1px solid #e3d8bc;
	}
	table.table1 td {
		vertical-align: top;
		padding: 5px;
		border: 1px solid #e3d8bc;
	}
	table.table1 td p{padding: 0; margin: 0;}

table.table2 {
	border-collapse: collapse;

}
	table.table2 thead {
		text-align: center;
		padding: 5px;
	}
	table.table2 td {
		vertical-align: top;
		padding: 5px;
	}
	table.table2 td p{padding: 0; margin: 0;}

table.table3 {
	font-size: 11px;
	border-collapse: collapse;

}
	table.table3 thead {
		font-size: 11px;
		text-align: center;
		padding: 5px;
		background: #f1e6c8;
		border: 1px solid #e3d8bc;
	}
	table.table3 td {
		font-size: 11px;
		vertical-align: top;
		padding: 5px;
		border: 1px solid #e3d8bc;
	}
	table.table3 td p{padding: 0; margin: 0;}



table.table_effect {
	font-size: 11px;
	border-collapse: collapse;
}
	table.table_effect thead {
		font-size: 11px;
		text-align: center;
		padding: 5px;
		background: #f1e6c8;
		border: 1px solid #e3d8bc;
		background: url('i/theme/table/f1.gif');
		background-repeat:repeat-x;
	}
	table.table_effect td {
		font-size: 11px;
		vertical-align: top;
		padding: 5px;
		border: 1px solid #e3d8bc;
	}
	table.table_effect tbody tr:hover td {
		background: #f4ead0;
	}
	table.table_effect tbody .odd{
		background: #fdf6e3;
	}
	table.table_effect td p{padding: 0; margin: 0;}