/* CSS Document */

a:visited img{
border: 3px solid #CCC;
}

a:link img{
border: 3px solid #CCC;
}


a {
	color: #448DC4;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #448DC4;	
	text-decoration: underline;
}



body {
	background-image: url(images/back.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
	
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	display: inline; 
}

p {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.promo {
	font-family: Verdana;
	font-size: 11px;
	color: #09F;
	font-weight: Bold;
	text-decoration: none;
}

.var {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCC;
	font-weight: none;
	text-decoration: none;
	text-align: right;
}

.bar {
	font-family: Tahoma;
	font-size: 11px;
	color: #0FF;
	font-weight: none;
	text-decoration: none;
}

