@import url('footer.css');
@import url('menu.css');

@import url('backgrounds.css');

@import url('two-column.css');
@import url('content-main.css');
@import url('side-box.css');

@import url('heading2.css');



body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: white url('../graphics/bg/teak-grain-1_640x1111.jpg') repeat-x fixed;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 9pt;
}


#page-container
{
	width: 1000px;
	margin: 2em auto;
	padding: 0;
	background-color: white;
	border: 1px solid black;
}

.two-tone
a
{
	text-decoration: none;
}

.two-tone
a:hover,
.two-tone
a:active
{
	color: #999;
	text-decoration: underline;
}

.two-tone
.start,
.two-tone
.start
a
{
	color: black;
	font-weight: normal;
}

.two-tone .end,
.two-tone .end a,
.two-tone .red,
.two-tone .red a
{
	color: #bb0000;
	font-weight: bold;
	font-style: italic;
}

.arrows-before-left::before
{
	content: '\00AB'; /* &laquo; = U+00AB */
	color: #999;
}

a.arrows-before-right::before
{
	content: '  \00BB'; /* &raquo; = U+00BB */
	color: #999;
	
}

a.arrows-after-left::after
{
	content: '\00AB'; /* &laquo; = U+00AB */
	color: #999;
}

a.arrows-after-right::after
{
	content: '  \00BB'; /* &raquo; = U+00BB */
	color: #999;
	
}

a
