input, textarea {
	background: #eaeaea;
}
.info {
display: inline-block;
position:relative;
height:16px; /*dimensions of our image*/
width:16px;
background:url(/img/info.gif) top left no-repeat;
vertical-align: middle;
}
.tip {
position:absolute;
left:26px; 
top:0;
width:100px;
padding:5px;
border:1px solid #bbbbbb;
background-color:#eeeeee;
font:10px/12px Arial, Helvetica, sans-serif;
}
body {
	background: #fafafa;
	color: #000000;
}
.outer_table {
	border: 1px solid #dddddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background: white;
}
.inner_table {
	background: #efefef;
}
.member_header {
	background: #FFFFFF url('/img/main_header_grad.gif');
	color: #FFFFFF;
	font-family: verdana;
	font-size: 9pt;
}
.member_header a:link, .member_header a:active, .member_header a:visited {
	color: #357082;
	text-decoration: none;
}
.member_header a:hover {
	text-decoration: underline;
}
.navigation_header {
	background: #357082;
	color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin:0;
	padding:0;
}
.navigation_header a:link, .navigation_header a:active, .navigation_header a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.navigation_header a:hover {
	text-decoration: underline;
}
.footer {
	background: #357082;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Sans Serif;
	padding: 5px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.content {
	font-size: 11pt;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	background: white;
}
.content_header {
	background: #FFFFFF url(/img/header_grad.gif);
	color: #357082;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
	font-family: Tahoma, Arial, Sans Serif;
}
.content_body {
padding: 6px;
font-size: 11pt;
color: #000000;
border-left: 1px solid #7da0ac;
border-right: 1px solid #7da0ac;
border-bottom: 1px solid #7da0ac;
background: #f7f7f7;
}

.content_body_2 {
border: 1px solid #7da0ac;
font-size: 11pt;
padding: 5px;
background: #f4f7f4;
color: #000000;
}
*/
