@charset "utf-8";
/* CSS Document */
body {
background-color: #0066FF;
text-align: left;
}
table {
text-align: left;
}
wrapper {
margin: 0 auto;
background-color:#FFFFFF;
}
img {
border: 0;
}
h1 {
color: #023d75;
font-size: 20px;
}
a {
color: #2680fb;
text-decoration:none;
}
a:hover {
color: #023d75;
text-decoration:underline;
}
/*border*/
td.border_ul {
background-image: url(../images/corner_ul.png);
background-repeat: no-repeat;
background-color: #FFFFFF;
}
td.border_ur {
background-image: url(../images/corner_ur.png);
background-repeat: no-repeat;
background-color: #FFFFFF;
}
td.border_dr {
background-image: url(../images/corner_dr.png);
background-repeat: no-repeat;
background-color: #FFFFFF;
}
td.border_dl {
background-image: url(../images/corner_dl.png);
background-repeat: no-repeat;
background-color: #FFFFFF;
}
td.border_l {
background-image: url(../images/border_l.gif);
background-repeat: repeat-y;
background-position: left;
background-color: #FFFFFF;
}
td.border_d {
background-image: url(../images/border_d.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
background-position: bottom;
}
td.border_r {
background-image: url(../images/border_r.gif);
background-repeat: repeat-y;
background-position: right;
background-color: #FFFFFF;
}
td.border_u {
background-image: url(../images/border_u.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #FFFFFF;
}
/*header*/
.header {
background-image: url(../images/image.jpg);
background-position: center;
background-repeat: no-repeat;
}
.logo {
width: 320px;
height: 100px;
float: left;
vertical-align: super;
margin: 45px 0px 0px 10px;
}
.logo a {
text-decoration:none;
color: #023d75;
}
.logo a:hover {
text-decoration:underline;
color: #023d75;
}
.contact {
width: 350px;
height: 150px;
float:left;
margin: 50px 0px 0px 50px;
font: 19px bolder;
}
.text {
text-indent: 1.5em;
line-height: 1.5em;
background-color: #FFFFFF;
text-align: left;
}