a {
	color: #4A884E;
	font-size: 12px;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #336633;
}

a:hover {
	text-decoration: none;
}

.errorStyle {
	font-style: italic;
	color: red;
	font-size: 12px;
}

.promptClass {
	font-style: italic;
}

.leftMenuPosition {
	color: #4A884E;
	float: left;
	font-size:1.2em;
	margin-right: -240px;
	margin-top: -1px;
	overflow: hidden;
	padding-bottom: 100px;
	position: static;
	width: 225px;
	height: 270px;
}

.leftMenuPosition a {
	text-decoration: underline;
}

.leftMenuPosition a:hover {
	text-decoration: none;
}

td.leftMenuPosition {
	margin-left: 0px;
}

.leftAlignedColumn {
	text-align: left;
}

.topAlignedColumn {
	vertical-align: top;
}

.centeredColumn {
	text-align: center;
}

.rightAlignedColumn {
	text-align: right;
}

.wholeWidthColumn {
	width: 100%;
}

.halfWidthColumn {
	width: 50%;
}

.oneForthWidthColumn  {
	width: 25%;
}

.oneEightWidthColumn {
	width: 12%;
}

.fieldsetHeadingClass {
	font-size: 15px;
	color: #660000;
}

.headingClass {
	font-size: 13px;
	font-weight: bold;
}

.smallHeadingClass {
	font-size: 13px;
	font-weight: bold;
}

.labelClass {
	font-size: 13px;
}

label.labelClass {
	font-size: 13px;
}

.labelColumn {
	padding-right: 5px;
	height: 20px;
}

.inputClass {
	width: 200px;
	height: 17px;
	border: solid 1px #A5ACB2;
	padding-top: 2px;
	padding-left: 3px;
}

.gradeInputClass {
	width: 50px;
	height: 17px;
	border: solid 1px #A5ACB2;
	padding-top: 2px;
	padding-left: 3px;
}

.inputColumn {
	padding-left: 5px;
	height: 20px;
}

.dropDownClass {
	width: 205px;
	height: 20px;
	border: solid 1px #A5ACB2;
	padding: 2px;
}

.buttonClass {
	background: white none repeat scroll 0%;
	border: 2px groove #A5ACB2;
	padding: 2px;
}

.listTableClass {
	background-color: white;
	border: 1px solid #A5ACB2;
}

.listColumnLeftAligned {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.listColumnCenterAligned {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.listColumnRightAligned {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.degreesMultipleSelect {
	width: 730px;
}

.adminSearchTableHeader {
	padding: 0px 15px;
	text-align: left;
}

.adminSearchTableColumn {
	padding: 0px 15px;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0pt;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	margin: 0pt 0pt 0.5em;
	padding: 0pt;
}

ul li {
	background-position: 0pt 0.4em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

li {
	margin: 0pt 0pt 0.3em;
	padding: 0pt;
}

.singleUsagePerCampaignWarningLabel {
	font-size: 13px;
	color: red;
	text-decoration: underline;
}

.singleUsagePerCampaignWarningNotice {
	font-size: 13px;
	color: red;
	font-style: italic;
}