/*
body { 
margin: 0px;
background: #ffffff url("images/bg.jpg");       
background-repeat: repeat-y;                       
}
*/

/* Η εικόνα δεν σκρολάρει μαζί με τη σελίδα
body 
{
background-image: 
url('smiley.gif');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}
*/





.black_tahoma_small     { font-family: Tahoma; font-size: 7pt; color: #000000; line-height: 100% letter-spacing: 0px}
.white_tahoma_small     { font-family: Tahoma; font-size: 7pt; color: #ffffff; line-height: 100% letter-spacing: 0px}
.black_verdana     { font-family: Verdana; font-size: 8pt; color: #000000; line-height: 100% letter-spacing: 0px}
.white_verdana     { font-family: Verdana; font-size: 8pt; color: #ffffff; line-height: 100% letter-spacing: 0px}

/*
.footer
{
position: absolute;
bottom: 0px
}
*/


a.black:link {color: #000000; text-decoration: none; font-size:8pt; font-family:Verdana}
a.black:visited {color: #000000; text-decoration: none; font-size:8pt; font-family:Verdana}
a.black:hover {color: #ffcc00; text-decoration: underline; font-size:8pt; font-family:Verdana}


a.white:link {color: #ffffff; text-decoration: none; font-size:8pt; font-family:Verdana}
a.white:visited {color: #ffffff; text-decoration: none; font-size:8pt; font-family:Verdana}
a.white:hover {color: #ffcc00; text-decoration: underline; font-size:8pt; font-family:Verdana}



/*
li {
list-style-image: url(bullet.gif);
line-height: 18px;
margin-right: auto;
}	
*/

/*
li.links {
list-style-image: url(bullet.gif);
color: #183668;
vertical-align: middle;
height: 10px;
}
*/

/*
LI.list1 {list-style: circle outside; color:green;} p.x.<li class="list1"><span class="black_verdana">This is one black line</span>
LI.list2 {list-style: square inside; color:blue}
*/

.form     { font-family: Verdana; font-size: 8pt; color: #000000; line-height: 100% letter-spacing: 0px}