table,td,tr	{
		border-collapse:collapse;
		}

hr		{
		margin-top: -10px;
		border: 1px solid #99ccff;
		margin-bottom: 20px;
		}

a 		{ 
		color: White;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px; 
		} 

a:link,
a:visited,
a:active 	{ color: White; text-decoration: none; }

a:hover		{
		color: #99ccff;
		}

body		{
			background-color: #488acc;
			color: White;
			font-family: Arial;
			font-size: 14px;
		}

h1		{
			margin-top: 15px;
			font-size: 25px;
			font-weight: normal;
		}

h2		{
			margin-top: -15px;
			font-size: 18px;
			font-weight: normal;
			margin-bottom: 10px;
		}

.worlddiv	{
			width:1000px;
			margin-left:auto;
			margin-right:auto;
		}

.worldtable td,
.worldtable	{ 
			border: 2px solid #99ccff; 
			border-collapse: collapse;
			width: 1000px;
			padding: 5px;
		}

.noborders,
.noborders td	{
			border: 0px;
		}


.tdcontent	{
			background-color: #2482ec;
		}

.divcontent	{
			width: 800px;
			margin-left:auto;
			margin-right:auto;
		}

.tdheader	{
			height: 115px;
			background-image: url("img/tdheader.jpg");
			background-repeat: repeat-x;
			background-position: 0 0;
		}

.tdfooter	{
			height: 20px;
			background-image: url("img/tdfooter.jpg");
			background-repeat: repeat-x;
			background-position: 0 0;
		}

ul 		{
		margin: 0px;
		padding: 0px;
		list-style: inside;
		}

.tdlightheader	{
		color: #0b3b77; 
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		background-color: #99ccff;
		}

.tdlight	{
		background-color: #99ccff;	
		}

.tddarkheader	{
		color: #99ccff;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		background-color: #0b3b77;
		}

.tddark		{
		background-color: #0b3b77;
		}

