﻿/* Basic */

*,
body
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: black;
	font-size: 11pt;
}

h1,h2,h3,h4,h5,h6
{
	color: black;
}

a
{
	color: black;
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Header */

#header
{
	display: none;
}



/* Menu */

#menu
{
	display: none;
}

/* Content */

#content
{
	background: none;
}


#content table
{
	border: dotted 1px black;
}


#content table tr.rowA
{
	background-color: white;
	color: black;
}

#content table tr.rowB
{
	background-color: white;
	color: black;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: 0;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 0;
	padding: 1.5em;
	border-left: none;
	height: 100%;
	max-width: 700px;
	overflow: visible;
}

/* Secondary Content */

#secondaryContent
{
	display: none;
}

/* Footer */

#footer
{
	display: none;
}

.clear
{
	clear: both;
}
