/* CSS Document */

body {
			padding:0;
			margin:0;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			background-color:#000;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:10px;
			}
p 	{
			padding:0;
			margin:0;
			}
			
/*.-----------------------menupart---------------*/

.menupart {
			font-size:11px;
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
			}
			
.menupart:hover {
			text-decoration:underline;
			}
			
.numbers {
			font-size:11px;
			color:#DD9F9F;
			font-weight:bold;
			}

/*.-----------------------news---------------*/

.newstext {
			font-size:11px;
			color:#C5C5C5;
			}
			
.yellowtext {
			font-size:11px;
			color:#F1A803;
			font-weight:bold;
			}
			
.morenews {
			font-size:11px;
			color:#F1A803;
			text-decoration:none;
			}
			
.morenews:hover {
			color:#fff;
			}
			
/*.-----------------------body---------------*/

.padding {
			padding:29px;
			background-color:#fff;
			}
			
.welcome {
			padding-left:155px;
			}
			
.bodytext {
			font-size:11px;
			line-height:14px;
			padding-right:15px;
			color:#686868;
			}
			
li {
			font-size:11px;
			line-height:16px;
			color:#555;
			list-style:dots;
			}
	