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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	background-color: #CCCCCC;
	background-image: url(content_background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

td,th { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
}

a {	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

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

a:active {
	text-decoration: none;
	color: #333333;
}

