﻿body
{
	background-image: url('../img/bg.jpg');
	background-repeat: repeat;
}

#tomain
{
	text-align:left;
	font-size:14px;
	width: 800px;
	margin: 5px auto;
}

.link  a:link, .link  a:visited
{
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.link  a:hover, .link  a:active
{
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
}
.nav
{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.content
{
	font-size:16px;
	padding: 20px 0;
	width: 800px;
}

	.content p
	{
		text-indent: 30px;
		text-align:justify;
	}
.nav_tbl, .nav_tbl2
{
	text-align:center;
	line-height: 24px;
}
	.nav_tbl strong, .nav_tbl2 span
	{
		font-size:18px;
		font-family:"Times New Roman", Times, serif;
		padding: 0 18px;
		text-decoration:none;
		white-space:nowrap;
	}
	.nav_tbl a:link, .nav_tbl a:visited
	{
		font-size:18px;
		font-family:"Times New Roman", Times, serif;
		padding: 0 18px;
		text-decoration:none;
		white-space:nowrap;
		color:#0000CC;
	}
	
	.nav_tbl a:hover, .nav_tbl a:active
	{
		font-size:18px;
		font-family:"Times New Roman", Times, serif;
		padding: 0 18px;
		text-decoration:underline;
		white-space:nowrap;
		color:#0000CC;
	}