UL {
font-size : 12pt;
font-family : Tahoma, arial, helvetica, sans-serif;
list-style-image: url(/assets/1/arrow.jpg);
padding:0px;
margin:0px;
}

a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 0.5;   
opacity: 0.5;
-khtml-opacity: 0.5; }

.link{

font-family:arial;

font-size:11px;

color:#000000;

text-decoration:underline;

}

.link:hover{

color:#000000;

text-decoration:underline;

font-size:11px;

font-family:arial;

}

.nav{
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
font-family:tahoma,arial,sanserif;
}
.nav:hover{
color:#000000;
text-decoration:underline;
font-size:12px;
font-weight:bold;
font-family:tahoma,arial,sanserif;
}


#global { 
position: relative; /* container positioning */ 
margin-left: auto; 
margin-right: auto; 
width: 1024px; 
}

#innerContainer {
position:relative;
float:left;
width:1024px;
height:800px;
}

fieldset { 
padding: 1em; font:80%/1 tahoma,arial; 
width:450px;
font-size:15px;
color:#7f7f7f;
border:1px solid #cccccc;
}
label { 
color:#000000;
font-size:12px;
float:left; width:45%; margin-right:0.5em; padding-top:0.2em; text-align:right; 
}