html,body, table td,table th, textarea{
  font-size: 9pt;
}

*{ 
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.mini {
	font-size: 8pt;
}

a{
  color: #25559C;
}

a.menu {
  text-decoration: none;
}
a.menu:hover{
 text-decoration: underline;
}

.title {
	color: #000066;
	font-weight: bold;
	background : url(../../images/title_bg.gif) repeat-x 0 0;
	padding: 5px 2px 5px 2px
}

h1 {
	font-size: 12pt;
	color: #000066;
}

.error {
	color: #FF0000;
}
.notify {
	color: #00AA00;
}

.input{
  background-color: #FFFFFF;
}

.input,.border{
 border: 1px solid #AAAAAA; /*B4D1FE*/
}

.bordered {
	border: 1px solid #AAAAAA;
	padding: 2px
}



