body {
	margin: 0px;
	padding: 0px;
	background: white url(images/bg.gif) top left repeat-x;
}

body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a, a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #003399;
}

a:visited {
	color: #003366;
}

a:hover	{
	color: #FF6666;
}

h1 {
	font-weight: bold; font-size: 16px; color: #003399;}

h2 {
	font-weight: bold; font-size: 13px; color: #003399;}

h3 {
	font-weight: bold; font-size: 12px; color: #003399;
}

.border		{
	1px solid #333333;
}

.form {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-image : url(images/bg_form.gif);
	font-family: arial, helvetica, sans-serif; font-size: 11px;	color: #333333;
	padding: 2px;
}

.input {
	width:100px;
	border-width: 1px solid #FF9999;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.center table {
	margin: 0px auto 0px auto;
	text-align: center;
}