html, body {
margin : 0;
background-color : #ffffff;
}
.main {
width : 810px;
background-color : #ffffff;
}
.header {
padding : 0;
vertical-align : bottom;
text-align : left;
border-bottom : 1px solid #dcdbdb;
}
.nav {
padding : 2px;
background-color : #FFFFFF;
border : 1px solid #dcdbdb;
vertical-align : bottom;
}
.navbox {
background-image:url('images/bg.gif');
background-repeat : repeat;
font-family : arial, verdana, sans-serif;
font-style : normal;
font-weight : bold;
color : #FFFFFF;
font-size : 11px;
text-align : left;
padding : 8px;
vertical-align : bottom;
}
.right {
padding : 2px;
border : 1px solid #dcdbdb;
background-color :#FCFCFC;
}
.left {
padding : 2px;
border : 1px solid #dcdbdb;
background-color :#FCFCFC;

}
.contents {
padding : 2px;
border : 1px solid #dcdbdb;
}
.content1 {
padding : 10px;
font-family : arial, verdana, sans-serif;
font-style : normal;
font-weight : normal;
color : #333333;
font-size : 12px;
text-align : left;
}
td {
vertical-align : top;
font-family : arial, helvetica, verdana, sans-serif;
font-style : normal;
font-weight : normal;
color : #333333;
font-size : 11px;
}
.box {
padding-top : 5px;
padding-right : 10px;
padding-bottom : 10px;
padding-left : 10px;
text-align : left;
}
.textbox {
background-image:url('images/nav1.gif');
background-repeat : repeat;
border : 1px solid #dcdbdb;
font-family : arial, verdana, sans-serif;
font-style : normal;
font-weight : bold;
color : #FFFFFF;
font-size : 12px;
text-align : left;
padding : 5px;
vertical-align : bottom;
}
.footer {
border-top : 1px solid #dcdbdb;
padding : 10px;
font-family : arial, verdana, sans-serif;
font-style : normal;
font-weight : normal;
color : #808080;
font-size : 8pt;
text-align : center;
background-image:url('images/footer.gif');
background-repeat : repeat;
height : 0px;
}
hr {
border : 0 none;
color : #dcdbdb;
background-color : #dcdbdb;
height : 1px;
width : 100%;
}
h1 {
font-family:arial, tahoma, verdana;
font-style:normal;
font-weight:400;
color: #0A69AF;
font-size:20px;
letter-spacing:-1px;
padding-top:0px;
padding-bottom:0;
background-color:transparent;
margin:0;
}
h2 {
font-family: arial, tahoma, verdana;
font-style:normal;
font-weight:500;
color: #0A69AF;
font-size:18px;
letter-spacing:-1px;
padding-top:0;
padding-bottom:3px;
background-color:transparent;
margin:0;
}
h3 {
font-family :sans-serif, arial;
font-style:normal;
font-weight:600;
color:#333333;
font-size:11px;
padding-top:4px;
background-color:transparent;
margin:0;
}
h4 {
font-family :sans-serif, arial;
font-style:normal;
font-weight:700;
color:#FFFFFF;
font-size:14px;
padding-top:0;
padding-bottom:1px;
background-color:transparent;
margin:0;
}
h5 {
font-family :sans-serif, arial;
font-style:normal;
font-weight:700;
color:#333333;
font-size:12px;
padding-top:0;
padding-bottom:0px;
background-color:transparent;
margin:0;
}
a:link {
text-decoration:none;
color : #0A69AF;
}
a:active {
text-decoration:underline;
color : #202020;
}
a:visited {
text-decoration:none;
color:#C0C0C0;
}
a:hover {
text-decoration:underline;
color:#1C6FB1;
}