body{background-color: #E8E8E8;
	color: #393939;
	font-family: Arial, Sans Serif, Times New Roman;}
	
img a:link{color: #FFFFFF;
	text-decoration: none;}
	
img a:visited{color: #FFFFFF;
	text-decoration: none;}

img a:active{color: #FFFFFF;
	text-decoration: none;}
	
img a:hover{color: #FFFFFF;
	text-decoration: underline;}
	
body a:link{color: #393939;
	text-decoration: none;}
	
body a:visited{color: #393939;
	text-decoration: none;}
	
body a:active{color: #393939;
	text-decoration: none;}
	
body a:hover{color: #FF0000;
	text-decoration: underline;}
	
p.readMore{color: #FF0000;
	position: relative;
	text-align: left;
	display: block;}

p.readMore: hover{background: #E8E8E8;}

p.readMore span{display: none;}
	
p.readMore:hover span{display: block;
	position: absolute;
	border: 3px #FFFFFF solid;
	background: #E8E8E8;
	text-align: left;
	color: #393939;
	font-weight: bold;
	vertical-align: middle;}

p.readMore span:hover{display: block;
	position: absolute;
	border: 3px #FFFFFF solid;
	background: #E8E8E8;
	text-align: left;
	color: #393939;
	font-weight: bold;
	vertical-align: middle;}
	
/*-----------------------------------------WHITE----------------------------------------------*/
	
table.roundedWhite{margin-top: 8px;
	width: 70%;
	min-width: 750px;}
	
th.topLeftWhite{background: url(../roundedImage/topLeftWhite.png) top left no-repeat;
	width: 14px;
	height: 15px;}
	
th.topRightWhite{background: url(../roundedImage/topRightWhite.png) top right no-repeat;
	width: 17px;
	height: 15px;}
	
th.bottomLeftWhite{background: url(../roundedImage/bottomLeftWhite.png) bottom left no-repeat;
	width: 14px;
	height: 15px;}
	
th.bottomRightWhite{background: url(../roundedImage/bottomRightWhite.png) bottom right no-repeat;
	width: 17px;
	height: 15px;}
	
table.roundedWhite td {background: #FFFFFF;}
	
/*-----------------------------------------BLACK----------------------------------------------*/

table.roundedBlack{margin-left: 0%;
	margin-right: 0%;
	width: 100%;}
	
th.topLeftBlack{background: url(../roundedImage/topLeftBlack.png) top left no-repeat;
	width: 7px;
	height: 7px;}
	
th.topRightBlack{background: url(../roundedImage/topRightBlack.png) top right no-repeat;
	width: 7px;
	height: 7px;}
	
th.bottomLeftBlack{background: url(../roundedImage/bottomLeftBlack.png) bottom left no-repeat;
	width: 7px;
	height: 7px;}
	
th.bottomRightBlack{background: url(../roundedImage/bottomRightBlack.png) bottom right no-repeat;
	width: 7px;
	height: 7px;}
	
table.roundedBlack td {background: #393939;
	color: #f3f4f6;
	text-transform:uppercase;
	font-size: 11px;}

/*-----------------------------------------GREY----------------------------------------------*/

table.roundedGrey{margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	margin-top: 3px;}
	
th.topLeftGrey{background: url(../roundedImage/topLeftGrey.png) top left no-repeat;
	width: 6px;
	height: 6px;}
	
th.topRightGrey{background: url(../roundedImage/topRightGrey.png) top right no-repeat;
	width: 6px;
	height: 6px;}
	
th.bottomLeftGrey{background: url(../roundedImage/bottomLeftGrey.png) bottom left no-repeat;
	width: 6px;
	height: 6px;}
	
th.bottomRightGrey{background: url(../roundedImage/bottomRightGrey.png) bottom right no-repeat;
	width: 6px;
	height: 6px;}
	
table.roundedGrey td {background:#E8E8E8;}

/*-----------------------------------------INSIDE----------------------------------------------*/

table.inside{background: #f3f4f6;
	color: #393939;
	width: 100%;}

table.inside td{background: #f3f4f6;
	color: #393939;
	text-transform: none;}