@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #105100;
	margin: 0px;
	padding: 0px;
}


#container {
	background-image: url(images/containerBkg.jpg);
	background-repeat: repeat-y;
	width: 912px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
}

#containerContent {
	float: left;
	width: 620px;
}
#containerContent a:link, #containerContent a:visited, #containerContent a:active {
	margin: 0px;
	background-color: #D5FFCA;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-style: italic;
	text-decoration: none;
	color: #105100;
	font-weight: normal;
	font-size: .9em;
}
#containerContent a:hover {
	color: #FFF;
	background-color: #105100;	
}

#header {
	background-color: #CCC;
	padding: 0px;
	height: 220px;
	width: 860px;
	margin: 0 auto 10px auto;
	position: relative;
	background-image: url(images/HeaderBKG.jpg);
	background-repeat: no-repeat;
}
#flashHeader {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 860px;
	z-index: 0;
	background-image: url(images/HeaderPlaceholder.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	background-color: #105100;
	margin: 0px;
	padding: 0px;
	height: 650px;
	float: right;
	width: 230px;
}



#sideMenu {
	background-color: #105100;
	float: right;
	width: 230px;
	/*margin-right: 0px;*/
	/*margin-bottom: 0px;*/
	/*margin-left: 5px;*/
	padding: 0px;
	height: 1%;
	margin: 0px;
}
#sideMenu a:link, #sideMenu a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 22px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	/*padding-right: 0px;*/
	/*padding-bottom: 0px;*/
	/*padding-left: 25px;*/
	padding-left: 25px;
	margin: 0px;
	float: left;
	font-size: 0.75em;
	width: 205px;
	font-weight: normal;
}

#sideMenu a:hover, #sideMenu a:active {
	background-color: #1C8800;
	background-image: url(images/arrowHover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	/*font-style: italic;*/
}

#newsButton {
	padding: 0px;
	height: 35px;
	width: 210px;
	position: absolute;
	left: 10px;
	top: 186px;
	margin: 0px;
	z-index: 1000;
}
#newsButton a:link, #newsButton a:visited, #newsButton a:active {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(images/headerButtonbkg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	text-align: center;
	width: 210px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #FFF;
}
#newsButton a:hover {
	background-position: left top;
	color: #000;
}

#activityButton {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 210px;
	position: absolute;
	left: 230px;
	bottom: 0px;
	z-index: 1010;
	top: 186px;
}
#activityButton a:link, #activityButton a:visited, #activityButton a:active {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/headerButtonbkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	margin: 0px;
	width: 210px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#activityButton a:hover {
	background-position: left bottom;
	color: #000;
}


#mainContent {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #F8E241;
	/*height: 800px;*/
	margin: 0 26px 0 26px;
	padding: 10px 0 0 0;
}

#homeVideo {
	background-image: url(images/homeVideobkg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 275px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#welcomeBox {
	float: right;
	height: 275px;
	width: 270px;
}


#homeVideo #welcomeBox p {
	font-size: 1em;
	margin: 0px;
	padding: 10px;
	text-align: center;
	line-height: 1.3em;
}
#videoBox {
	float: left;
	width: 350px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#homeVideo #videoBox p {
	font-size: 0.7em;
	padding: 0px;
	margin-bottom: auto;
	text-align: center;
}



#subContent {
	padding: 0px;
	width: 620px;
	float: left;
}
.bold {
	font-weight: bold;
}
.italicIndent {
	font-style: italic;
	padding-left: 20px;
}

#indexText {
	margin: 0px;
	padding: 0px;
	width: 620px;
}

