body {
	background : #ffffff;
	font-family : Arial, sans-serif;
}

body,tr,td {
	font-size : 95%;
}

a {
	color : #CC0000;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

tr.titleBarTop {
	background : #DC183A;
}

tr.tableBody1 {
	background : #eeeeee;
}

tr.tableBody2 {
	background : #ffffff;
}

td.tableOutline1 {
	background : #999999;
}

td.tableOutline2 {
	background : #999999;
}

td.tableHead1 {
	background : #E1E1E1;
}

tr.tableHead2 {
	background : #DC183A;
}

td.footerOutline {
	background : #999999;
}

tr.footerBody {
	background : #ffffff;
}
td.info {
	padding-left: 5px;
	background : #eeeeee;
	line-height: 15px;
}
.title {
	font-size : 200%;
	color : #ffffff;
	font-weight : bold;
}

.smtitle {
	color : #ffffff;
	font-weight : bold;
}

.heading {
	font-size : 120%;
	font-weight : bold;
}

.bigheading {
	font-size : 175%;
}

.emphasis {
	font-size : 110%;
	font-weight : bold;
}

.huge {
	font-size : 200%;
	font-weight : bold;
}

.breadcrumbs {
	font-size : 70%;
}

.diamond {
	background-image:  URL('diaohio.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.wb {
	background-image:  URL('wb.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.greyBorder {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

}

table.forminput {
	border-width: 1px;
	border-spacing: 0;
	border-style: outset;
	border-color: #999999;
	border-collapse: collapse;
	background-color:  white;
}

table.navbar {
   border-collapse: collapse;
}
table.navbar td {

}
table.navbar td a{
   display: block;
   width: 15em;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #CC0000;

}
table.navbar td a:hover, table.navbar td a:active {
   color: #FFFFFF;
   background-color: #CC0000;
   text-decoration: none;

}
