body  {
	text-align: center;
}
table  {
	text-align: center;
	width: 100%;
}
#c  {
	text-align: center;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}     /* unvisited link */
a:visited {
	color: #999999;
}  /* visited link */
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #FFFFFF;
}   /* selected link */
td.menu {
	background-color: #000C3E;
	vertical-align: top;
	color: #ffffff;
	text-align: center;
}
td.content {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	vertical-align: top;
	width: 645px;
}
td.border {
	background-color: #000C3E;
	width: 10%;
}
p {
	font-size: small;
}
p.left {
	text-align: left;
}
p.menutext {
	font-style: italic;
}
h1 {
	font-style: italic;
	font-size: xx-large;
	font-weight: bold;
	color: #000C3E;
}
h2 {
	font-style: italic;
	font-size: large;
	font-weight: bold;
	color: #000C3E;
}
h3 {
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	color: #000C3E;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #000C3E;
	margin:0;
	padding:0;
}
p.design {
	font-style: italic;
	color: #000C3E;
}
a.design {
	font-style: italic;
	color: #000C3E;
}
a.intlink {
	font-style: italic;
	color: #000C3E;
	text-decoration: underline;
}
table.layout {
        width: 645px;
}
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
	text-align: left;
}
img.linkpic {
        width: 200px;
	height: 106px;
}
td.top {
	vertical-align: top;
}

