/* CSS Document */

/*Tables*/

table.girls{

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}