body {
SCROLLBAR-FACE-COLOR: #e4e4e4; 
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
SCROLLBAR-SHADOW-COLOR: #313100; 
SCROLLBAR-3DLIGHT-COLOR: #909090; 
SCROLLBAR-ARROW-COLOR: #909090; 
SCROLLBAR-TRACK-COLOR: #f3f3f3; 
SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
}

td, div{
	font-family : Verdana;
	color: #373737;
	font-size : 10pt;	
}

.textSmall{
	font-family : Verdana;
	color: #373737;
	font-size : 8pt;	
}

.copyright{
	font-family : Verdana;
	color: #808080;
	font-size : 8pt;
	background-image:url(graphics/background.gif);
	text-align: center;
}

.menu{
	width: 100%; 
	font-family : Verdana;
	color: #FFFFFF;
	font-size : 7pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing : 1px;
	text-indent : 10px;
}

.title{
	width: 100%; 
	font-family : Verdana;
	font-size : 8pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing : 1px;
}

a{
	color: #373737;
	text-decoration : underline;
}
a:hover{
	color: #364C9D;
	text-decoration : underline;
}

a.lang{
	color: #373737;
	text-decoration : none;
}
a.lang:hover{
	color: #373737;
	text-decoration : underline;
}

a.noline{
	color: #373737;
	text-decoration : none;
}
a.noline:hover{
	color: #364C9D;
	text-decoration : none;
}

.error{
	font-family : Verdana;
	font-weight : bold !important;
	color: #364C9D !important;
	font-size : 12px;	
	padding-bottom: 5px;
}

.success{
	font-family : Verdana;
	font-weight : bold !important;
	color: #339900 !important;
	font-size : 12px;	
	padding-bottom: 5px;
}

.input{
	border : 1px solid #000000;
	font-family : Tahoma;
	font-size : 13px;
	color: #373737;
	font-weight : bold;
	background-color : #F9F9F9;
}
.inputSmall{
	border : 1px solid #000000;
	font-family : Tahoma;
	font-size : 12px;
	color: #373737;
	font-weight : bold;
	background-color : #F9F9F9;
}
.inputSmallError{
	border : 1px solid #000000;
	font-family : Tahoma;
	font-size : 12px;
	color: #cc3300;
	font-weight : bold;
	background-color : #F9F9F9;
}

.button{
	border : 0px solid #000000;
	font-family : Tahoma;
	font-size : 12px;
	color: #373737;
	font-weight : bold;
	background-color : #162F58;
	background-image : url(graphics/button_login.gif);
	background-repeat : no-repeat;
	text-transform : uppercase;
}
