@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
}


.bodytext
{
font-family:Arial;
font-size:13px;
line-height:17px;
text-align:justify;
}

.bodytextbold
{
font-family:Arial;
font-size:13px;
line-height:17px;
font-weight:bold;
}


.productlinks
{
font-family:Arial;
font-size:11px;
}


.productlinks a
{
text-decoration:none;
color:#105bab;
}


.productlinks a:hover
{
color:#6dd003;
}

.horiz
{
background:url(images/line.gif);
background-position:center;
background-repeat:repeat-x;
}


.superscript
{
font-size:xx-small;
vertical-align:top;
} 


.credits
{
font-family:Arial;
font-size:11px;
color:#828282;
}


.head1
{
font-family:Arial;
font-size:21px;
font-weight:bold;
}

.head2
{
font-family:Arial;
font-size:11px;
}

.formlabel
{
font-family:Arial;
font-size:11px;
font-weight:bold;
}

.formfield
{
font-family:Arial;
font-size:11px;
/*border: thin solid #1B75BC;*/
}

.bodytext a
{
text-decoration:none;
color:#105bab;
}

.bodytext a:hover
{
text-decoration:underline;
color:#6dd003;
}


/* menu starts here */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 0em;
background: transparent url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 3px 16px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

/* menu ends here */