/* CSS Document */
.frame {
	width: 100%;
	border: 0;
}
.spLink {
	display: block;
	width: 176px;
	border: 2px groove;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-weight: bolder;
	border: 2px solid;
}
.menu a {
	text-decoration: none;
	cursor: pointer;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
ul 	{
	font-size : small;
	font-family : verdana; 
	list-style-type : disc;
	text-align : left;
	}
li 	{
	margin-top: 4px;
	font-size : 10px;
	font-family : verdana;
	text-align : left;
	}

body #research a {
	font-weight: bold;
}
td .menu {
	width: 20%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.title {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 36px;
	font-style: italic;
	text-align: center;
	padding-left: 10px;
}
.title2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 18px;
}
.sim {
	display: block;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
}
.titleTag {
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	padding-right: 30px;

}
.list {
	display: block;
}
.Heading1 {
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-weight: bold; 
	font-size: 18px;
	line-height: normal; 
	text-align: center;
}
.Heading2 {
	font-size: 12px;
}
.note1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-style: italic;
	font-size: 12px;
}
.introText {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
}
.introText2 {
	font-weight: bold;
}
.footer {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
.client {
	font-size: 12px;
}
.college {
	font-weight: bold;
}
/*COLOR*/
.frame {
	background-image:url(imgs/bg-blkblu1.gif);
}
.spLink {
	background-color:#FFFFFF;
	border-color: #0000FF;
	color:#000000;
}
.menu a {
	color: #ffffff;
}
.menu a:hover {
	color: #ccffff;
	background-color:#000066;
}
a {
	color: #0000FF;
}
li 	{
	color : #000000;
	}

.title {
	color: #ccffff;
	background-color: transparent;
}
.TM {
	color: #000000;
}
.title2 {
	color: #333333;
}
.titleTag {
	color: #ccffff;
	background-color: transparent;
}
.Heading1 {
	background: #000066;
	color: #CCFFFF; 
}
.introText {
	color: #666666;
}
.introText2 {
	color: #666666;
}
.college {
	color: #000000;
}