html {font-size: 100.01%;}

body, table, td, tr {
	font-family: Arial,Helvetica,sans-serif; 
}
body  {
	font-size: 1.0em; padding-left: 40px;
	MIN-WIDTH: 870px;	
}

table {
	border-spacing2:0.4em
	border-collapse: collapse;
}

td, .main_text, th {
	font-size: 0.8em; vertical-align:top;	
	
}

th {
	font-weight: bold;
}

img{border:0;}

.content {
	text-align: justify;
}


h1, h2, h3 {
	font-weight: normal; border-collapse: collapse;
}

h1 {
	font-family: sans-serif;
	padding-top: 0.2em; 
	/*font-size: 1.55em; */
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em; 
	font-weight: bold;
	padding-top: 0.3em; 
	padding-bottom: 0.10em;
}

h3 {
	font-size: 1.15em; 
	font-weight: bold;
	padding-top: 0.2em; 
	padding-bottom: 0.1em;

}

h4 {
	font-weight: bold;
}


a:link, a:visited {
	color: #004B91;
	#COLOR: #00c
}

a.no_u {
	text-decoration: none;
}

a.passive {
	color: #5a5a5a;
}

:hover:link {
	COLOR: #f00 !important
}
:hover:visited {
	COLOR: #f00 !important
}



hr {
	border: 0;
	color: #FFCC33;
	background-color: #FFCC33;
	height: 1px;
	width: 100%;
	text-align: left;
}

hr.dot { 
	background-color: #FFCC33;
	border:#000000 1px dotted;
	border-style: none none dotted;
	color:#fff;
}	


.visible_table{padding:0.3em;border-spacing:0.7em;vertical-align:top}
.msg { color: #FF6633;}
.selected_table  {padding:8px; border-spacing:0.7em;vertical-align:top;background-color:#FFFAE8}
.selected {padding:8px; border-spacing:0.7em;vertical-align:top;background-color:#FFFAE8}
#.selected_table{padding:0.3px; border-spacing:0.7em;vertical-align:top;background-color:#FFFAE8}
.selected_table2{padding:0.3px; background-color:#FFCC33}


.pop_up_message {
	color: white;
	background-color: #FF3333;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.pop_up_message_attention {
	background-color: #FFCC33;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


img.paper {
	padding: 10px;
}

.pic_box
{        
	border:solid 1px #D6D6D6; 
	padding: 2px;
	cursor: pointer; 
	cursor: hand; 
}

div.livesearch {
	position: absolute;
	background-color:#FFFFFF;  
	min-width: 200;
	padding: 0px;
}

.star_0, .star_50, .star_100 
{
	background-image: url(/pics/stars.png);
	background-position: -49px 0px;
	width: 15px;
	height: 15px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-origin: padding-box;

	background-size: auto;
	border-collapse: collapse;
	box-sizing: border-box;
	color: rgb(57, 57, 57);
	display: inline-block;
	font-family: a;
	font-size: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 0px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.star_50
{
	background-position: -49px -77px;
}

.star_100
{
	background-position: -49px -15px;
}

.big_button, .big_button:link, .big_button:visited {
	border-radius: 6px;
	padding: 8px 18px;
	background-color: #ffdd2d;
    border: 1px solid transparent;
    text-decoration: none;
	color: #000000;
}

.orange-button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 5 20px;
    cursor: pointer;
    height2: 31px;
    border-radius: 4px;
    border: none;
    color: #000;
    font-size2: 14px;
    font-weight: 400;
    line-height2: 30px;
    text-decoration: none;
    text-align: center;
    outline: none;
    background: #ffcc33;
}