@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
}

.validation_error
{
font-family:Tahoma;
font-size:11px;
color:red;
}

.bodytable
{
padding-left:25px;
padding-right:25px;
}

.head1
{
font-family:Tahoma;
font-size:22px;
color: #e76e34;
line-height:24px;
}

.head2
{
font-family:Tahoma;
font-size:15px;
color: #2b962c;
line-height:24px;
}

.noticescroll
{
font-family:Tahoma;
font-size:11px;
color: red;
line-height:19px;
}

.bodytext
{
font-family:Tahoma;
font-size:13px;
color: #808080;
line-height:19px;
}

.bodytextblack
{
font-family:Tahoma;
font-size:13px;
color: black;
line-height:19px;
}

.bodytextnotice
{
color: #EC1C24;
font-family:Tahoma;
font-size:13px;
line-height:19px;
}



.bodytext a
{
text-decoration: none;
color: #1b75bb;
}

.bodytext a:hover
{
text-decoration: underline;
}



/* menu starts here */

.wireframemenu{
/*border: 1px solid #C0C0C0;*/
/*background-color: white;*/
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 12px Tahoma;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: white;
text-decoration: none;
border-bottom: 2px solid #1b75bb;
}

.wireframemenu a:visited{
/*color: black;*/
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #57b6dd;
color: white;
border-bottom: 2px solid #FFF;
}

.wireframemenu #current a
{
background-color: #57b6dd;
color: white;
border-bottom: 2px solid #FFF;
}



/* menu ends here */
