html,body{
/*	height:100%;*/
	margin:0px;
	padding:0px;
}

body {
	font-size: 80%;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;  
	padding: 0px; margin: 0px;
}

table, td, form, fieldset, img { border: 0px; padding: 0px; margin: 0px; }

table {border-collapse: collapse; width: 100%;}
td { font-size: 80%; vertical-align: top; }

body table {font-size: 100%;}
body table table { font-size: 125% }
body table table table{ font-size: 135% }
body div {font-size: 90%;}
body div table { font-size: 130% }
body table div { font-size: 100% }
body div div { font-size: 100% }

hr {
	height: 1px;
	color: #887d7d;
}


dt {
	margin: 3px;
	padding: 0px;
}
dl {
	margin-left: 30px;
	padding: 0px;
}


fieldset { background-color : transparent; }
label, .label { cursor: hand; cursor: pointer; border-bottom: #aaaaaa 1px dashed; }

ol, ul, li { margin: 0; padding: 0; text-indent : 0px;}
ul { list-style-position: outside; margin: 2px 0px 10px 0px; }
ol { list-style-position: outside; margin: 2px 0px 10px 0px; }
li { margin-bottom: 2px; margin-left: 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0;
	color: #000000;
	line-height: 0.8em;
}
h1, .h1 { font-size: 30px; color: #000000; font-weight: normal; margin: 10px 0px 10px 0px; } /*font-size: 250%; */
h2, .h2 { font-size: 24px; color: #cc0000; font-weight: normal; margin: 16px 0px 9px 0px;  } /*font-size: 180%; */
h3, .h3 { font-size: 20px; color: #008000; font-weight: normal; margin: 17px 0px 11px 0px; } /*font-size: 160%; */
h4, .h4 { font-size: 16px; color: #000066; font-weight: bold;   margin: 20px 0px 11px 0px; } /*font-size: 140%; */
p {
	color: #333333;
	margin: 0px; /* 0em 0px 10px 0px;*/
	padding: 0em 0px 10px 0px;
	line-height: 1.3em;
}
small { font-family: Tahoma;}
big {font-weight: bold;}

a, a:link { color:#3333FF;}
a:link, a:visited { text-decoration: underline; }
a:visited { color:#0000cc; }
a:hover   { color:#FF0000; text-decoration: none; }
a:active  { color:#000000; text-decoration: none; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }
.ta_l { text-align: left; }

.va_t { vertical-align: top; }
.va_m { vertical-align: middle; }
.va_b { vertical-align: bottom; }

.bgr_x { background-repeat: repeat-x; }
.bgr_y { background-repeat: repeat-y; }
.bgr_n { background-repeat: no-repeat; }

.fl_l {float: left}
.fl_r {float: right}

a.noline {text-decoration: none;}
address {
	font-style: none;
}