﻿/* CSS Document */
body {
	margin: 0px auto 0px auto;
	background-image: url('images/bg.gif');
	background-color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
}
a {
	color: #000099;
}
input, select, textarea {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #000000;
		text-decoration: none;
		background-color: #98CDF9;
}
.left {
	border-left: 1px #FFFFFF;
	text-align: left;
	border-left-color: #FFFFFF;
}
.blink {
	text-decoration: blink;
}
.bold {
	font-weight: bold;
}
* {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.center {
	text-align: center;
}
.pad {
	padding: 8px;
}
.style1 {
	color: #FF0000;
}
.style2 {
	text-align: left;
}
.title {
	color: #CC6600;
	font-weight: bold;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
#wrap {
	margin: 0px auto 0px auto;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #990000;
}
