body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/tilebg.gif);
	background-repeat: repeat-y;
}
a {
	font-size: 12px;
	color: #527FC7;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #527FC7;
}
a:hover {
	text-decoration: none;
	color: #87A7D9;
}
a:active {
	text-decoration: none;
	color: #527FC7;
}
.wrapper-table {
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table-right-bar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #008457;
	}

####### ROLLOVER CODE #######

table.navbar {
   border-collapse: collapse;
   font-size: 12px;
}
table.navbar td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #008457;
}
table.navbar td a{
   display: block;
   width: 170px;
   padding: 5px;
   text-decoration: none;
   font-size: 12px;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #527FC7;
   background-color: #fff;
   font-size: 12px;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #ffffff;
   background-color: #527FC7;
   font-size: 12px;
}
