/* CSS Document */

body {
	background-color: #ffffff;
	color: #4F66A4;
	font-family: Arial, Helvetica, sans-serif;
	}

a:link {
	color: #181DC5;
	}

a:visited {
	color: #999999;
	}

font.error {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	}


/* tables */
td.field_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4F66A4;
	width: 120px;
	}


.omt {
	color: #000000;
	}

/* links */
a:link.navbar {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
	}
	
a:visited.navbar{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
	}
		
a:visited:hover.navbar {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: underline;
	}
	
a:hover.navbar {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: underline;
	} 