@CHARSET "UTF-8";

body
{
   background-image: url(../pictures/bkgAIKSoft.jpg);
   background-repeat: repeat-x; 
}



.toolBar
{
	color: white;
    text-decoration: none;
}
a.toolBar
{
	color: white;
	text-decoration: none;
}
.mainMenu
{
	text-decoration: none;
	color:black;
}

a.mainMenu
{
    text-decoration: none;
    color: black;
}

.copyright
{
    
    font: 12px Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: justify;
    line-height: 16px;
}
.welcome
{
	font: 12px Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: right;
    position:fixed;
    right:5px;
}

.links
{
	color: #EEEEEE;
}


