@media all {
/*========================================================*/
/*  Generic Formatting                                    */
/*========================================================*/

body {
	background-color: #C4B998;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525049;
	line-height: 18px;
}

body.popup {
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.largefont {
	font-size: 12px;
}
.largerfont {
	font-size: 14px;
}
.smallfont {
	font-size: 9px;
	line-height:10px
}
.disclaimer {
	line-height:12px
}

H1 {
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:10pt;
	margin-bottom: 4px;
}
H2 {
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:10pt;
	margin-bottom: 4px;
}
a:link, a:visited{
	text-decoration: none;
	color:#A07903;
}
a:hover, a:active{
	text-decoration: underline;
	color:#A07903;
}

#bottomlinks a {
	text-decoration: none;
	color:#525049;
}


/*========================================================*/
/*  Menu Formatting                                       */
/*========================================================*/



#menu a {
	display:block; 
	width:193px;
	margin:1px;
	padding: 0px 0px 0px 5px;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #C4B998;
}
#menu a:link, #menu a:visited {
	text-decoration:none;
	background-color:#F2ECDB;
	color:#665E05;
	border-bottom: 1px solid #C4B998;
}
#menu a:hover, #menu a:active {
	text-decoration:none;
	background-color:#F9F1D9;
	color:#000;
	border-bottom: 1px solid #C4B998;
}


/*========================================================*/
/*  Detail Button Formatting                              */
/*========================================================*/



#detail_button a {
	display:block; 
	width:170px;
	margin:5px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	font-weight: normal;
	border-style: dotted; border-width: 1px; border-color:#c0c0c0;
}
#detail_button a:link, #detail_button a:visited {
	text-decoration:none;
	color:#665E05;
	border-style: dotted; border-width: 1px; border-color:#c0c0c0;
}
#detail_button a:hover, #detail_button a:active {
	text-decoration:none;
	color:#665E05;
	background-color:#fff;
	border-style: dotted; border-width: 1px; border-color:#ff0000;
}


a.unlimitedcount:link, a.unlimitedcount:visited, a.unlimitedcount:hover, a.unlimitedcount:active {
	text-decoration:underline;
	color:#6699ff;
}

a.addresslink:link, a.addresslink:visited, a.addresslink:hover, a.addresslink:active {
	text-decoration:none;
	color:#525049;
}

a.logindevert:link, a.logindevert:visited, a.logindevert:hover, a.logindevert:active {
	text-decoration:underline;
	color:#ff0000;
	font-weight:bold;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:hover, a.breadcrumb:active {
	text-decoration:none;
	color:#dfb024;
	font-weight:bold;
}

#photoholder {
        background:#fff;
        height:240px;
        overflow:hidden;
        width:320px;
        position:relative;
        z-index:100;
    }
#photoholder span { position: absolute;
color: red;
padding-top: 100px;
padding-bottom: 50px;
padding-left: 50px;
font-weight: bold;
font-size: 72px;
background: transparent;
z-index: 200; }



}
@media print { 
	tr.bb { 
		display:none;
	}
}