/* Text Style Sheet CB */

body, td {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: #3161BF;
}

h1 {
	font-size: 20px;
	margin: 0 0 20px 5px;
}

h2 {
	font-size: 16px;
	margin: 0 0 5px 5px;
}

h3 {
	font-size: 14px;
	margin: 0 0 3px 5px;
}

h4 {
	font-size: 12px;
	margin: 0 0 2px 5px;
}

h5 {
	font-size: 10px;
	margin: 0 0 1px 5px;
}

p {
	font-size: 12px;
	margin: 0 0 5px 5px;
	line-height: 1.3em;
}

/* Left Bar */

#defLeftBar p {
	margin: 0 20px 0 5px;
}

#defLeftBar h1 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0px 5px 5px 0px;
}

#defLeftBarimg {
	margin: 25px 0px 0px 35px;
	width: 160px;
	padding: 10px 0 0 0;
}

.barImg {
	width: 164px;
	background-image: url(../images/stimg/dropshadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#defLeftBarimg img {
	margin: 0 auto;
}

#defLeftBarimg p.imgtitle {
	text-align: right;
	margin: 0 2px 0 0;
	color: #3161BF;
	background-color: transparent;
	font-weight: bold;
	font-size: 10px;
}

#defLeftBarimg p.imgdesc {
	text-align: right;
	margin: 0 2px 10px 0;
	font-size: 10px;
}

/* Default Content TD */
#defContent p {
	margin: 5px 0 20px 5px;
}

#defContent img {
	border: 1px solid #3161BF;
	margin: 5px;
	float: left;
}

/*lboContent TD*/

#lboContent img {
	border: 1px solid #3161BF;
	margin: 5px;
}

#lboContent ul li, #topContent ul li {
	list-style-image: url(../images/stimg/cbbullet2.gif);
	margin: 5px;
}

/* Right Bar 238px wide*/

#defRBar p {
	margin: 0 0 0 0;
}

#defRBar h1 {
	margin: 5px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	background-color: #FBA318;
	color: white;
	background-image: url(../images/stimg/cbBulletOr.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid black;
	width: 140px;
}

.cbBulletOr {
	background-image: url(../images/stimg/cbBulletOr.gif) ;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#defRBar img {
	Margin: 5px 0 10px 0px;
	border: 1px solid white;
}

#defRBar h2 {
	margin: 0 0 0 10px;
	font-size: 14px;
	background-color: #FBA318;
	color: Black;
	padding-top: 3px;
	border-top: 2px solid black;
	width: 160px;
}

#defRBar p {
	font-weight: bold;
	margin: 5px 0 0 10px;
}

/* Misc */

.red {
	color: red;
	background-color: transparent;
}

.darkred {
	color: #DC143C;
	background-color: transparent;
}

.cbBullet {
	background-image: url(../images/stimg/cbBullet2.gif) ;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px
}

.cbBulletRed {
	background-image: url(../images/stimg/cbBullet.gif) ;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: red;
	background-color: transparent;
	font-weight: bold;
}