.link 
{ 
	color: "#eeeeee"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
}
.linkblack
{ 
	color: "#000000"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
	font-weight: bold;
}
.link.normal
{ 
	color: "#eeeeee"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
}
.cp 
{ 
	color: "#eeeeee"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
}
.text 
{ 
	color: "#ffffff"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
}
.textblack
{ 
	color: "#000000"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
}
.textorange
{ 
	color: "#FFC000"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
	font-weight: bold;
}
.textgr
{ 
	color: "#bbbbbb"; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-decoration: none; 
}

.desclink
{
	color: #ffffff;

a.desclink:link { color: #ffffff;}
}
.inputbox
{
        background-color: #111111;
        cursor: text;
        filter: Gray;
        border-style: solid;
        border-color: #111111;
        border-width: 1px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        color: #DDDDDD;
        width: 300px;
}
.selectbox
{
	background-color: #111111;
	border-style: solid;
	border-color: #111111;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #DDDDDD;
}
.picture
{ 
	background-color:#000000; 
	text-align: center;
	padding:2 2 2 2;
	margin:10 0 0 0;
	// width: 132px;
	// height: 163px;
}
.image
{	
	border-color:#000000;
	border-width:1px;
	border-style: solid;
}
