.plaintext
{
	font-family: courier new, terminal, fixedsys;
	font-size: 12px;
	
	line-height: 15px;
	
	display: block;
}

hr
{
	background-color: #000000;
	
	border: none;
}

body
{
	font-family: arial, sans-serif;
	font-size: 14px;
	
	background-color: #E5E5E5;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	cursor: default;
}

a
{
	color: #335269;
}

a:hover
{
	color: #537289;
}

.anav, .anavsm
{
	padding-left: 8px;
	padding-right: 8px;
	
	display: block;
}

.anavsm
{
	font-size: 70%;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	padding-right: 0px;
	
	display: block;
}

.anav:hover, .anavsm:hover
{
	color: #335269;
	background-color: #A8B2BA;
}

h1
{
	font-family: verdana, sans-serif;
	font-size: 175%;
	
	color: #14364F;
	
	background-color: #B6BDC4;
	background-image: url(images/h1_back.png);
	background-repeat: repeat-y;
	background-position: top left;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-left: 40px;
}

h2
{
	font-size: 120%;
	
	margin-left: 24px;
	margin-top: 32px;
	margin-bottom: 0px;
	
	border-bottom: 1px #000000 solid;
}

img
{
	border: none;
	
	padding-left: 16px;
	padding-bottom: 16px;
}

p, ul
{
	margin-left: 24px;
	margin-right: 24px;
	
	line-height: 22px;
}

.navp
{
	line-height: 18px;
	
	margin-left: 0px;
}

ul
{
	margin-left: 16px;
}

li
{
	margin-top: 16px;
}



td#head
{
	border-left: 16px #5C7085 solid;
	border-bottom: 2px #000000 solid;
	
	background-color: #6F8091;
	background-repeat: no-repeat;
	background-position: top right;
	
}

td#nav
{
	text-align: left;
	vertical-align: top;
	
	background-color: #A1ABB5;
	
	border-right: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	
	padding-top: 24px;
	padding-left: 16px;
	padding-bottom: 24px;
}

td#cont
{
	text-align: left;
	vertical-align: top;

	background-color: #E5E5E5;
	background-image: url(images/cont_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	padding-top: 24px;
	padding-left: 16px;
	padding-right: 16px;
}

p#footer
{
	font-size: 70%;
	text-align: right;
	line-height: 14px;
	
	margin-top: 48px;
}