
td {font-family: arial; font-size: 14px;}

.bold {font-family: arial; font-size: 14px; font-weight: bold;}
.ital {font-family: arial; font-size: 14px; font-style: italic;}

.line {font-family: arial; font-size: 14px; text-decoration: underline;}
.bline {font-family: arial; font-size: 14px; font-weight: bold; text-decoration: underline;}

.redbold {font-family: arial; font-size: 14px; text-decoration: underline; color: red; font-weight: bold;}
.redheader {font-family: arial; font-size: 14px; text-decoration: underline; color: red;}

.header {font-family: arial; font-size: 18px;}
.uheader {font-family: arial; font-size: 18px; text-decoration: underline;}

.box {
	padding: 10px;
	border: solid;
	border-width: 1px;
	border-color: black;
}
.toptabs {
    background-color: transparent;
    white-space: nowrap;
    height: 25px;
    line-height: normal;
}
.toptabs a {
    background-color: #C8C8C8 ;
    color: #000000;
    height: auto;
    padding: 0em 1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
    text-decoration: none;
    font-family: Helvetica, Arial, Geneva, sans-serif;
 	font-size: 14px;
}