BODY {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}
P {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif
}
A:active {
	COLOR: #800000; TEXT-DECORATION: underline
}
A:link {
	COLOR: #800000; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #800000; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #dedcb9; TEXT-DECORATION: underline
}
.mousy {
	CURSOR: default
}
.mousy2 {
	CURSOR: text
}
.mousy3 {
	CURSOR: help
}

/****************
* Page elements *
****************/
.initCap {
  float:left;
  /* width: 20%; */
  font-size:100px;
  line-height:70px;
  padding-top:2px;
  color:#990000;
  margin-right:3px;
}

/*****************
* Forms elements *
*****************/
.form-element {
	padding-bottom: 10px;
	color: #999999;
}

.form-element input {
	color: #999999;
}

.error-text {
	color: red;
}

label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}

#alumni-total-container {
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 5px;
	border: solid 1px red;
}

input:focus, textarea:focus, select:focus, input:hover  { 
	background : #fdd;
    color : black;
}

.quiet-text {
	color: #cccccc;
}

