html, body {
margin-left:10;
margin-right:10;
margin-bottom:10;
margin-top:10;
scrollbar-face-color:103cca;
scrollbar-highlight-color:ECDFDF;
scrollbar-shadow-color:CCCCCC;
scrollbar-arrow-color:FFFFFF;
scrollbar-track-color:b3b7f3;
scrollbar-darkshadow-color:103cca;
background-color:d9e7fb;
color:#103cca;
}

font, div, th, td, form, li, ul, ol, legend, fieldset, table, textarea {
font-family:Verdana, Arial;
font-size:12;
color:#103cca;
letter-spacing:0;
}

a:link{
color:#103cca;
text-decoration:none;
font-weight:bold;
letter-spacing:0;
}

a:visited{
color:#103cca;
font-weight:bold;
text-decoration:none;
letter-spacing:0;
}

a:hover{
color:#ca10a0;
font-weight:bold;
text-decoration:underline;
letter-spacing:0;
}
    

h1{
text-transform:uppercase;
font-size:20;
font-weight:bold;
}

h2{
font-size:20;
}

h3{
font-size:16;
}

.large{
font-size:18;
}

.small{
font-size:10;
}

.pink{
background-color:#d9e7fb;
color:#103cca;
}

.form{
color:#103cca;
}

.table{
background-color:#ffffff;
}

.tabletop{
background-image:url('images/blue/tabletopbg.png');
height:16px;
}

.tabletopright{
background-image:url('images/blue/tabletopright.png');
height:16px;
width:16px;
}

.tabletopleft{
background-image:url('images/blue/tabletopleft.png');
height:16px;
width:16px;
}

.tableleft{
background-image:url('images/blue/tableleftbg.png');
width:16px;
}

.tableright{
background-image:url('images/blue/tablerightbg.png');
width:16px;
}

.tablebottomleft{
background-image:url('images/blue/tablebottomleft.png');
height:16px;
width:16px;
}

.tablebottomright{
background-image:url('images/blue/tablebottomright.png');
height:16px;
width:16px;
}

.tablebottom{
background-image:url('images/blue/tablebottombg.png');
height:16px;
}

.htabletop{
background-image:url('images/blue/htabletopbg.png');
height:16px;
}

.htabletopright{
background-image:url('images/blue/htabletopright.png');
height:16px;
width:16px;
}

.htabletopleft{
background-image:url('images/blue/htabletopleft.png');
height:16px;
width:16px;
}

.htableleft{
background-image:url('images/blue/htableleftbg.png');
width:16px;
}

.htableright{
background-image:url('images/blue/htablerightbg.png');
width:16px;
}

.htablebottomleft{
background-image:url('images/blue/htablebottomleft.png');
height:16px;
width:16px;
}

.htablebottomright{
background-image:url('images/blue/htablebottomright.png');
height:16px;
width:16px;
}

.htablebottom{
background-image:url('images/blue/htablebottombg.png');
height:16px;
}

.htablebg{
background-color:#103cca;
}

.border{
border-color:#103cca;
border-style:solid;
border-width:1;
}

.left{
text-align:left;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.error{
color:#ca10a0;
font-weight:bold;
border:dashed;
border-width:1;
padding:5;
}

.blue{
color:#ca10a0;
}

.white{
color:#FFFFFF;
font-family:Verdana, Arial;
font-size:12;
}

.hand{
cursor:pointer;
font-weight:bold;
}