@charset "UTF-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-left:44px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/bgTop.gif);
	background-repeat:repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666666;
	font-size: 12px;	  
}
h1 {
	font-size: 11px;
	font-weight: normal;
	font-weight:bold;
	text-transform: uppercase;
	color: #660066;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 11px;
}
#rightColBoxPurp {float:left; width:178px; background:#d9bfd9; font-size:12px; margin-top:6px; padding-top:9px; padding-left:9px; padding-bottom:17px; padding-right:20px; line-height:16px;}

.CappedUnderlinedText {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 11px;
}
.CappedPurpleHeading {
	
	font-size: 11px;
	font-weight: normal;
	font-weight:bold;
	text-transform: uppercase;
	color: #660066;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 11px;
}

.name2 {
	float:right;width:160px; border:thin; line-height:16px; padding:0px; margin-right:20px;font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size:11px; font-style:normal; text-indent:0px; text-align:left;
}
.black12 {
	color: #000;
}
.carrot11point {
	font-size: 11px;
	line-height: 14px;
	color: #660066;
}
.PURPLE {
	color: #660066;
}
.classIndent {
	font-size: 12px;
	line-height: 14px;
	color: #660066;
	padding-left: 34px;
	display: block;
}
.CappedText {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.textIndent {
	font-size: 12px;
	line-height: 16px;
	padding-left: 34px;
	display: block;
}
.carrot12point {
	font-size: 12px;
	line-height: 14px;
	color: #660066;
}
.purpleBold {
	color: #660066;
	font-weight: bold;
}
.classIndentGray {
	font-size: 12px;
	line-height: 14px;
	padding-left: 34px;
	display: block;
}
.GrayCappedText {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

