/* CSS Document */
body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#353535;
margin-top:0;
}
img{
border:none;
}
/*table{
border:none;
}*/
h1{
font-size:16px;
color:#353535;
font-weight:bold;
}
h2{
font-size:16px;
color:#353535;
font-weight:bold;
}
.text{
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#353535;
}
.bigtext{
color:#353535;
font-size:16px;
font-weight:bold;
}
.bigtext_n{
color:#353535;
font-size:16px;
font-weight:normal;
}
.hugetext{
font-size:30px;
}
.biggertext{
color:#353535;
font-size:20px;
font-weight:bold;
}
.smalltext{
font-size:11px;
color:#353535;
}
.disabledtext{
color:#f2f2f2;
}
.whitetext{
color:#FFFFFF;
text-align:center;
padding-top:20px;
font-size:16px;
font-weight:bold;
}
.redtext{
color:#BB0000;
}
.boldtext{
font-weight:bold;
}
.menutext{
background-image:url(images/menu_bg.jpg);
background-repeat:no-repeat;
color:#353535;;
font-size:16px;
font-weight:bold;
height:32px;
text-align:center;
width:245px;
vertical-align:middle;
cursor:pointer;
}
a.menulink:link{
color:#353535;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
a.menulink:active{
color:#353535;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
a.menulink:visited{
color:#353535;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
a.menulink:hover{
color:#353535;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
a.ulink:link{
color:#353535;
text-decoration:none;
}
a.ulink:active{
color:#353535;
text-decoration:none;
}
a.ulink:visited{
color:#353535;
text-decoration:none;
}
a.ulink:hover{
color:#353535;
text-decoration:underline;
}
a.small:link{
font-size:11px;
color:#353535;
text-decoration:none;
}
a.small:active{
font-size:11px;
color:#353535;
text-decoration:none;
}
a.small:visited{
font-size:11px;
color:#353535;
text-decoration:none;
}
a.small:hover{
font-size:11px;
color:#353535;
text-decoration:underline;
}
