html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: white;
	background-image: url(/artmatic/PaperGrain.jpg);
	background-repeat: repeat;
	background-position: 50% 0;
}
h1 { color: #060058; font-weight: bold; font-size: 28px; font-family: Helvetica, Arial; margin: 0px; padding: 5px 0px }
h2 { color: #060058; font-weight: bold; font-size: 18px; font-family: Helvetica, Arial }
h3 { color: #000; font-style: normal; font-weight: bolder; font-size: 14px; font-family: Helvetica, Arial }
h4 {
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Arial;
	color: #060058;
}
a:visited {
	color: #0033FF;
}
a:hover {
	font-weight: bolder;
	color: #0099FF;
}
h5 {
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica, Arial
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.mediaTable  {
	padding: 0px;
	font-size: 14px;
	margin: 0px;
}
.mediaTable td {
	font-size: 14px;
}
.labelStyle1 {
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica, Arial
}
.textLink {
	font-weight: bolder;
	color: #999999;
}
.mainTable {
	width: 900px;
	font-size: 14px;
	font-weight: normal;
}
.active {
	color: red;
}
.active:hover {
	color:#00FF00;
}
.inactive {
	color: gray;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}

