html {
  scrollbar-face-color: #5782B7;
  scrollbar-highlight-color: #627EBF;
  scrollbar-shadow-color: #666666;
  scrollbar-3dlight-color: #CCCCFF;
  scrollbar-arrow-color: #FBFBF9;
  scrollbar-track-color: #F9F9F7;
  scrollbar-darkshadow-color: #46639B;
}

body {
	background-image: url(images/geaBkg.gif);
}
body, div, td, p {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #46639B;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 19px;
	color: #EA1E47;
	border-top: 2px solid #5D7FBB;
	border-bottom: 2px solid #5D7FBB;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 16px;
	color: #354581;
}
h3 {
	background-color:  #FFE5E5;
   border-top: 2px solid Red;
	border-bottom: 2px solid Red;
	border-left: 2px solid Red;
	border-right: 2px solid Red;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	color: #46639B;
	font-size: 14px;
}

.ul {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   list-style-type: none;
}
.li {
   margin-top: 5px;
   margin-bottom: 0px;
   padding: 0 0 0 20px;
   background: url(images/bullet.jpg) no-repeat 0px 1px;
	color: #354581;
}

a:link {
   color: #46639B;
   font-weight: bold;
}
a:visited {
   color: #00009A;
   font-weight: bold;
}
a:hover {
   font-weight: bold;
   color: #EA1E47;
}
a:active {
   font-weight: bold;
   color: #00009A;
}
.footer-bar {
	background-image: url(images/footer-bar-slice.gif);
}
.content {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.copyright {
   font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	font-size: 12px;
/*	font-weight: bold;  */
	text-align: center;
}
.copyright a:link {
   color: #E9E9E9;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.copyright a:visited {
 	color: #E9E9E9;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.copyright a:hover {
   color: White;
	text-decoration: underline;
	font-size: 12px;
}
.copyright a:active {
   color: #E9E9E9;
	font-size: 12px;
}

.errormsg {
	color: #EA1E47;
	font-size: 12px;
}	
.imgClass {
   position: absolute;
	top: 0px;
	left: 0px;
}

.menuCat {
	font-size: 14px;
	text-align: right;
	padding-right: 8px; 
	color: #EA1E47;
	background-image: url(images/buttonLeft.jpg);
   font-weight: bold;
	background-color: #D4D4D4; 
}
.menuCat a:link {
   font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #EA1E47;
}
.menuCat a:visited {
   font-weight: bold;
	text-decoration: none;
	color: #EA1E47;
}
.menuCat a:hover {
   font-weight: bolder;
	text-decoration: none;
   color: White;
}
.menuCat a:active {
   font-weight: bold;
	text-decoration: none;
}
.menuCatRt {
	background-image: url(images/buttonRight.jpg);
	background-color: #D4D4D4; 
}
.menuInd {
	background-image: url(images/menuInd.jpg);
	background-color: #D4D4D4; 
}
.menuIndBlue {
	background-image: url(images/menuIndBlue.gif);
}
.menuItem {
	font-size: 13px;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
	color: #E9E9E9;
	font-weight: bold;
}
.menuItem a:link {
   color: #E9E9E9;
   font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.menuItem a:visited {
   color: #E9E9E9;
   font-weight: bold;
	text-decoration: none;
}
.menuItem a:hover {
   font-weight: bold;
	text-decoration: none;
   color: #EA1E47;
}
.menuItem a:active {
   font-weight: bold;
   color: #E9E9E9;
	text-decoration: none;
}
.required {
	color: #EA1E47;
	font-size: 12px;
}
.instructorRule {
	width: 100px;
	color: #5D7FBB;
}
.footnote {
	font-size: 11px;
   font-weight: bold; 
}
.tableTitle {
	color: #EA1E47;
	font-weight: bold;
	font-size: 14px;
}


