body.popup {
	background-color: #E3E5DA;
	margin: 10;
	padding: 10;
	text-align: left;
	}

#mainsec {
	padding: 20px 5px 50px 5px;
	}

div {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	}

a.menuitem:link,
a.menuitem:visited,
a.menuitem:active {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}

a.menuitem:hover {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}	

td.menuitem {
	padding-left:10px;
	padding-right:10px;
	}

a.sidebar:link,
a.sidebar:visited,
a.sidebar:active {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size:8pt;
	color: black;
	text-decoration: none;
	}

a.sidebar:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size:8pt;
	color: #333;
	text-decoration: none;
	}	

a.submit {
	text-decoration: none;
	}

a.submit:hover {
	text-decoration: underline;
	}


td {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	}

td.indent {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-left: 20px;
	}

td.box {
	border-style: solid;
	border-width: 1px;
	border-color: #A8AB94;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-left: 20px;
	}

th {
	font-family: Arial, Helvetica;
	background-color: #EBEBEB;
	padding: 2px 5px 2px 3px;
	color: #555;
	font-size: 8pt;
	}

td.sidebar {
	padding: 0 3px 2px 1px;
	}

.itemrow {
	border-style: solid;
	border-color: white white #999 white;
	border-width: 0 0 1px 0;
	}

.itemfield {
	padding: 1px 5px 1px 3px;
	border-style: solid;
	border-color: white white #999 white;
	border-width: 0 0 1px 0;
	}

/* --= Pres Releases =-- */

.link {
	color: navy;
	cursor: pointer;
	}

.pressYear {
	padding: 2px 0 2px 0;
	color: black;
	font-weight: bold;
	font-family: Verdana;
	background-color: #B8B8B8;
	}

.pressDate {
	padding: 2px 0 0 5px;
	color: black;
	font-size: 8pt;
	}

.pressLink {
	padding: 2px 0 0 10px;
	color: black;
	font-size: 10pt;
	}

/* --= Input Boxes =-- */

.caption {
	font-family: Arial;
	font-size: 8pt;
	color: #777;
	}

.input {
	font-family: Arial;
	font-size: 9pt;
	border-style: solid;
	border-color: #00201b;
	border-width: 1px;
	}

.button {
	border-style: solid;
	border-color: #00201b;
	border-width: 2px;
	font-size: 9pt;
	background-color: #F2F6D5;
	}

.pwarea {
	border-style: solid;
	border-color: #00201b;
	border-width: 2px;
	padding: 10px;
	font-size: 8pt;
	background-color: #F0F0F0;
	}


