body {
	background-color: #FFFFFF;
}

a {
	font-family: Verdana;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.black:link {
	color: #999999;
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #999999;
}
a.black:hover {
	text-decoration: none;
	color:#000000
}
a.black:active {
	text-decoration: none;
	color: #999999;
}

a.ovalbutton{
background: transparent url('images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.MainTextBold {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}


.MainText2 {

	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.LinkTISS {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.StandardFont1 {
	font-family: Verdana;
	font-size: 10px;
}
.style1 {color: #FFFFFF}
.style2 {color: #666666}
.style3 {color: #999999}
.RedStandard {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}
.style6 {font-family: Verdana; font-weight: normal; font-size: 10px; color: #999999; }

.WhiteSmall
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

td.tl 
{
    background-image: url(../public/images/button-left-bg.gif);
}
td.tl-over
{
    background-image: url(../public/images/button-left-bg-over.gif);
    
}
td.tc 
{
    background-image: url(../public/images/button-bg.gif);
    font-family:Verdana;
    color: #FFFFFF;
    font-size: 10pt;
    text-align: left;
    vertical-align: text-top;
    font-weight: bold;
}
td.tc-over
{
    background-image: url(../public/images/button-bg-over.gif);
    font-family:Verdana;
    color: #FFFFFF;
    font-size: 10pt;
    text-align: left;
    vertical-align: text-top;
    font-weight: bold;
    
}
td.tr 
{
    background-image: url(../public/images/button-right-bg.gif);
}

td.tr-over
{
    background-image: url(../public/images/button-right-bg-over.gif);
}
a.scrollover 
{
    font-family: Verdana;
	font-size: 11px;
    color: #707070;
}
a.scrollover em:first-line 
{
    font-family: Verdana;
	font-size: 11px;
    color: #AA0006;
}

#jump_base {
  overflow-y:hidden;
  width: 200px;
  height: 100px;
  border: 0px #000099;
  margin: auto;
  font-size: 11px;
  font-weight: normal;
  font-family: Verdana;
}

#jump_base a {
  color: #666666;
  background-color: inherit;
}
#jump_base a:hover {
  color: #000000;
  background-color: inherit;
}

.news {
  background-color: #FFFFFF;
  color: inherit;
}