body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.border {
	border: thin solid #CCC;
}
.border_top{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.border_bottom{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.border_top_left {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.border_top_right {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
.border_top_left_right {
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #CCC;
}
.border_top_right_bottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #682033;
	text-decoration: none;
}
a:active {
	color: #682033;
	text-decoration: none;
}

.Times16i {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #F00;
}
.Times16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.Times14 {
	font: 14px "Times New Roman", Times, serif;
}

.Px18b_gray {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.Px16b_gray {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.Px12 {
	font-size: 12px;
}
.Px12bw {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.Px10_gray {
	font-size: 10px;
	color: #666666;
}
.Px10b {
	font-size: 10px;
	font-weight: bold;
}
.Px10 {font-size: 10px}
.Px9 {font-size: 9px}

.bold {
	font-weight: bold;
}
.bw {
	font-weight: bold;
	color: #FFFFFF;
}
.italic {
	font-style: italic;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}

.Color-Orange {
	color: #ff6600;
}
.Color-Red {
	color: #ff0000;
}
.Color-Blue {
	color: #0000FF;
}
.Color-DarkTurquoise {
	color: #00CED1;
}
.Color-Green {
	color: #008000;
}
.Color-SpringGreen {
	color: #00FF7F;
}
.Color-DeepPink {
	color: #FF1493;
}
.Color-White {
	color: #FFFFFF;
}

.Bg_black {
	background-color: #000000;
}
.Bg_light_gray {
	background-color: #CCCCCC;
}
.Bg_mid_gray {
	background-color: #999999;
}
.Bg_dark_gray {
	background-color: #666666;
}
.Bg_blue {
	background-color: #003399;
}
.Bg_PSU_dark_blue {
	background-color: #061276;
}
.Bg_PSU_light_blue {
	background-color: #6F8CC4;
}
.Bg_PSU_gray {
	background-color: #E8E8DC;
}
.Bg_black {
	background-color: #000000;
}
.Bg_yellow {
	background-color: #FFFFCC;
}
.Bg_green {
	background-color: #009900;
}
.Bg_KU_gold {
	background-color: #cda300;
}
.Bg_KU_maroon {
	background-color: #951716;
}
.Bg_KU_grape {
	background-color: #7A3241;
}
.Bg_yellow {
	background-color: #FFFF99;
}
.Bg_Cingular {
	background-color: #ff6600;
}
.St_Patrick1 {
	background-color: #146835;
}
.St_Patrick2 {
	background-color: #23b55c;
}
.St_Patrick3 {
	background-color: #23b58e;
}
.Px12-red {
	font-size: 12px;
	color: #F00;
}

.latex {
  font-family: Times, "Times New Roman", serif;	
  letter-spacing: 1px;
}

.latex sup {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}

.latex sub {
  text-transform: uppercase;
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
  font-size: 1em;
}

