.oslink {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	/*background-color: #0099FF;*/
 	background: url(../images/osbg.png) right repeat;
	border-color: #000000;
	border-style: outset;
	border-width: thin;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.oslink:hover {
	color: #FF6699;
	border-style: inset;
	border-width: thin;
	border-color: #FFFFFF;
}

.cts {
	color: #FFCCCC;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.cts:hover {
	font-weight: bold;
	color: #00CCFF;
}

.linkbar {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.linkbar:hover {
	color: #FF6699;
}

.maintext {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	font-family: monospace;
	text-decoration: none;
}

.mainlink {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.mainlink:hover {
	color: #FF6699;
}

.addline {
	color: #FFFFFF;
	font-family: cursive;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
