@charset "utf-8";
/* CSS Document */

body {
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}

.header {
background-image: url(../images/header.jpg);
width: 1024px;
height: 161px;
margin-left: auto;
margin-right: auto;
}

.footer{
background-image: url(../images/footer.jpg);
width: 1024px;
height: 98px;
margin-left: auto;
margin-right: auto;

}

.leftborder {
background-image: url(../images/border_leftlong.jpg);
background-repeat: no-repeat;
width: 43px ; 
height: 132px; 
}

.rightborder {
background-image: url(../images/border_rightlong.jpg);
background-repeat: no-repeat;
width: 42px ; 
height: 132px; 
}

.middlelogo {
background-image: url(../images/header_logobot.jpg);
background-repeat: no-repeat;
width: 939px ; 
height: 31px;
padding-top: 25px;
}

.breaker {
background-image:url(../images/breaker.jpg);
width: 450px;
height: 1px;
}

.grey11 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;

}

.pink11 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF3399;

}

.pink12bold {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF3399;
font-weight: bold;

}

.pink14 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FF3399;

}