html,body, table td,table th, textarea, input, select{
  font-size: 11px;
}

*{ 
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.error {
	color: #FF0000;
}
.notify {
	color: #00AA00;
}

.pageHead {
color: #198e9f;
font-weight: bold;
font-size: 16px
}

.title {
	font-weight: bold;
}

h1 {
color: #198e9f;
font-weight: bold;
font-size: 14px
}

a {
color: #0066CC;
}

a:hover {
color: #d7272a;
}

a.menu {
font-face: arial;
text-decoration: none;
color: #000000;
font-size: 11px;
/*font-weight: bold;*/
}

a.menu:hover {
color: #000000;
text-decoration:underline;
}

.mini {
font-size: 10px;
}


.bordered {
	border: 1px solid #AAAAAA;
	padding: 2px
}

.tdUnderline{
border-bottom: 1px solid #CCCCCC;
}
