@charset "utf-8";
/* CSS Document */

body {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 12px;
	color: #888888;
	background-color: #EFEFEF;

}
img {
	border: none;
	}

td {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 12px;
	color: #555555;
	text-align:center;
	background-color:#EFEFEF;
}

th {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 12px;
	color: #555555;
	text-align:left;
	background-color:#EFEFEF;
}

.small {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 10px;
}

.medium {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 12px;
	font-style:italic;
}

.big {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 14px;
}

.bigfat {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 14px;
	font-weight:bold;
}

.xbig {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 38px;
	font-style: italic;
	color: #AAAAAA;
}

.xbigfat {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 18px;
	font-weight:bold;
}

.expanded {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.left {
	font-family: "Tw Cen MT", "Trebuchet MS", "Tempus Sans ITC", Tahoma, Sylfaen;
	color:#222222;
	font-size: 12px;
	text-align:left;
}

A:link {
		color:#444444;
		font-weight:bold;
		text-decoration:none;
		outline:none;
}

A:visited {
		color:#222222;
		font-weight:bold;
		text-decoration:none;
		outline:none;
}

A:active {
		color:#777777;
		font-weight:bold;
		text-decoration:none;
		outline:none;
}
