@charset "utf-8";
/* CSS Document */

.roundWhiteBox 	
	{
	position: relative;
	margin: 3px 2em;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	}

#whiteBoxFont 
	{
	padding:1em 2em;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	line-height: 18px;
	}

#tlc-w, #trc-w, #blc-w, #brc-w
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc-w
	{
	background-image:url(/Images/round/tlc-white.gif);
	background-position: 0% 0%;
	}

#trc-w
	{
	background-image:url(/Images/round/trc-white.gif);
	background-position: 100% 0%;
	}
	
#blc-w
	{
	background-image:url(/Images/round/blc-white.gif);
	background-position: 0% 100%;
	}

#brc-w
	{
	background-image:url(/Images/round/brc-white.gif);
	background-position: 100% 100%;
	}