body, table, tr, td {
	font: 7pt tahoma, arial, verdana; 
	color: #DEB4BA;}

A:link 
{text-decoration: none;
font-weight:bold;
background-color: #72303E;
color: #F2CEDF; }
A:visited 
{text-decoration:none; 
font-weight:bold;
background-color: #813B4A;
color:#F2CEDF; }
A:active 
{text-decoration: none; 
font-weight:bold;
background-color: #72303E;
color:#F2CEDF;}
a:hover     
{ color:#72303E; 
cursor: crosshair;
background-color: #D595A3;
} 

input, textarea, option, select {
	background-color: #A8404F;
	font: 7pt tahoma, arial, verdana;
	color: #F6D8DD;
	border: 1px dotted #F9E7EA;
	padding:2px; }


.header
{
	color: #402425;
	font: 14pt georgia, garamond, tahoma;
        border-bottom: 1px dotted #402425;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
	letter-spacing : 3px;
}

.content
{
	color: #DEB4BA;
	font: 7pt tahoma, arial, verdana;
	padding-left: 15px;
	padding-right: 15px;
}

.skins {
border: 1px solid #F6D8DD;background-image: url('images/skins.jpg');
padding-left: 5px;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
width: 600px;
margin: 10px;
 }

.subheader
{
	color: #E5C1C6;
	font: 8pt tahoma, arial, verdana;
        border-bottom: 1px dotted #DEB4BA;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	letter-spacing : 1px;
	width: 400px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D5A1A8;
padding: 5px;
left: -1000px;
border: 1px dashed #672E35;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -450px;
left: 40px; /*position where enlarged image should offset horizontally */

}

.update {
border: 1px solid #F1BFC7;
background-color: #B14353;
padding-left: 10px;
padding-top: 7px;
padding-right: 10px;
padding-bottom: 10px;
width: 675px;
margin: 10px;
font-family: tahoma, arial, verdana;
color: #DEB4BA;
font-size: 7pt;
 }

.uheader {
border-bottom: 1px dotted #F6D8DD;
padding-left: 10px;
font-family: tahoma, arial, verdana;
color: #402425;
font-size: 14px;
text-align: left;
font-weight: bold;
 }

