@charset "utf-8";
/* CSS Document */

html, body{
margin:0;
width:100%;
height:100%;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #01014A;
scrollbar-3dlight-color: #fff;
scrollbar-shadow-color: #01014A;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #01014A;
scrollbar-track-color: #FFFFFF;
}

.bg{
background-image:url(images/bg2.jpg);
background-repeat:repeat-x;
scrollbar-face-color: #fff;
}



.pmain{

padding:20px;
}


.page{
background-color:#fff;
padding-left:35px;
padding-right:35px;
padding-top:20px;
}

/*   links   */

a{
font-size:12px;
color:#fff;
text-decoration:none;
font-weight:bold;
}
a:hover{
font-size:12px;
color:#fff;
text-decoration:underline;
font-weight:bold;
}

a.on{
font-size:10px;
color:#fff;
text-decoration:underline;
font-weight:bold;
}
a.on:hover{
font-size:10px;
color:#fff;
text-decoration:none;
font-weight:bold;
}

a.m2{
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
}
a.m2:hover{
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
}

/*   scroller   */

.scroll{
width:468px;
height:400px;
overflow:auto;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #01014A;
scrollbar-3dlight-color: #fff;
scrollbar-shadow-color: #01014A;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #01014A;
scrollbar-track-color: #FFFFFF;
}

/*   end   */

.text1{
text-align:justify;
font-family:Verdana, arial, serif;
font-size:12px;
color:#00004A;
padding:20px;
}
.text2{

font-family:Verdana, arial, serif;
font-size:11px;
color:#00004A;

}
padding-right:35px;


