/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.login_labels{
	font-size:10px;
}
table.topnav{
	background-image:url(../images/style1/topnav_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
table.content{
	background-image:url(../images/style1/middletable_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
}
table.bottom{
	background-image:url(../images/style1/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
table.rbtm_home{
	background-image:url(../images/style1/home_rbtm_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
table.rpanel_lightgrey{
	background-image:url(../images/style1/home_rpanel_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}
td.rpanel_lightgrey{
	background-image:url(../images/style1/home_rpanel_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}
table.rbtm{
	background-image:url(../images/style1/rbtm_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.heading{
	background-color:#FFFFFF;
	font-weight:bold;
	color:#000000;
}
a{
	color:#FF9900;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}