body, td, input
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

.page
{
	width: 95%;
}

.logo
{
	font-family: Verdana, Arial;
	font-size: 24pt;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}

.country
{
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #FF0000;
	cursor: pointer;
}

.app-button
{
	background-color: #FF8000;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	cursor: pointer;
	text-decoration: underline;
}

.copyright
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #696969;
}

.app-links{
	border-top: solid 1px #FF0000;
}

#app-links a{
	color: #000000;
}

.news-link
{
	font-size: 8pt;
	text-decoration: underline;
}

.news-resume
{
	font-size: 7pt;
}

.news-box
{
	background-color: #FF0000;
}

.news-box-title, .news-box-content
{
	background-color: #FFFFFF;
}

.news-box-title
{
	font-weight: bold;
}

.pub-box
{
	border-width: 1px;
	border-color: #00FF00;
	border-style: solid;
}

.world-box
{
	background-color: #0000FF;
}

.world-box-title, .world-box-content
{
	background-color: #FFFFFF;
}

.world-box-title
{
	font-weight: bold;
}

.news-box-themes
{
	background-color: white;
	font-weight: normal;
}

.headline-box
{
	background-color: #FF80FF;
}

.headline-box-title, .headline-box-content
{
	background-color: #FFFFFF;
}

.headline-box-title
{
	font-weight: bold;
}

.app-title
{
	font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #0000FF;
	
}

.tagline{
	font-size: 12pt;
	color: #9E9E9E;
	font-weight: bold;
}


