<!--
body {
		margin:25px 0px 25px 0px; 
		background-color:#9A9A9A;
		background-image:url(images/bg-body5.gif);
}
table {
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:13px;
}
h1 {
	 font-size:28px; 
	 font-weight:bold; 
	 color:#CC0000; 
	 text-align:center;
}
h2 {
	 font-size:22px; 
	 font-weight:bold; 
	 color:#CC0000; 
	 text-align:center;
}
h3 {
	 font-size:17px; 
	 font-weight:bold;
}
.header {
	 height:135px; 
	 background-image:url(images/TK-header-MSI.gif);
}
.maincell {
	padding:15px 40px 30px 40px;
	background-color: #FFFFFF;
	background-image:url(images/bg-mid.gif)
}
.footer {
	height:88px; 
	background-image:url(images/TK-footer-MSI.gif); 
	font-size:12px;
}
a:link {
	color: #0000FF; 
	font-weight: bold; 
	text-decoration: none;
}
a:visited {
	color: #0000FF; 
	font-weight: bold; 
	text-decoration: none;
}
a:active {
  color: #CC0000; 
	font-weight: bold; 
	text-decoration: none;
}
a:hover {
  color: #CC0000; 
	font-weight: bold; 
	text-decoration: none;
}
li {
  margin-bottom:1em;
}
ul {
  list-style-image: url(images/reddot.gif);
}
.highlight {
  background-color:#FFFF66; 
	font-weight:bold;
}
.smalltext {
  font-size:12px;
}
.menustyle{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.menustyle ul{
	width: 100%;
	background: url(images/bar-bg.gif) center center repeat-x; 
	padding: 4px 0;
	margin: 0;
	text-align: center; 
}
.menustyle ul li{
	display: inline;
}
.menustyle ul li a{
	color: #222222;
	padding: 4px 9px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;	
}
.menustyle ul li a:hover { 
	background: url(images/bar-bg2.gif) center center repeat-x; 
	color:#FFFFFF;
}	

