/* CSS Document */
* { margin:0; padding:0; }

body {

}
body, td { 
	font: 12px arial; 
	}
a:active, a:link, a:visited { 
	color: #D9006C;
	}

.graylinks a {
	color: #D9006C;
}
.graylinks2 a {
	color: #FFFFFF;
	font-weight: bold;
}
#description {
	vertical-align: top;
	padding: 5px 0 0 5px;
}

#description p {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

#description2 {
	vertical-align: top;
	padding: 10px 0 0 5px;
	color: #707070;
	font-size: 12px;
	line-height: 14px;
}
#thumb {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #C8C8C8;
	text-align: center;
	font-weight: bold;
}

.thumbnail {
	background-color: #FFF;
	padding: 1px;
	border: solid #D60000 2px;
	margin: 10px 10px 0 10px;
}


.leftline {
	border-right: 1px solid #E5E5E5;
}
.rightline {
	border-right: 1px solid #E5E5E5;
}

.leftline2 {
	border-right: 1px solid #E5E5E5;
	padding: 7px;
}

.bottomline {
	border-bottom: 1px solid #E5E5E5;
	padding-left: 5px;
}

.bottomline a {
	color: #000000; text-decoration: none;
}

.bottomline a:hover {
	font-weight: bold;
}
.bottomline :hover {
	background-color: #F5F5F5;
}
.bottomline2 {
	border-bottom: 1px solid #E5E5E5;
}
.bottomline21 {
	border-bottom: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}

.roundbg {
	background-image: url(../images/roundbg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #C4C4C4;	
	border-left: 1px solid #C4C4C4;
}

.lineheight {
	line-height: 21px;
}