@charset "UTF-8";
/* CSS Document */

/* text styles for KJS Collectables  */
/*************************************/
.gallerytext_model{
font-family:"Times New Roman", Times, serif;
font-size:20px;


}

.gallerytext_shortdesc{

font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
/* font-family:Verdana, Arial, Helvetica, sans-serif; */
}

.about_me_text{
font-style:normal;
text-align:left;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
/* font-family:Verdana, Arial, Helvetica, sans-serif; */
}

select { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
background-color:#CCCCCC; 
border:inset; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
} 

.smalltext { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
} 

input { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
background-color:#CCCCCC; 
border:inset; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
} 

select:hover{
border-style:outset;
border-bottom-color:#006633;
border-left-color:#00FFCC;
}


a{
	text-decoration:none;
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a:hover{
	/*cursor:crosshair; */
	color:#000000; 
	/*background-color:lightslategray; */
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
}

/*************************************/
/*  END KJS Collectables             */



