body {
margin:0; 
padding:0; 
height:100%;
background-color: #ffffff;
text-align: center;
}

body, p, li, a, a:visited {
font: 9pt Courier New;
color: #000;
}

.artist_preview {
background-image: url('/images/loader.gif'); 
background-position: center center; 
background-repeat: no-repeat; 
border-width: 0px; 
width: 85px;
height: 85px;
}

.artist_preview_cell {
width: 85px;
}

.artist_preview_row {
height: 85px;
}

.designer_preview {
background-image: url('/images/loader.gif'); 
background-position: center center; 
background-repeat: no-repeat; 
border-width: 0px; 
width: 170px;
height: 128px;
}

.designer_preview_cell {
width: 170px;
}

.designer_preview_row {
height: 128px;
}


/*
designer_preview {
background-image: url('/images/loader.gif'); 
background-position: center center; 
background-repeat: no-repeat; 
border-width: 0px; 
width: 260px;
height: 195px;
}

.designer_preview_cell {
width: 260px;
border: 1px solid #aaa;
}

.designer_preview_row {
height: 195px;
}

.designer_names {
color: #555; 
text-decoration: none; 
font: 9pt Arial;
}

.designer_link, .designer_link:visited, .designer_link:hover {
color: #777; 
text-decoration: underline; 
font: 9pt Arial;
}
*/

.pale, .pale a, .pale a:hover, .pale a:visited {
color: #777777;
}

.semibold {
color: #555555;
}

a:hover {
text-decoration: none;
}

a.menu_item, a.menu_item:visited {
color: #000000;
font: 14pt Georgia;
white-space: nowrap;
}

a.menu_item:hover {
text-decoration: none;
}

p.contacts {
font: 9pt Georgia;
}

a.contacts, a.contacts:visited {
color: #000000;
font: 9pt Georgia;
}

a.contacts:hover {
text-decoration: none;
}

hr {
color: #aaaaaa;
height: 0.1px;
}

.marker, .marker:hover, .marker:visited {
color: #bbbbbb; 
text-decoration: none; 
font: bold 9pt Arial;
}