/*
Cascading Style Sheets //1
PM

Copyright (c) Daniel Lowes [for PM&A] 2004. All rights reserved.
*/


/* General Styles */
BODY 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	font-size:10pt;
	background-color:#FFFFFF;
	/* These are also implemented in HTML for the benefit of Opera 7 :P */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


/* Link Styles */
a:link.nav	
{
	letter-spacing: 1.5px;
	text-decoration: none;
	color: red;
}

a:hover.nav
{
	text-decoration: underline;
}

a:visited.nav 
{
	letter-spacing: 1.5px;
	text-decoration: none;
	color: maroon;
}

a:active.nav 
{
	text-decoration: none;
}


/* Table styles */
table.overall 
{
	width:100%;
}

table.links 
{
	background-color:#FFFFFF;
	width: 165px;
	border-right: 1px dotted black;
}

table.normal 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
}


/* TR styles */
tr.topbar	
{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	background-repeat: repeat-x;
}


/* TD styles */
td.linkcell 
{
	font-family: Verdana;
	font-size: 8pt;
	text-indent: 0px;
	font-variant: normal;
}

td.bluecell 
{
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 8pt;
	text-indent: 12px;
	background-image: url(../img/triangle.png);
	background-repeat: no-repeat;
	background-position: center left;
}

td.maindata 
{
	color:#111111;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	padding-top: 20px;
}


/* Text styles */
div.heading 
{
	letter-spacing: 2px;
	color: blue;
	font-weight: 800;
	background-image:url(../img/redsquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

div.data 
{
	text-indent: 20px;
	padding-right: 30px;
}


/* Miscellaneous styles */
span.copyright 
{
	color: #AAAAAA;
	font-family:Courier New, Arial;
	font-size: 8pt;
}