.note { 
    background: lightyellow;
    padding: 5pt;
    font-family: Arial;
    font-size: 10pt;
    font-style: italic;
 }
body{
    background: #fdfdfd;
    font-family: Arial;
}
td{font-size: 8pt;font-family: arial;vertical-align: top}
checkbox,input,button,submit,select,checkbox,textarea{
    color: black;
    font-family: Arial;
    font-size: 8pt;
    background-color: orange; 
    border-top: 1pt solid orange;
    border-left: 1pt solid orange;
    border-bottom: 1pt solid silver;
    border-right: 1pt solid silver;
}
th,h4{font-size: 8pt;font-family: arial;font-weight : bold;}
h3{font-size: 10pt;font-family: arial;font-weight : bold;}
li{font-size: 9pt;font-family: arial;vertical-align: top}

.fixedSize{width: 80px;height : 70px;
}
.fixedLongSize{width: 500px;height : 60px;
}
.pageHeading{
	letter-spacing : 4pt;
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial;
        padding-bottom: 5pt;
	border-bottom: 1pt solid orange;
        margin-bottom: 3pt;
}
.pageFooter{
    margin-top: 1em;border-top: 1px solid orange;
}
a{
	color: black;
	text-decoration : none;
	font-style : normal;
	font-size : 8pt;
	font-family: arial;
        font-weight: bold;
}
a:hover{
	color: black;
	text-decoration : underline;
	font-style : normal;
	font-size : 8pt;
	font-family: arial;
        font-weight: bold;
}
.imageBorder{
    background: orange;
    border-top: 1pt solid orange;
    border-left: 1pt solid orange;
    padding: 1px;
    border-right: 2pt solid silver;
    border-bottom: 2pt solid silver;
}
.tab{
	padding-right: 1pt;
	padding-left: 1pt;
	padding-bottom: 0pt;
	margin-bottom: 2pt;
	border-right: 1pt groove blue;
}
.menuBar{
    background: orange;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver
}
.subMenuBar{
    background: #ffde92;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver
}

.blur{
	background-color: silver; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}
.content{

	position: relative;
	bottom: 3px;
	right: 3px;
	background-color: white; /*background color of content*/
	color: black; /*text color of content*/
	border: 1px solid orange; /*border color*/
	/*padding: .5em 2ex;*/
}
#listMenu a:link{padding-left: 20px}
#listMenu a:visited{padding-left: 20px}
#listMenu a:hover
{
    color: black;
    padding-left: 20px;
    background: url('../images/listIcon.jpg');
    background-repeat: no-repeat;
}
