/*CSS document copyright Dan Wood 2007*/

/*our styles for the links etc...*/
	/*just in case...*/

	/*nav bar title*/
.navt
{
padding-top:5px;
color: #000000;
text-align: left;
font-family: Arial;
font-size: 10pt;
}

	/*nav bar content*/
.navcontent
{
padding-top:5px;
padding-left:4px;
text-decoration:none;
text-align: left;
font-family: Arial;
font-size: 12pt;
color: #3399FF;
}

	/*page titles*/

.title
{
	text-decoration: underline;
	color: #cf65ee;
	text-align: left;
	font-family: Arial;
	font-size: 16pt;
	margin-left: 5px;
}

	/*the sub headings in the page....*/
.subt
{
text-decoration: underline;
text-align: left;
margin-left: 4px;
font-family: Arial;
color:#3399CC;
font-size: 14pt;

}

	/*the content in the page....*/
.content
{
text-decoration:none;
text-align: left;
margin-left: 25px;
font-family: Arial;
color: #000000;
font-size: 12pt;
}

	/*For higlighting Terms or important info etc!*/
.highlight
{
text-decoration:none;
text-align: left;
padding-left: 3px;
font-family: Arial;
color: #009933;
font-size: 12pt;
}

	/*For higlighting Terms or important info etc!*/
.highlight2Scroll
{
text-decoration: none;
text-align: left;
padding-left: 3px;
font-family: Arial;
font-weight: bold;
color: #009933;
font-size: 14pt;
}


	/*copyright*/

.copy
{
text-align: center;
font-family: Arial;
color: #000000;
font-size: 7pt;
}

.bread
{
text-align: left;
font-family: Arial;
color: #000000;
font-size: 9pt;
}

/*Navbar links....*/
a.Nav:hover { color: White; font-family: Arial; font-size: 10pt; font-weight:bold; padding-left:5px; padding-top:4px; padding-bottom:4px; text-decoration:none; }
a.Nav:link { color: #3399FF; font-family: Arial; font-size: 10pt; font-weight:bold; padding-left:5px; padding-top:4px; padding-bottom:4px; text-decoration:none;}
a.Nav:visited { color: #3399FF; font-family: Arial; font-size: 10pt; font-weight:bold; padding-left:5px; padding-top:5px; padding-bottom:5px; text-decoration:none;}

/*links....*/
a:hover { color: #7ea5fc; font-family: Arial; font-size: 12pt; }
a:link { color: #7ea5fc; font-family: Arial; font-size: 12pt; }
a:visited { color: #7ea5fc; font-family: Arial; font-size: 12pt; }

