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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #999999;
}
body {
	background-image: url(images/assets/bg_pattern.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.h1 {
	font-size: 36px;
	font-style: italic;
	color: #FFFF00;
}
.h2 {
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 1.2;
}
.h2yellow {
	font-size: 24px;
	font-style: italic;
	color: #FFFF00;
	line-height: 1.2;
}
.img_border {
	border: 1px solid #FFFFFF;
}
.imagethumb {
	margin-right: 12px;
	border: 1px solid #FFFFFF;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09AAE4;
}

