<style type="text/css">

#pointermenu{
border-top: 7px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul li a#leftcorner{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: #34e012;
background:  url(/new/images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 3px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-family: verdana;
font-size:12px;
font-weight: normal;
padding: 0px 11px 7px 7px;
text-decoration: none;
background: url(/new/images/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: #0ea21c;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-right: 2px;
background: url(/new/images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

.text_content
{
    COLOR: #000000;
	FONT-FAMILY:verdana;
	FONT-WEIGHT: 400;
    FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}

.table_header_text
{
    COLOR: #ffffff;
	FONT-FAMILY:verdana;
	FONT-WEIGHT: 400;
    FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
.table_text_content
{
    COLOR: #000000;
	FONT-FAMILY:verdana;
	FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
	TEXT-DECORATION: none;
}
.table_text_content2
{
    COLOR: #000000;
	FONT-FAMILY:verdana;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
.text_red
{
    COLOR: red;
	FONT-FAMILY:verdana;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
.text_green
{
    COLOR: #17d332;
	FONT-FAMILY:verdana;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
a.link_red {
	color: red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_red:active {
	color: red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_red:hover {
	color: red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_red:visited {
	color: red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_small {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_small:active {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_small:hover {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}

a.link_small:visited {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
</style>


