@charset "utf-8";
a img {
	text-decoration: none;
	border: 0 none;
	}

a:link {
	color:#0099FF;
}

a:visited {
	color:#0099FF;
}

a:hover {
	color:#990000;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/* background-color:#090909; */
	margin:0px;
	color: #D8D8D8;
	background-image: url(images/stripe_4dae463a444f941f309dd08d7d93226b.png);
	background-repeat: repeat;
}

.input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}

h1 {
	color:#FFFFFF;
	font-family: "trebuchet MS", Arial, sans-serif;
	font-size: 21px;
	font-weight:normal;
	margin:0px;
	color:#E5E5E5;
	letter-spacing:3px;
	padding-bottom:20px;
	
}

h2 {
	font-size:17px;
	font-weight:normal;
	color:#E5E5E5;
	letter-spacing:2px;
	padding-bottom:20px;
}

h3 {
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	color:#E5E5E5;
}

h4 {
	font-size:14px;
	font-weight:normal;
	color:#E5E5E5;
}

.rightAlign {
	text-align:right;
	font-size:11px;
	color:#999999;
}

.centerAlign {
	padding-top:300px;
	padding-bottom:10px;
	text-align:center;
	position:relative;
}

.footerText {
	padding-top:25px;
	font-size:10px;
	text-align:center;
	color:#999999;
}

ul { 
	list-style:none;
	
}

.list1 li { 
	background:url(images/marker.jpg) no-repeat left 5px; 
	padding-left:21px; 
	line-height:25px;

	
}

.indent {
	padding-left:25px;
}

/* Fast news */

	ul#phpFastNews {
		list-style-type: none;
		margin: 0.5em 0;
		padding: 0;
	}
	ul#phpFastNews li {
		list-style-type: none;
		margin: 1em 0;
		padding: 0;
	}
	 
	.smallText {
	font-size:10px;
	color:#999999;
	}