.imgR {
	padding: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#subContent p {
	font-size: 0.9em;
	line-height: 1.4;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#footer {
	background-image: url(images/footerBkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 912px;
	text-align: center;
	clear: both;
	/*height: 65px;*/
	height: 45px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer p {
	font-size: 0.7em;
	background-color: #f8e241;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 26px;
	padding-bottom: 5px;
}
#loc2 {
	text-align: center;
	margin: 0px;
	padding: 25px;
}
#loc3 {
	margin: 0px;
	padding: 25px;
	text-align: center;
}
#loc4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	text-align: center;
}
#loc5 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	text-align: center;
}
#dateAddress {
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
p2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #105100;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#dateRate {
	font-size: 0.9em;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #105100;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#dateRate tr th {
	color: #105100;
	padding: 4px;
	margin: 0px;
}
h2 {
	color: #105100;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	color: #105100;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #105100;
	background-color: #D5FFCA;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h5 {
	color: #105100;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h6 {
	font-size: 0.9em;
	color: #FFF;
	background-color: #105100;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 95%;
}
#h7 {
	background-color: #105100;
	padding: 5px;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}


.termTable {
	background-color: #D5FFCA;
	display: block;
}
#containerContent p {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.4;
}
.imgL {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subContent #picAndView {
	padding: 0px;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subContent #picAndView p  {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#locationPics {
	padding: 0px;
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
}

#counselorBack {
	padding: 0px;
	text-align: center;
	margin: 0px;
	display: block;
}
.largeCenteredpic {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
}
#formsTable a   {
	font-size: .9em;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	margin: 0px;
	display: block;
}
#formsTable th h5 {
	background-color: #105100;
	color: #FFF;
	padding: 5px;
	height: 50px;
	margin: 0px;
	font-size: .8em;
}

#formsTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #105100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#camperMail {
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	color: #105100;
	padding: 0px;
	margin: 0px;
}
#infoPics {
	padding: 0px;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#termCaption {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #105100;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#activityTable {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #105100;
	border-right-color: #105100;
	border-bottom-color: #105100;
	border-left-color: #105100;
}
#actPics {
	padding: 0px;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.editorNote {
	font-style: italic;
	color: #105100;
}
#activityTable tr td p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#subContent form div center table tr td p {
	font-size: 0.9em;
	font-style: normal;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: -5px;
}
#subContent form div center table tr td p2 {
	font-size: 0.9em;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#subContent form div center table tr td p3 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
.formButton {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8FFA6;
	border-right-color: #092B00;
	border-bottom-color: #092B00;
	border-left-color: #B8FFA6;
	background-color: #105100;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	width: 100px;
}
#storeTable {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D5FFCA;
}

.storeDescription {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}
.storeImageoutline {
	border: 2px solid #105100;
}
#carePackages {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#carePackages img {
	margin: 2px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#carePackages a:link, #carePackages a:visited, #carePackages a:active {
	background-color: transparent;
	padding: 15px;
	margin: 5px;
}

#carePackages a:hover {
	background-color: #D5FFCA;
}
#storeLinks {
	margin: 0px;
	padding: 0px;
}
#storeLinks a:link, #storeLinks a:visited, #storeLinks a:active {
	background-color: transparent;
	padding: 15px;
	margin: 5px;
}
#storeLinks a:hover {
	background-color: #D5FFCA;
}.imgNorollover {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#atwPics {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#atwParisfrance {
	text-align: center;
	padding: 0px;
	float: right;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 305px;
	margin-right: 0px;
	margin-left: 0px;
}

#atwUgandaafrica {
	text-align: center;
	padding: 0px;
	float: left;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 305px;
	margin-right: 0px;
	margin-left: 0px;
}
#atwColorado {
	text-align: center;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#atwMexico {
	text-align: center;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


