html {overflow-y: scroll;}

img {border: 0px;}

body, input
{
	font-family: verdana;
	font-size: 12px;
	background-color: #f2f2f2;
}

td{
	font-family: verdana;
	font-size: 12px;
}

a:link {color:#5F5F5F; text-decoration:none}
a:visited {color:#5F5F5F; text-decoration:none}
a:active {color:#5F5F5F; text-decoration:none}
a:hover {color:black; text-decoration:none;}

#shadow_table
{
	border: 0px solid black;
	background-color: white;
	margin-top: 0px;
}

#main_table
{
	position: relative;
	top: -22px;
	width: 950px;
	background-color: white;
	margin-top: 0px;
}

#td_logo
{
	padding: 10px;
	padding-bottom: 30px;

	text-align: center;
}

#td_menu
{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;

	text-align: center;


}

#td_content
{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
}

#text_block
{
	font-size: 11px;

	width: 340px;

	margin-right: 50px;
	margin-left: 25px;

	line-height: 1.5;

	float: left;
}

h2
{
	font-size: 18px;
	margin-left: 25px;
}

#history td
{
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 5px;

	font-size: 11px;
	line-height: 1.5;
}

#imp
{
	text-align: right;
	margin-right: 10px;
	position: relative;
	top: 30px; 
}

#imp a
{
	color: #999999;
	font-size: 11px;
}

#textlink
{
text-decoration:none;
color:#666666;}
#textlink:hover
{
color:#CCCCCC;}

table.grip{
	text-align: left;
	border: none;
	width: 100%;
	background-color: #fff;
}

table.grip td.data{
	width: 400px;
	text-align: center;

}

table.grip td{
	width: 400px;
}

table.grip td.header{
	width: 510px;
	text-align: center;
}

table.grip .even{ background-color: #ffcc00;}
table.grip .odd{ background-color: #ccc;}

a.grip_selected, a.grip_selected:visited,a.grip_selected:link, a.grip_selected:active { color: #000; font-weight: bold;}