td{
	font-family : Verdana;
	font-size : 9pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

h1{
	font-size: 12pt;
	margin: 0px;
}

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

a.menu{
	font-family : Verdana;
	color: #333333;
	font-size : 9pt;
	font-weight: bold;
	text-decoration: none;
	width : 162;
	height : 46px;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4;
}
a.menu:hover{
	color: #B90D67;
	text-decoration: none;
}

.copyright{
	font-family : Verdana;
	color: #808080;
	font-size : 8pt;
	text-align: center;
}
.nav{
	font-family : Verdana;
	color: #373737;
	font-size : 8pt;
	font-weight : bold;
	text-align: center;
}

a{
	color: #373737;
}
a:hover{
	color: #B4001D;
}

.lang_sel{
	font-size : 8pt;
	font-weight : bold;
	color: #333333;
}
.lang{
	font-size : 8pt;
	font-weight : bold;
	color: #CDCDCD;
	text-decoration : none;
}
.lang:hover{
	font-size : 8pt;
	font-weight : bold;
	color: #747474;
	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;
}
