/*  
	dynaConnections corporate website stylesheet
	
	Copyright dynaConnections Corp. 2006, All rights reserved
*/

/* colored bars */
.tallbar {
		background-color: rgb(202, 122, 27);
		height: 12px;
	}
.shortbar {
		 background-color: rgb(52, 69, 112);
		 height: 3px;
	}

/* main text style */
BODY {
		font-family: Trebuchet MS;
		font-size: 10pt;
	}
	
/* Generic style variants */
.smaller {
		font-size: 8pt;
		font-family: Trebuchet MS;
	}
.footertext {
		font-size: 8pt;
		font-family: Trebuchet MS;
	}
.title {
		font-family: Arial;
		font-weight: bold;
		font-size: 15pt;
		color: #2B4872;
	}
.subtitle {
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12pt;
		color: #2B4872;
	}
.subsubtitle {
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 10pt;
		color: #2B4872;
	}
.tagline {
		 font-weight: bold;
		 color: #808080;
	}

/* The navigation TD styles */
TD.nav {
		border:solid 1px #e6e6e6;
		background-color:#e6e6e6;
		color: #808080;
		font-weight: bold;
		font-size:10pt;
	}
TD.navActive {
		border:solid 1px #a1a1a1;
		background-color:#ffffff;
		color: #808080;
		cursor: pointer;
		font-weight: bold;
		font-size:10pt;
	}
TD.navCurrent {
		border:solid 1px #a1a1a1;
		background-color:#a1a1a1;
		color: #ffffff;
		font-weight: bold;
		font-size:10pt;
	}
TD.subsectionTitle {
		font-weight: bold;
	}
	
/* Input stype */

INPUT {
		font-family: Verdana, Arial, Helvetica;
		border: 1px solid rgb(0,53,106);
	}
SELECT {
		font-family: Verdana, Arial, Helvetica;
		border: 1px solid rgb(0,50,100);
		background-color: rgb(241,248,255);
	}
TEXTAREA {
		font-family: Verdana, Arial, Helvetica;
		border: 1px solid rgb(0,50,100);
	}
