body{
	background:#cccccc url(/images/background.jpg);
	color:#555;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* background:#FFFFFF url(/content/background.jpg) repeat-x; */

/*
.td_frame {
	background-color:#52625f;
}
*/
td {
	font-size: 13px;
}
.menu {
	font-size: 11px;
	color:#333333;
}
.menuhead {
	font-size: 10px;
	color: #000000;
}
.head {
	font-size: 17px;
	color: #000000;
}
.content_container_notfixed {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}

.menu_a {
	font-size: 11px;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration: none;
}
.menu_sel {
	font-size: 11px;
	color:#003366;
	font-weight:bold;
	text-decoration: none;
}
.txt_header_big {
	font-size: 25px;
	color:#c3d9ef;
}
.txt_header_med {
	font-size: 18px;
	color:#006699;
}
.studyheader {
	font-size: 15px;
	color:#8b3880;
}
.studyheader2 {
	font-size: 16px;
	color:#003399;
}
 a.button:link {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:outset;
  border-width:0px;
  width:125px; 
  display:inline;
  margin: 5px;
  padding: 5px;
  
  border-color:red;
  background-color: navy;
  color:white;
  }
 
  a.button:visited 
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:outset;
  border-width:0px;
  width:125px;
  display:inline;
  margin:5px;
  padding: 5px;
   
  border-color:red;
  background-color: navy;
  color:white;
  }
 
  a.button:active 
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:inset;
  border-width:0px;
  width:125px;
  display:inline;
  margin: 5px;
  
  border-color:red;
  background-color:white;
  color:navy;
  }
 
  a.button:hover 
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-style:inset;
  border-width:0px;
  width:125px;
  display:inline;
  margin: 5px;
  
  border-color:red;
  background-color: white;
  color:navy;
 }