img { vertical-align: bottom; }

body
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 12px;
}

table.container
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.main
{
	width: 769px;
	text-align: center;
}

td.dotted
{
	border: 1px black solid;
	padding: 10px;
	font-family: arial;
	font-size: 14px;
}

td.pic
{
	border: 1px black dotted;
	padding: 5px;
	font-family: arial;
	font-size: 14px;
	text-align: center;
}

td.noborder
{
	padding: 10px;
	font-family: arial;
	font-size: 14px;
	text-align: justify;
}

td.center
{
	padding: 10px;
	font-family: arial;
	font-size: 14px;
	text-align: center;
}

td.nav
{
	border: 1px black solid;
	padding: 10px;
	font-family: arial;
	font-size: 10px;
}

td.title
{
	border: 1px black solid;
}

td.desk
{
	width: 300px;
	text-align: center;
	padding: 18px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 15px;
}

a:link
{
	color:#000000;
	background-color:transparent;
	text-decoration:none;
	font-weight: bold;
}

a:visited
{
	color:#000000;
	background-color:transparent;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	color:#004ece;
	background-color:transparent;
	text-decoration:none;
	font-weight: bold
}

a:active
{
	color:#c0c0c0;
	background-color:transparent;
	text-decoration:none;
	font-weight: bold
}

