/* CSS  Document */

* {
	font-family: sans-serif;
}


body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-image: url(images/orangebg.jpg);

	font-family: Tahoma, Verdana, Arial;

	font-size: 10pt;

}

.bgglobemain {

	background-image: url(images/bgglobecss.jpg);

	background-repeat:no-repeat;

}

.bgmenu {

 background-image: url(images/menu_greybg.jpg);

}

.smallfont {
	font-family: tahoma;
	font-size: 11px;
}
.textmain {
	font-family: tahoma;
	font-size: 12px;
}
.textmain_bigger {
	font-family: tahoma;
	font-size: 12px;
}
.header {
	font-family: tahoma;
	font-size: 16px;
}
a:link {
	font-family: tahoma;
	font-style: normal;
	color: #FF3300;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #FF3300;
	font-size: 12px;
}

.design {
font-family: tahoma;
	font-style: normal;
	color: #FF3300;
	text-decoration: none;
	font-size: 12px;
}

