@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
background-color:#585a5d;
background-repeat: no-repeat;
vertical-align:middle;
padding-top: 10px;
}
.main {
position: relative;
margin: 0 auto;
width: 800px;
height: 100%;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #6d6e71;
text-decoration:none;
line-height:15px;
z-index: 10;
}
.flash {
position:absolute;
width: 524px;
height: 125px;
top:0;
right: 0;
padding-top: 6px;
padding-right: 5px;
}
#bread_crumbs {
color: #6d6e71;
font-size:10px;
font-weight:bold;
text-decoration: none;
}
.yellow {
color: #ffcc06;
text-decoration: none;
}
.yellow_bold {
color: #ffcc06;
font-weight:bold;
text-decoration: none;
}
.cyan {
color: #73a2c8;
text-decoration: none;
}
.cyan_bold {
color: #73a2c8;
font-weight:bold;
text-decoration: none;
}
.gray_bold {
color: #6d6e71;
font-weight:bold;
text-decoration: none;
}
.ligth_gray {
color: #a7a9ac;
text-decoration: none;
}
.ligth_gray_bold {
color: #a7a9ac;
font-weight:bold;
text-decoration: none;
}
.orange {
color: #d85a21;
text-decoration: none;
}
.orange_bold {
color: #d85a21;
font-weight:bold;
text-decoration: none;
}
.bordo {
color: #c1272d;
text-decoration: none;
}
.bordo_bold {
color: #c1272d;
font-weight:bold;
text-decoration: none;
}
.link_gray {
color: #a7a9ac;
font-size:10px;
text-decoration:none;
text-decoration:underline;
}
