/* -------- styles for all text without a specific style -------- */

BODY, TD, P {
	font-family : Verdana;
	font-size : 17px;
	font-weight : normal;
	color : #575786;
}


/* -------- Link styles -------- */
A:LINK, A:VISITED, A:ACTIVE{
	text-decoration : none;
	color: #407D2A;
}

A:HOVER {
	text-decoration : none;
	color: #000000;
}

A.link-ftr:LINK, A.link-ftr:VISITED, A.link-ftr:ACTIVE{
	text-decoration : none;
	color: #000000;
}

A.link-ftr:HOVER {
	text-decoration : none;
	color: #407D2A;
}

/* -------- Classes -------- */
.error {  
	font-size: 12px;
	color : #990000;
}

.txt-title {  
	font-size: 24px;
	font-weight : bold;
	color : #73A5F9;
}

.txt-small {  
	font-size: 10px;
	color : #000000;
}

.txt-ftr {  
	font-size: 10px;
	font-weight : normal;
	color : #000000;
}

.txt-red {  
	color : #CC0000;
}


/* -------- Form styles -------- */
.frm-select {  
	font-size: 12px;
	font-family: Verdana;
}

.frm-btn {  
	font-size: 12px;
	font-family: Verdana;
	color : #FFFFFF;
	background-color: #717171 ; 
	border-color: #AE1D1D #AE1D1D #AE1D1D #AE1D1D ; 
	border-style: double; 

}