.border-top {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #003399;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.border-left-right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a:link {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
}
.para-indent {
	text-indent: 10px;
}
.background {
	background-repeat: repeat-x;
	background-image: url(imgs/stripe-background.jpg);

}
.border4sides {
	border: 1px solid #003366;
}
.background-practice {
	background-image: url(imgs/prism.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.line-height {
	line-height: 24px;
}
.background-people {
	background-attachment: fixed;
	background-image: url(imgs/group-of-people-cy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.border-top-bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.bordertop-thin {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.borderbottom-thin {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.border-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.text-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

