body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #000;
}
h1{
	font-size: 133%;
}

h2 {
	font-size: 116%;
	margin-bottom:-10px;
}

h3{
	font-size: 104%;
}

h4 {
	font-size: 102%;
}

a:link, a:visited {
	color: #1B57B1; 
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #00c;	
	text-decoration: underline;
	font-weight: normal;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

p{
	margin-bottom: 3px;
}

/* System Standard Messages (This is the "Thank you for your email" message)*/
#system-message dt.message{display:none;}
#system-message dd.message ul { color:#000; background: #fff; list-style:none; font-weight:bold; font-size:116%;}
/* System Error Messages */
#system-message dt.error{display:none;}
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}
/* System Notice Messages */
#system-message dt.notice{display:none;}
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; height: 30px;}
/* ****************************************************************************** */
.ff_listItem{
	margin:2px 0;
}