#atwNewyork {
	text-align: center;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#photoHistorylinks {
}
#photoHistorylinks ul {
	margin: 0px;
	padding: 0px;
	width: 620px;
	list-style-type: none;
	position: relative;	
}
#photoHistorylinks li { 
	float: left; 
	width: 145px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#photoHistorylinks li#one a, #photoHistorylinks li#two a, #photoHistorylinks li#three a, #photoHistorylinks li#six a, #photoHistorylinks li#seven a, #photoHistorylinks li#eight a, #photoHistorylinks li#nine a, #photoHistorylinks li#ten a, #photoHistorylinks li#eleven a {  
	height: 55px;
	padding-top: 25px;
}
#photoHistorylinks li#four a, #photoHistorylinks li#five a {  
	height: 75px;
	padding-top: 5px;
}
#photoHistorylinks li a {
	display: block; 
	text-align: center; 
}#facilities  {
}
#facilities ul li {
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#dailySchedule {
	padding: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#dailySchedule ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
}
#dailySchedule li {
	float: left;
	width: 249px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #105100;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #105100;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #105100;
	background-color: #D5FFCA;
}
#dailySchedule li#five {  
	width: 500px;
}
#dailySchedule li#one, #dailySchedule li#three, #dailySchedule li#five, #dailySchedule li#six, #dailySchedule li#eight, #dailySchedule li#ten, #dailySchedule li#twelve, #dailySchedule li#fourteen, #dailySchedule li#sixteen, #dailySchedule li#eighteen, #dailySchedule li#twenty, #dailySchedule li#twentytwo, #dailySchedule li#twentyfour, #dailySchedule li#twentysix, #dailySchedule li#twentyeight, #dailySchedule li#thirty {
	border-left-width: 0px;
	border-right-width: 0px;
}
#dailySchedule li#two, #dailySchedule li#four, #dailySchedule li#five, #dailySchedule li#seven, #dailySchedule li#nine, #dailySchedule li#eleven, #dailySchedule li#thirteen, #dailySchedule li#fifteen, #dailySchedule li#seventeen, #dailySchedule li#nineteen, #dailySchedule li#twentyone, #dailySchedule li#twentythree, #dailySchedule li#twentyfive, #dailySchedule li#twentyseven, #dailySchedule li#twentynine, #dailySchedule li#thirtyone {
	border-right-width: 0px;
}
#dailySchedule li#three, #dailySchedule li#four, #dailySchedule li#six, #dailySchedule li#seven, #dailySchedule li#ten, #dailySchedule li#eleven, #dailySchedule li#fourteen, #dailySchedule li#fifteen, #dailySchedule li#eighteen, #dailySchedule li#nineteen, #dailySchedule li#twentytwo, #dailySchedule li#twentythree, #dailySchedule li#twentysix, #dailySchedule li#twentyseven, #dailySchedule li#thirty, #dailySchedule li#thirtyone {
	background-color:#FFF 
}#phPics {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#phPics img {
	margin: 5px;
	padding: 0px;
}
.liIndent {
	list-style-type: circle;
	text-indent: 1em;
}
ul li {
	font-size: 0.9em;
	line-height: 1.3;
}
ol li {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}


/*Start of gallery CSS
- - - - - - - - - - - - - - - - - - - - - - - */
#galleryWrapper {
	padding: 0px;
	float: left;
	width: 354px;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Gallery and Playback Controls
----------------------------------------------- */

#transport {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
}

#picture img {	/*border: 1px solid #999;*/ }

.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
.header {margin-top: 0px;
}
#controlButtons {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	text-align: center;
	position: relative;
}
#controlButtons p {
	text-align: center;
}

.controlButton {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8FFA6;
	border-right-color: #092B00;
	border-bottom-color: #092B00;
	border-left-color: #B8FFA6;
	background-color: #105100;
	color: #FFF;
	/*width: 115px;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#controlButtons .controlButton p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
}
/* End of gallery CSS*/
#atwUtah {
	text-align: center;
	padding: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#categoryNav {
	font-size: 0.7em;
	height: 40px;
	margin: 0px;
	background-color: #D5FFCA;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 4px solid #105100;
}
#container #mainContent #containerContent #subContent #separatorRule {
	margin-bottom: 40px;
	margin-top: 20px;
	color: #105100;
	height: 5px;
	background-color: #105100;
}

#pVid {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 264px;
}
.tabularData {
	font-size: 0.8em;
}
.formButton {
	margin-top: 10px;
}
.indent {
	margin-left: 30px;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
