/******************************************************************************************/
/***********************		HEADER		***********************************************/
/******************************************************************************************/
.header_font{
font-family			: Verdana;
font-size			: 8.5pt;
font-weight			: 600;
color				: #FFFFFF;
}

.header{
background-image	: url(../img/site/header_background.gif);
margin-top			: 14px;
}

.header2{
margin-top			: 6px;
margin-bottom		: 8px;
}

.header_tst{
/*
background-image	: url(../img/site/header2_background.gif);
background-repeat	: no-repeat;
*/
background			: #1C8A9D;
height				: 20px;
margin-top			: 5px;
padding				: 0px 0 0 10px;
border				: 0px;
}

.login{
border				: 0px solid #000000;
background			: transparent;
font-family			: Verdana;
font-size			: 8pt;
color				: #FFFFFF;
padding-right		: 12px;
}

.logged{
border				: 0px solid #000000;
background-color	: transparent;
font-family			: Verdana;
font-size			: 8pt;
width				: 100px;
color				: #FFFFFF;
}

.logout{
border				: 0px solid #000000;
background-color	: #FF0000;
}

.login_input{
width 				: 130px;
margin-left			: 0px;
height				: 16px;
font-size			: 8pt;
border				: 1px solid #676767;
}


/******************************************************************************************/
/***********************		TEXT		***********************************************/
/******************************************************************************************/

.mainTxt{
font-family			: Verdana;
font-size			: 8pt;
padding				: 0;
text-align			: left;
color				: #333333;
}

.tinyTxt{
font-size			: 7pt;
font-family			: Verdana;
}

/******************************************************************************************/
/***********************		FOOTER		***********************************************/
/******************************************************************************************/


.footer{
background-image	: url(../img/site/footer4.jpg);
background-repeat	: no-repeat;
height				: 46px;
font-size			: 7pt;
font-family			: Verdana;
}

.footer2{
height				: 46px;
font-size			: 7pt;
font-family			: Verdana;
}


a.links:hover{
text-decoration		: underline;
color				: #000000;
}
a.links:visited{
color				: #000000;
}
a.links{
color				: #000000;
text-decoration		: none;
}


#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 2px solid #FF0000;
background-color: #CDE0E7;
padding: 4px;
z-index: 20000;
visibility:hidden;
}
