/*SUBMIT BUTTONS SECTION */

.submit
{
background:inherit;

    font-size : 15;
    font-weight : bold;
	border:0;
	color:#0000FF;
	text-align : center;
    text-decoration:underline;
	/*width:310;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	cursor:hand;
}
submit:hover
{
    cursor : hand;
    text-decoration:underline;
}

.admin
{
background:inherit;

    font-size : 13;
	font-weight : bold;
	border:0;
	color:#FFFFFF;
	text-align : center;
    text-decoration:underline;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	cursor:hand;
}
admin:hover
{
    
    cursor : hand;
    text-decoration:underline;
}

/*NORMAL LINKS SECTION*/
.results
{
    position : relative;
	border:0;
    background-color:#FFFFCC;
    color : rgb(0 , 0 , 0);
    width : 20px;
    text-align : center;
	font-size:17px;
	text-decoration:underline;
}
.resultsOn
{
    position : relative;
	border:0;
    background-color:#FFFFCC;
    color:#FF0000;
    width : 20px;
    text-align : center;
	font-size:17px;
}
.resultsNext
{
    position : relative;
	border:0;
    background-color:#FFFFCC;
    color:#000000;
    width : 35px;
    text-align : center;
	font-size:17px;
	text-decoration:underline;
}
div#links a span
{
    display : none;
    text-decoration : none;
}
div#links a:hover span
{
    background-color : rgb(60 , 24 , 106);
    color : rgb(255 , 255 , 255);
    top : 50px;
    left : 165px;
    display : block;
    text-decoration : none;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
   /* scrollbar-face-color : rgb(249 , 249 , 249);
    scrollbar-arrow-color : rgb(249 , 249 , 249);
    scrollbar-shadow-color : rgb(249 , 249 , 249);
    scrollbar-track-color : rgb(249 , 249 , 249);
    scrollbar-3dlight-color : rgb(249 , 249 , 249);*/
    text-decoration : none;
	margin-top:2px;
	font-size:12px;
	}
a
{

	color:#0000FF;
	text-decoration: none;
    /*cursor : normal;*/
}

a:hover
{
    
    /*cursor : hand;*/
    text-decoration:underline;
}

a.cat:link {
color:#99CCFF;
	text-decoration: none;
	
	
}
a.cat:visited {
	color:#9999FF ; 	
	text-decoration: none;
}
a.cat:hover {
	
	
	text-decoration:underline;
	
	/*background-color: #5a7588;*/
}


a.menu:link {
	color:#0000FF;
	text-decoration: none;
	size:auto;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
			}
a.menu:visited {
	color:#990066;	
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
a.menu:hover {
	
	
	text-decoration:underline;
	
	/*background-color: #5a7588;*/
}

