@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


td {
	vertical-align:top;
}
h1	{
	color:#FF0000;
	margin:10px 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
}
h2 {
	color:#660000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
	}
h3 {
	color:#660000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

.body {
	margin:3px 0 15px 0;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
.body a:link    { color:#006600; text-decoration: none; font-size:14px; font-weight:bold;   }
.body a:active  { color:#006600; text-decoration: none; font-size:14px; font-weight:bold;   }
.body a:visited { color:#006600; text-decoration: none; font-size:14px; font-weight:bold;   }
.body a:hover   { color:#0033CC; text-decoration: underline; font-size:14px; font-weight:bold;  }

.maintext {
	color:#7184A5;
	font-size:14px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
.header {
	color:#660000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
	}
.menu {
	margin:0 20px 0 10px;
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	font-family:AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px 0 7px;
}
.menu a:link {
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	font-family:AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px 0 7px;
}
.menu a:visited {
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	font-family:AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px 0 7px;
}
.menu a:hover {
	color:#006600;
	font-size:16px;
	line-height:20px;
	font-family:AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px 0 7px;
}
.menu a:active {
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	font-family:AvantGarde, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px 0 7px;
}
.column {
	margin:0 20px 0 10px;
	color:#666666;
	font-size:16px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.column a:link {
	color:#666666;
	font-size:16px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.column a:visited {
	color:#666666;
	font-size:16px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.column a:hover {
	color:#ff6600;
	font-size:16px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.column a:active {
	color:#666666;
	font-size:16px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
	.footer, a:link, a:visited, a:active {
		color:#333333;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	
	.footer a:hover {
		color:#660000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
	}
	
