/* Copyright © 2009. epgSoft. All rights reserved. */

body
{
	background-image: url( images/BodyBG.jpg );
	background-color: #666666;
	color: #333333;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px
}

a:link
{
	font-weight: bold;
	color: #333333;
	text-decoration: none
}

a:visited
{
	text-decoration: none;
	color: #333333;
	font-weight: bold
}

a:hover
{
	border-bottom-width: 2px;
	border-bottom-style: solid
}

a.selected
{
	border-bottom-width: 2px;
	border-bottom-style: solid
}

a.image:hover
{
	border-bottom-width: 0px;
	border-bottom-style: none
}

table
{
	width: 100%;
	font-size: 13px
}

tr.header
{
	background-image: url( images/HeaderBG.jpg );
	background-color: #333333;
	height: 40px
}

tr.header a:link
{
	color: #FFFFFF;
	margin-left: 16px
}

tr.header a:visited
{
	color: #FFFFFF;
	margin-left: 16px
}

tr.header a.image:link
{
	margin-left: 0px
}

tr.header a.image:visited
{
	margin-left: 0px
}

tr.menubar
{
	background-image: url( images/MenuBarBG.jpg );
	background-color: #FF6600;
	height: 24px
}

tr.menubar a:link
{
	color: #FFFFFF;
	margin-right: 16px
}

tr.menubar a:visited
{
	color: #FFFFFF;
	margin-right: 16px
}

td.content
{
	width: 746px
}

table.topic
{
	width: 538px;
	margin-top: 8px
}

table.full
{
	width: 746px;
	margin-top: 8px
}

table.sidebar
{
	width: 200px;
	margin-left: 8px
}

table.left-sidebar
{
	width: 200px;
	margin-right: 8px
}

table.topic td.content
{
	width: auto;
	background-color: white;
	padding-bottom: 2px /* IE */
}

table.topic td.content td
{
	padding-bottom: 2px /* IE */
}

table.topic td.corner
{
	width: 8px;
	height: 8px
}

table.topic td.top-left
{
	background-image: url( images/CornerTopLeft.gif );
}

table.topic td.top-right
{
	background-image: url( images/CornerTopRight.gif );
}

table.topic td.bottom-left
{
	background-image: url( images/CornerBottomLeft.gif );
}

table.topic td.bottom-right
{
	background-image: url( images/CornerBottomRight.gif );
}

table.topic td.top
{
	background-image: url( images/EdgeTop.gif );
}

table.topic td.bottom
{
	background-image: url( images/EdgeBottom.gif );
}

table.topic td.left
{
	background-image: url( images/EdgeLeft.gif );
}

table.topic td.right
{
	background-image: url( images/EdgeRight.gif );
}

div.copyright
{
	font-size: 11px;
	font-style: italic;
	text-align: center;
	margin-top: 32px
}

h1
{
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 0px
}

table.sidebar h1
{
	font-size: 15px;
	text-align: center
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px
}

h3
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px
}

p
{
	margin-top: 0px
}

