/*nynma_1.css*/
/*Copyright 2002 nynma.org*/

H1 {font-family: verdana, arial; font-size: 20px;}

H2 {font-family: verdana, arial; font-size: 16px;}

H3 {font-family: verdana, arial; font-size: 14px;}

P {font-family: verdana, arial; font-size: 12px;}

tr {font-family: verdana, arial; font-size: 12px;}

td {font-family: verdana, arial; font-size: 12px;}
	
li {font-family: verdana, arial; font-size: 12px;}

B {font-weight: bold;}	
strong {font-weight: bold;}	

.nynmaContent {font-family: verdana, arial; font-size: 12px; color: #000000;}	
	
.nynmaContentBold {font-family: verdana, arial; font-size: 12px; font-weight: bold; color: #000000;}		
	
.nynmaContentR {font-family: verdana, arial; font-size: 11px; color: #552B02;}	
	
.nynmaContentR_s {font-family: verdana, arial;
	font-size: 10px;
	color: #884605;}		
	
.nynmaContentO {font-family: verdana, arial;
	font-size: 12px;
	color: #FF9933;}	
	
.nynmaContentLink {font-family: verdana, arial;
	font-size: 12px;
	line-height: 20px;
	color: #000000;}	
	
.nynmaMission {font-family: verdana, arial;
	font-size: 11px;
	color: #FFFFFF;}	
	
.nynmaMissionL {font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;}		
	
.nynmaMissionAd {font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;}	
	
.nynmaNews {font-family: verdana, arial;
	font-size: 10px;
	color: #000000;}	
	
.nynmaCopy {font-family: verdana, arial;
	font-size: 10px;
	color: #757575;}	
	
.nynmaNewsO {font-family: verdana, arial;
	font-size: 10px;
	color: #FF9933;}		
	
.nynmaHeadBold {font-family: verdana, arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;}	
	
.nynmaSubHeadBold {font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;}			
	
.nynmaHeadW {font-family: verdana, arial;
	font-size: 14px;
	color: #FFFFFF;}	

.nynmaSearch {font-family: verdana, arial; font-size: 12px; color: #ffffff;}	
	
.nynmaSearchLink {font-family: verdana, arial; font-size: 8px; color: #ffffff;}	
	
.nynmahpNewHead  {font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;}	
	
.nynmahpNewContent  {font-family: verdana, arial;
	font-size: 10px;
	color: #333333;}	
	
.listItem {font-family: verdana, arial;
	font-size: 12px;
	color: #000000;}		
	
.subLinks {font-family: verdana, arial;
	font-size: 11px;
	color: #222222;
	line-height: 16px;}		
	
.searchForm {font-family : "Courier New", Courier, monospace;
	BORDER-RIGHT: #000000 1px ridge;
	BORDER-TOP: #000000 1px ridge;
	FONT-SIZE: 11px;
	BACKGROUND: #F8F8F8;
	BORDER-LEFT: #000000 1px ridge;
	COLOR: #000000;
	BORDER-BOTTOM: #000000 1px ridge;}		
	
.vcForm {font-family : "Courier New", Courier, monospace;
	BORDER-RIGHT: #444444 1px ridge;
	BORDER-TOP: #444444 1px ridge;
	FONT-SIZE: 11px;
	BACKGROUND: #F8F8F8;
	BORDER-LEFT: #444444 1px ridge;
	COLOR: #444444;
	BORDER-BOTTOM: #444444 1px ridge;}	

.vcButton {font-family : verdana, arial;
	BORDER-RIGHT: #444444 1px solid;
	BORDER-TOP: #444444 1px solid;
	FONT-SIZE: 11px;
	BACKGROUND: #CCCCCC;
	BORDER-LEFT: #444444 1px solid;
	COLOR: #222222;
	BORDER-BOTTOM: #444444 1px solid;}		

UL {list-style-type: disc;
    color: #0000000;}
LI {font-family: verdana, arial;
    font-size: 12px;
    color: #000000;}

dd {font-family: verdana, arial;
    font-size: 12px;
    color: #000000;}

dt {font-family: verdana, arial;
    font-size: 12px;
    color: #000000;}
	
A:link {color: #000066;
font-family : verdana, arial;
font-size: 12px;
text-decoration: underline;}

A:visited {color: #000066;
font-family : verdana, arial;
font-size: 12px;
text-decoration: underline;}

.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #cee3ef;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0;
	background-color: #cee3ef;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #cee3ef;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}