﻿a:link
	{
	color: gray;
	text-decoration: none
	}
a:visited
	{
	color: gray;
	text-decoration: none
	}
a:hover
	{
	color: #2D3851;
	text-decoration: none
	}
a.nav:link
	{
	background-color: white;
	border: 0px;
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 150px
	}
a.nav:visited
	{
	background-color: white;
	border: 0px;
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 150px
	}
a.nav:hover
	{
	background-color: #2D3851;
	border: 0px;
	color: silver;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 150px
	}
body
	{
	background-color: white;
	margin: 5px
	}
div.content
	{
	border: 0px;
	margin: 10px
	}
div.contentbody
	{
	border: 0px;
	margin-left: 10px
	}
div.contenttitle
	{
	background-color: silver;
	border: 1px solid gray;
	height: 100%;
	width: 100%
	}
p.code
	{
	font-family: Lucida Console;
	font-size: 12px;
	font-weight: normal
	}
table.left
	{
	height: 100%;
	width: 100%
	}
table.main
	{
	width: 600px
	}
td.links
	{
	font-family: verdana,arial;
	font-size: 20px;
	font-weight: normal;
	height: 291px;
	width: 150px
	}
td.title
	{
	font-family: verdana,arial;
	font-size: 40px;
	font-weight: normal
	}