/* CSS Document */

/* Generic body fonts */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

table.tblMain{
	border:  #000000 2px solid;

}

a {
	color: #003300;
}

a:hover{
	color: #394366;
}


img.thinBorder{
	border: #666666 1px solid;
}

/* Menu styles  */

td.menuCell{
	background-color: #9E9E7D;
	border-bottom: #FFFFFF 1px solid;
	height: 22px;
	min-height: 22px;
} 

td.headerCell {
	background-color: #E4E4CA;
	font-weight: bold;
	font-size: 14px;
	color: #003300;
	text-align: center;
	line-height: 1.3;
}

a.menu {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	line-height: 1.6;
	text-decoration: none;
}

a.menu:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	padding-left: 5px;
	line-height: 1.6;
}

table.menuTable {
	border-right: #333333 1px solid;
}
	
td.leftMenuCell {
	background-color:#CCCCCC;
	vertical-align: top;
}

/*  Footer  */
td.footerCell {
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 2;
}

/* Stern Fonts  */

.sternHeading{
	font-size: 16px;
	color: #394366;
	font-weight: bold;
}

td.contentCell{
	background-color: #FFFFFF;
}

td.titleCell{
	background-color: #CBDFED;
	border-bottom: #000000 3px solid;
}



.galleryText{
	color: #333333;
	font-size: 11px;
}

td.notice1{
	font-size: 12px;
	background-color: #003333;
	color: #FFFFFF;
	border: #666666 1px solid;
}

td.notice2{
	font-size: 12px;
	background-color: #EEEEEE;
	color: #000000;
	border: #666666 1px solid;
}


td.notice3{
	font-size: 12px;
	background-color: #660000;
	color: #FFFFFF;
	border: #666666 1px solid;
}

.whiteBG{
	background-color: #FFFFFF;
}

@media print{

	td.leftMenuCell {
		display: none;
	}
	
	.contentCell{
		border: #FFFFFF 0px solid;
	}

	td.footerCell {
		display: none;
	}
}