
a { 
	color: #0000ff; 
	font-size: 13px; 
	font-family : Verdana, Arial; 
	text-decoration: none;
}
a:hover { 
	color: #ff0000; 
	font-size: 13px; 
	font-family : Verdana, Arial; 
	text-decoration: none;
}

body { 
	margin: 0px; 
	background-color:#ffffff;
	color: #00000f; 
	font-size: 13px; 
	font-family : Verdana, Arial; 
}

h1 {
	font-size: 16px; 
	font-family : Verdana, Arial; 
	font-weight:bold;
}

table { 
	color: #00000f; 
	font-size: 13px; 
	font-family : Verdana, Arial; 
}

form { display : inline; }

.alerter {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	font-family : Verdana, Arial; 
	font-size:13px;
	cursor:help;
}
.alerter:hover {
	color:#cc00ff;
	font-weight:bold;
	text-decoration:none;
	font-family : Verdana, Arial; 
	font-size:13px;
	cursor:help;
}

.but {
	width:100%;
	background-color:#f5f1e0;
	border: black solid 1px;
}

.buto {
	width:100%;
	color:#0000f0;
	background-color:#fcf9e8;
	border: black solid 1px;
}

.js {
	color:#666666;
	font-weight:bold;
	font-family : Verdana, Arial; 
	text-decoration:none;
	font-size:13px;
	cursor:hand;
}
.js:hover {
	color:#cc00ff;
	font-weight:bold;
	font-family : Verdana, Arial; 
	text-decoration:none;
	font-size:13px;
}

.olive {
	color:#ff7000; 
	font-family : Verdana, Arial; 
	font-size: 13px;
}

.pcode {
	color:#808080; 
	font-family: Verdana, Arial;  
	font-size: 13px;
}

.rowHD {border-bottom: #000000 solid 1px;}

.rowRW {border-top: #ffffff solid 1px;}
.rowDK {border-bottom: #C0C0C0 solid 1px;}

.red {
	color:#ff0000;
	font-family : Verdana, Arial; 
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
}
.red:hover {
	color:#cc00ff;
	font-family : Verdana, Arial; 
	font-weight:normal;
	font-size:13px;
}

.navHead {
	color: #000011; 
	font-family : Verdana, Arial; 
	font-size: 13px; 
	font-weight: bold; 
}

.mnLinks { 
	color: #0000ff; 
	font-size: 13px; 
	font-family : Verdana, Arial; 
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}
.mnLinks:hover { 
	color: #ff0000; 
	font-size: 13px; 
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}

.white { 
	color: #ffffff; 
	font-family : Verdana, Arial; 
	font-size: 13px; 
	text-decoration: none;
}
.white:hover { 
	color: #ffff00; 
	font-family : Verdana, Arial; 
	font-size: 13px; 
	text-decoration: none;
}

.mysqlTute {
	display: none;
}

.menu {
	display: block;
	color: #ffffff;
	padding : 4 0 8 2px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
	width: 90px;
}

.menu:hover {
	display: block;
	color: #ffff00;
	background: #ffA700;
	padding : 4 0 8 2px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
	width: 90px;
}

.featlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.featlist li {
	padding-left: 20px;
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}

.kword{
	font-family:'Courier New',Courier,monospace;
	color:#333333;
	font-weight:normal;
}

.button {
	background:url(/images/buy/buyOver.gif); 
	border: 0px; 
	color:#0000ee; 
	font-family : Verdana, Arial; 
	font-weight: bold;
	font-style: italic;
	height: 60px; 
	width: 190px; 
}

.buttonOver {
	background:url(/images/buy/buy.gif); 
	border: 0px; 
	color:#0000cc; 
	font-family : Verdana, Arial; 
	font-weight: bold;
	font-style: italic;
	height: 60px; 
	width: 190px; 
}
