body, td, input, select, textarea, p, div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a:link {
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}

a {
	color: #0000FF;
	text-decoration: underline;
}


td.menu {
	font-size : 12px;
}

td.field {
	font-size : 12px;
	font-weight : bold;
}

th {
	background-color : #dcdcdc;
	font-size : 16px;
	text-align : left;
	vertical-align : top;
}

th.sub {
	background-color : #dcdcdc;
	font-size : 12px;
	text-align : left;
}

table.dataTable {
	background-color : #cccccc;
}

tr.dataTableRow {
	background-color : #f1f1f1;
}

tr.dataTableRowOver {
	background-color : White;
	cursor : pointer;
}

th.dataTableTitle {
	background-color : #7ca4ef;
	color : Black;
}

th.dataTableHeader {
	background-color : #f1f1f1;
	color : #003399;
	font-size : 12px;
	text-align : center;
	font-weight : bold;
}

th.dataTableLeftHeader {
	background-color : #f1f1f1;
	color : #003399;
	text-align : right;
	font-weight : bold;
}

td.dataTableContent {
	color : #003399;
}

.small {
	font-size : smaller;
}

.big {
	font-size: larger;
}

.greyed {
	color : Gray;
}