﻿body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC6666;
}
/* This is equivalent to the h1 as a class for the aspx app */
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC6666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
}
/* This is equivalent to the h2 as a class for the aspx app */
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
}
/* This is the style for the div containers that hold the menu screens */
.borderbox {
	border-color: #C0C0C0;
	padding: 10px;
	background-color: #EEF0F4;	
	border-width: 1px;
	border-style: Solid;
	border-collapse:collapse;
	}
/* This is a style for any container that needs a background color with light text */	
.shadeheading {
	color: White;
	background-color: #15326B;
	font-size: 14px;
	font-weight:bold;
	font-family: inherit;
}	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
/* This is equivalent to the p style as a class for the aspx app */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a {
	color: #15326B;
	text-decoration: underline;
	}
a:hover {
	color: #D15757;
	text-decoration: none;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-align: center;
}
.loginbutton {
	background-image: url('http://www.orau.gov/fermi/images/login_button.gif');
}
.logoutbutton {
	background-image: url('http://www.orau.gov/fermi/images/login_button.gif');
}
.userid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003366;
	}
label {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003366;
}
.returnlinks  {
	font-size: 12px;
	font-weight: normal;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
.nominees {
	font-weight: bold;
	color: #D15757;
}
.newnominee {
font-weight: bold;
}
table#nav {
display: none;
}
td#noprint{
display: none;}
#noprinting {
display: none;}

table#main {
float: left;
z-index: 0;}

