﻿html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	font-size: 12px;
	font-family: tahoma;
	color: #333;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
		.g {
			padding-left: 40px;
			text-align:left;
			color:green;
		}
		.y {
			padding-left: 40px;
			text-align:left;
			color:orange;
		}
		.r {
			padding-left: 40px;
			text-align:left;
			color:red;
		}
		.n {
			text-align:center:;
			color:blue;
			}
.s {
	text-align:center;
	color:red;
	}
.pandinglinks {
	text-align:left;
	}
		.style1 {
			font-size: 12px;
			font-weight: bold;
		}
		.style2 {font-weight: bold}

.market td {
	padding: 5px;
}

a { color: #3980bb; text-decoration: none; }
a:hover { text-decoration: underline; }

.header {
	height: 154px;
	width: 374px;
	background-image: url(../images/images/logo.gif);
	background-repeat: no-repeat;
	margin: 0;
}
.stext {
	color: #666;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #4b73d4;
	text-decoration: none;
}
.stext a:hover {
	color: #4b73d4;
	text-decoration: underline;
}

