/*----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------block styles-----------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

body {
margin: 15px; 
padding: 15px;
background-color: #EEEEEE;
color: #555555;
}

/*background colors for header and footer tables*/
/*---------------------------------------------------------------*/

.header {
background-color: #648495;
}

.menu {
background-color: #ADADAD;
}

.whiteband {
background-color: #EEEEEE;
}

.blackband {
background-color: #555555;
}

.content {
background-color: #FFFFFF;
}

.orderform {
background-color: #EEEEEE;
}

.footer {
background-color: #648495;
}

/*framed box container for pictures*/
/*---------------------------------------------------------------*/

.imagebox {
background-color: #EEEEEE;
border: 1px solid #555555;
}

/*----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------text styles-----------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

.copy {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #555555;
}

.copybold {
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #555555;
}

.thumbtitle {
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 12px;
color: #555555;
}

.order {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
line-height: 18px;
color: #555555;
}

.orderbold {
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 18px;
color: #555555;
}

.orderlink {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #D30101;
}

.orderlarge {
font-size: 16px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 20px;
color: #555555;
}

a {
text-decoration: none;
}

a:link {
color: #555555;
}

a:visited {
color: #555555;
}

a:active {
color: #D30101;
}

a:hover {
color: #D30101;
}