/* High Field and Open MRI CSS Document */

/* Background Color */
body {
	background-color: #ffffff;
}


/* Text Properties */
p {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Header Text Properties */
h1 {
	color: #339999;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* Footer Text Properties */
h2 {
	color: #339999;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

/* Unordered List Properties */
ul {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Ordered List Properties */
ol {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Table Data Properties */
td {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}


/* Horizontal Rules */
hr {
	color: #339999; 
}


/* Active LInks */
a {
	color: #339999; 
}

a.nav {
	color: #000000;
	text-decoration: none;
	}

