a {
	color: #A1ADB9;
	text-decoration: none;
}

a:link {
	color: #A1ADB9;
	text-decoration : none;
}
a:visited {
	color: #A1ADB9;
	text-decoration : none;
}
a:hover {
	color: #FFFFFF;
	text-decoration : underline;
}
a:active {
	color: #FFFFFF;
	text-decoration : none;
}

/* WATCH styles*/
.countryHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #141E25;
	background-image:  url(file:///C|/Documents%20and%20Settings/safak/Desktop/watch/images/country_bg.gif);
	padding: 7px 0px 3px 10px;
	color: #96B277;
	border-top: groove 1px;
}

.participant {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px 0px 5px 10px;
	color: #93A4B0;
}

.thumbImg {
	border: solid 1px #708090;
	clear: left;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

.generic {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A1ADB9;
}

.button {
	color : #002440;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 3px;
	margin-top : 2px;
}

.button a {
	background-color : #1B252C;
	display : block;
	padding-top : 8px;
	padding-right : 8px;
	padding-bottom : 8px;
	padding-left : 8px;
	width : 100%;
	text-decoration: none;
	text-align: right;
}

.button a:link {
	color : #758595;
	text-decoration : none;
}

.button a:visited {
	color : #758595;
	text-decoration : none
}

.button a:hover {
	background-color : #28323C;
	color : #ffffff;
	text-decoration : none;
}

.button a:active {
	color : #ffffff;
	text-decoration : none;
}