body {
	margin : 0;
	padding : 0;
	font-family : Arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	background: #ffffff;
  	background-image: url(images/bg.jpg);
  	background-repeat: repeat-y;
  	background-position: center;
	text-align: center;
}

p {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

td { font-family: Arial; font-size: 12px; }

td.indent {
	margin: 0.5em 1.5em;
}

td.smallNormal {
	color: #CCC;
	background-color:#4D4D4D;
}
td.smallRollover {
	color:rgb(210,10,45);
	background-color:#FFF;
	cursor: pointer;
	cursor: hand;
}

#wrapper {
	position: relative;
	width : 780px;
	margin: 0 auto; /* centre */
	text-align: left;
}

#header
{
	height: 60px;
	width: 760px;
	color:#999999;
	font-size: 12px;
	padding-top: 5px;
	margin-left: 10px;
}
#header a:link {   text-decoration: none; color: #999;}
#header a:visited {text-decoration: none; color: #999;}
#header a:hover {  text-decoration: none; color: rgb(210,10,45);}
#header a:active { text-decoration: none; color: #999;}

#footer
{
	width: 760px;
	color:#999999;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4C4C4;
	margin-left: 10px;
}
#footer a:link {   text-decoration: none; color: #999999;}
#footer a:visited {text-decoration: none; color: #999999;}
#footer a:hover {  text-decoration: none; color: rgb(210,10,45);}
#footer a:active { text-decoration: none; color: #999999;}
	
#countries ul {
	margin: 0.5em 1.5em;
	list-style-type: square;
	border: none;
	color: white;
}
#countries li {
	color: white;
}

#content
{
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	color:#333333;
	z-index: 2;
	background-color:white;
	width: 760px;
	overflow:hidden;
}
#content a:link {   text-decoration: none; color: #000;}
#content a:visited {text-decoration: none; color: #000;}
#content a:hover {  text-decoration: none; color: rgb(210,10,45);}
#content a:active { text-decoration: none; color: #000;}

#countries
{
	color: #FFFFFF;
	background-color:#4D4D4D;
	width: 400px;
	height: 550px;
	padding: 5px;
	margin-top: 10px;
	float:right;
}
#main
{
	color:#333333;
	vertical-align:top;
	background-color:white;
	width: 290px;
	float:left;
	padding-top: 10px;
}
#main td {
	font-size: 12px;
}

#channelTable
{
	color:black;
}

.redBarBorder {
	background: #fff;
  	background-image: url(images/redbar.gif);
  	background-repeat: repeat-x;
  	background-position: bottom left;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}

.redBarBorderOnBlack {
	color: #fff;
  	background-image: url(images/redbar.gif);
  	background-repeat: repeat-x;
  	background-position: bottom left;
	padding-bottom: 4px;
	font-weight: bold;
}

.countryTxt {
	background-color: #DD0A30;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.channelTxt {
	color: #333333;
	padding: 5px;
}

.comments {
	color: #999999;
	font-style: italic;
	padding-left: 5px;
	padding-top: 20px;
}

.redHeader {
	color: #AE0107;
	font-weight: bold;
}

.verifiedHeader {
	color: #AE0107;
	font-weight: bold;
	padding: 5px;
}
