<!--
.text {
 font-size: 14px;
 font-family: Arial;
 font-weight: 200; color: #333333;
}
.stext {
 font-size: 11px;
 font-family: Arial;
 font-weight: 200; color: #333333;
}
a:link {
	color: #108CBC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #108CBC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #108CBC;
}
table.format {
	border-spacing: 2px;
	border-style: none;
	border-collapse: separate;
}
table.format td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
}
body {
	background: url(../img/bg.png);
        background-repeat:repeat-x;
	background-color: #E1E1E1;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
table.download {
	border-spacing: 0px;
	border-style: none;
	border-collapse: separate;
}
table.download td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: #e1e1e1;
}
table.download  a {
	display:block;
	background: url(../img/button.png);
      text-decoration:none;
	height: 40px;
	width: 740px;
      text-shadow:#FFFFFF 0px 1px;
	color: #444444;
	text-decoration: none;
}
table.download  a:link {
      text-shadow:#FFFFFF 0px 1px;
	color: #444444;
	text-decoration: none;
}
table.download  a:visited {
       text-shadow:#FFFFFF 0px 1px;
	text-decoration: none;
	color: #444444;
}
table.download  a:hover {
	display:block;
	background: url(../img/button_over.png);
      text-decoration:none;
      text-align:center;
	height: 40px;
	width: 740px;
      text-shadow:#FFFFFF 0px 1px;
	text-decoration: none;
	color: #666666;
}
table.download  a:active {
       text-shadow:#FFFFFF 0px 1px;
	text-decoration: none;
	color: #666666;
}
.icons a {
	text-decoration: none;
	color: black;
	padding: 0px 0px;
	display:block;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border: 1px solid rgba(100%,100%,100%,.2);
	background-color: #EEEEEE;
}
.icons a:hover {
	background-color: white;
	-moz-box-shadow: 0 0 6px #000, inset 0 15px 25px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0px 10px #000;
	background-color: #68b3d0;
}
.iconsLL a {
	text-decoration: none;
	color: black;
	padding: 0px 0px;
	display:block;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border: 1px solid rgba(100%,100%,100%,.2);
	background-color: #68b3d0;
	background: url(../img/project_wiistyle.png);
}
.iconsLL a:hover {
	background-color: white;
	-moz-box-shadow: 0 0 6px #000, inset 0 15px 25px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0px 10px #000;
	background-color: #68b3d0;
}

.bold2 {font-size: 18px; font-family: Arial; font-weight: 600; color: #333333; }
.bold {font-size: 14px; font-family: Arial; font-weight: 600; color: #333333; }
.swap {font-size: 14px; font-family: Arial; font-weight: 600; color: #666666; }
.italics {font-size: 14px; font-family: Arial; font-weight: 200; color: #00CC33; font-style: italic; }
.important {font-size: 14px; font-family: Arial; color: #FF3300}
-->