@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #444444;
	line-height: 22px;
}

p {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #444444;
	line-height: 22px;
}
h1,h2,h3 {
	font-family: Trebuchet MS;
	font-weight: bold;
}
h1 {
	font-size:26px;
	line-height:30px;
	color:#234F85;
	}
h2 {
	font-size:20px;
	line-height:24px;
	color:#777777;
	}
h3 {
	font-size:18px;
	line-height:22px;
	color:#000000;
	}

body {
	background-image:url(http://www.lambpants.com/lambpants.com-2.0/images/top-bar-slice.png);
	background-repeat:repeat-x;
	background-position:top;
}
a {
	font-weight:bold;
	text-decoration: none;
}
a:link {
	color: #436FB0;
}
a:visited {
	color: #436FB0;
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
}
a.gold {
	font-size:18px;
	font-weight:bold;
}
a.gold:link {
	color:#99CCFF;
}
a.gold:visited {
	color: #FFCC00;
}
a.gold:hover {
	color: #FFFFFF;
	text-decoration: overline;
}
a.gold:active {
	color:#33FFFF;
	text-decoration: underline;
}
.copyright {
	font-size:13px;
	line-height: 16px;
	color:#FFCC00;
}
.blackNorm {
	color: #000000;
}
.largerBold {
	font-size:18px;
	line-height: normal;
	font-weight: bold;
}
.largerNorm {
	font-size:18px;
	line-height: normal;
	font-weight: normal;
}
.redNorm {
	color: #990000;
}
.redBold {
	color: #990000;
	font-weight: bold;
}
.orangeNorm {
	color: #FF9900;
}
.orangeBold {
	color: #FF9900;
	font-weight: bold;
}
.bodyBold {
	font-weight: bold;
}
.blackBold {
	color: #000000; 
	font-weight: bold; 
}
.subheadBlack {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height:24px;
}
.headBlack {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height:28px;
}
.darkBlueBold {	
	color: #234F85;
	font-weight: bold;
	line-height:normal;
}
.darkBlue {	
	color: #234F85;
	font-weight: normal;
	line-height:normal;
}
.white {	
	color: #FFFFFF;
}
.gold {	
	color:#FFFF66;
}
table.Frame {
	width: 1000px;
	border:none;
}
td.CellBodyL {
	padding: 5px 10px 5px 25px;
	width: 640px;	
}

td.CellBodyR {
	padding: 5px 10px 5px 15px;
	background-image:url(http://www.lambpants.com/lambpants.com-2.0/images/border.gif); 
	background-repeat:repeat-y; 
	background-position:left;
	width: 300px;
}
.colTxtR {
	margin-right:22px;
	font-size:14px;
	line-height:20px;
}
.colTxtL {
	margin-right:22px;
}