a:link {
	color: #84414A;
	text-decoration: underline;
	}

a:visited { 
	color: #84414A;
	text-decoration: underline; 
	}

a:hover {
	color: #666666;
	text-decoration: underline;
	}

a:active { 
	color: #84414A;
	text-decoration: underline; 
	}

.textVerd { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:14px;
	}
	
.textVerdBold { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}
	
.textVerdBold2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}

td.box4grey
{
	border-style: solid;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-color: #D5D5D5;
	border-right-width: 1px;
	border-right-color: #D5D5D5;
	border-left-width: 1px;
	border-left-color: #D5D5D5;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
}

td.box4green
{
	border-style: solid;
	background-color:#D7E8A1;
	border-top-width: 1px;
	border-top-color: #B0D144;
	border-right-width: 1px;
	border-right-color: #B0D144;
	border-left-width: 1px;
	border-left-color: #B0D144;
	border-bottom-width: 1px;
	border-bottom-color: #B0D144;
}

td.boxBlack
{
	border-style: solid;
	background-color:#EEF7D0;
	border-top-width: 0px;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
}
.inputtext {
    border: 1px solid;
    border-color:#6699cc;
    background-color:#FFFFFF;
    color:#000000;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
}
.errorbox {
	width: 400px;
	text-align: left;
	line-height: 20px;
	padding: 10px;
}
.errorinput,.form_error,.errorbox {
	border:1px solid red;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sidetb {
    border-style:solid;
    border-top-width:1px;
    border-left-width:1px;
    border-bottom-width:1px;
    border-right-width:1px;
    border-top-color:#000000;
    border-left-color:#000000;
    border-bottom-color:#000000;
    border-right-color:#000000;
	background-color:#FFFFFF;
    font-size:11px;
    font-weight:none;
    font-family:Arial, Helvetica, sans-serif;
}

.albanStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d3b56;
}

.daveFont {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#4d3b56;
}

.daveFontBd {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#4d3b56;
	font-weight:bold;
}
.daveFontSm {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#4d3b56;
}

.daveFontOnly {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.off{
	border:1px solid #000;
}

.on {
	border: 1px solid #4761A1;
	background-color: #FFFFC0;
}

.menu_item {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding-right: 10px;
	color: #4d3b56;
	white-space: nowrap;
}

#stripe {
	font-family:Arial,Helvetica,sans-serif;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:101;
	text-align:center;
	font-weight:bold;
	font-size:100%;
	color:white;
	padding:10px 0px 10px 0px;
}

.error_stripe {
	background-color:#8E1609;
}

.success_stripe {
	background-color:#006362;
}