body,
p,
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* LINKS */
a,
a:visited
{
	color: #E13D2F;
	text-decoration: underline;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1
{
	font-size: 20pt;
}

h1.page-title
{
	font-weight: normal;
}

h2
{
	font-size: 15pt;
}

h2
{
	font-size: 15pt;
}

/* TITLE-NAV */
table.title-nav
{
	width: 100%;
	background-color: white;
	border-bottom: 3px solid #CCC;
}

table.title-nav td,
table.title-nav th
{
	vertical-align: bottom;
}

table.title-nav td
{
	background-image: url(/images/tab-background-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

table.title-nav h1,
table.title-nav h2,
table.title-nav h3,
table.title-nav h4,
table.title-nav h5,
table.title-nav h6
{
	margin-top: 0px;
	margin-bottom: 10px;
}

/* MAIN-LOGO */
img.main-logo
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666;
}

/* MAIN-CONTENT */
div.main-content
{
	color: #333;
	background-color: white;
	border: 1px solid #BBB;
	-moz-border-radius: 4px;
	margin: 10px;
	padding: 10px;
}

div.main-content h2
{
	border-bottom: 1px solid #999;
	line-height: 12pt;
	padding-top: 3pt;
	margin-bottom: 10px;
}

div.main-content h3
{
	margin-bottom: 8px;
}

div.main-content p
{
	margin-top: 1ex;
	margin-bottom: 2ex;
}

div.main-content ul,
div.main-content ol
{
	margin-top: 0ex;
}

div.main-content h1,
div.main-content h2,
div.main-content h3,
div.main-content h4,
div.main-content h5,
div.main-content h6,
div.main-content p,
div.main-content p,
div.main-content ol,
div.main-content ul
{
	width: 575px;
}

div.main-content img.thumb-left
{
}

div.main-content img.thumb-right
{
	border-width: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* CATEGORY-LINKS */
/* COPYRIGHT */
div.category-links,
div.copyright
{
	font-size: 8pt;
	color: #999;
	text-align: right;
	margin-right: 10px;
	margin-left: 12px;
	cursor: default;
}

div.category-links
{
	margin: 10px;
}

div.copyright
{
	padding-bottom: 10px;
}

div.category-links a,
div.category-links a:visited,
div.copyright a,
div.copyright a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

div.category-links a:hover,
div.copyright a:hover
{
	text-decoration: underline;
	/* color: blue; */
	color: #E13D2F;
}

p.footnote
{
	margin-left: 10px;
	text-indent: -10px;
}

.light
{
	color: #666;
}

.red
{
	color: #E13D2F;
}
