/* -------- styles for all text without a specific style -------- */

BODY, TD, P {
	font-family : Arial;
	font-size : 12px;
	color : #000000
}


/* -------- Link styles -------- */
A, A:LINK, A:VISITED, A:ACTIVE{
	font-family : Arial;
	text-decoration : none;
	color: #641616;
}

A:HOVER {
	text-decoration : underline;
	color: #A27373;
}

A.ftr:LINK, A.ftr:VISITED, A.ftr:ACTIVE{
	font-size : 10px;
	color : #000000;
}

A.ftr:HOVER{
	font-size : 10px;
	color : #641616;
}

/* -------- Classes -------- */
.error {  
	font-size: 12px;
	font-family: Arial;
	color : #990000;
}

.txt-title {  
	font-size: 15px;
	font-family: Arial;
	font-weight : bold;
	color : #641616;
}
.subtitle {  
	font-size: 12px;
	font-family: Arial;
	font-weight : bold;
	color : #641616;
}
.txt-small {  
	font-size: 10px;
	font-family: Arial;
}


/* -------- Form styles -------- */
.frm-select {  
	font-size: 10px;
	font-family: Arial;
}

.frm-field {  
	font-size: 10px;
	font-family: Arial;
	border-color: #0C6342 #0C6342 #0C6342 #0C6342 ; 
	border-style: double; 
}

#submenu {
	padding-right:12px;
	padding-left:12px;
	padding-bottom:10px;
	padding-top:8px;
	background-color:#A27373;
	border-bottom:2px solid #fff;
	text-align:right;
	font-family:Verdana,Arial,Sans-serif,sans;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#FFF;
	}
#submenu a,
#submenu a:link,
#submenu a:visited,
#submenu a:active {
	font-family:Verdana,Arial,Sans-serif,sans;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#fff;
	text-decoration:none;
	}
#submenu a:hover {
	font-family:Verdana,Arial,Sans-serif,sans;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#641616;
	text-decoration:underline;
	}

.shim6 {
	margin-bottom:6px;
	}