td{
	font-family : Verdana;
	color: #373737;
	font-size : 10pt;	
}

.textSmall{
	font-family : Verdana;
	color: #373737;
	font-size : 8pt;	
}

.title{
	font-family : Verdana;
	color: #373737;
	font-size : 11pt;
	font-weight: bold;
}

.copyright{
	font-family : Verdana;
	color: #808080;
	font-size : 8pt;
	background-image:url(graphics/background.gif);
	text-align: center;
}

.menu{
	font-family : Verdana;
	color: #FFFFFF;
	font-size : 10pt;
	background-image:url(graphics/background_menu.gif);
	font-weight: bold;
	text-transform: uppercase;
}
.menuSel{
	font-family : Verdana;
	color: #FFFFFF;
	font-size : 10pt;
	background-image:url(graphics/background_menu_sel.gif);
	font-weight: bold;
	text-transform: uppercase;
}

.menuBottom{
	font-size : 5pt;
	background-image:url(graphics/menu_bg_bottom.gif);
	height: 9px;
	text-align: right;
}
.menuBottomSel{
	font-size : 5pt;
	background-color: #63A550;
	height: 9px;
	text-align: right;
}

a{
	color: #373737;
	text-decoration : underline;
}
a:hover{
	color: #364C9D;
	text-decoration : underline;
}

a.noline{
	color: #373737;
	text-decoration : none;
}
a.noline:hover{
	color: #364C9D;
	text-decoration : none;
}

a.lang{
	color: #959595;
	text-decoration : none;
}
a.lang:hover{
	color: #666666;
	text-decoration : none;
}

.error{
	font-family : Verdana;
	font-weight : bold;
	color: #364C9D;
	font-size : 12px;	
	padding-bottom: 5px;
}

.success{
	font-family : Verdana;
	font-weight : bold;
	color: #339900;
	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;
}

.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;
}
