/* NS4 CSS Document */
.blueTxt {color: #003366;font-weight: bold;}
.smallTxt {font-size: 0.9em;}
body, td, th, div, span, table { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color: #333333;}
hr { margin:0; padding: 0; color:#8CACBB;}
h1, h2, h3, h4 { color: #00000; font-family: Verdana, Helvetica, sans-serif; font-size: 18px;}
abbr, acronym { border-bottom: 1px dotted #436976; cursor: help; }
blockquote { font-family: Times New Roman, Times, serif; font-style: italic; font-size: 12px; }

/*Body tag doesn't work in tables. Paragraph tag helps text to be formated correctly.*/
p { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; }
a:link {
	text-decoration: underline;
    /*color: #436976;*/
	color: #009900;
    background-color: transparent;
}
a:visited {
	color: Purple;
    background-color: transparent;
}
a:active {
	color: Red;
    background-color: transparent;
}
a:hover {
	/*color: #ff730c; - orange*/
	color: #009900;
	background-color: #DEE7EC;
}
/*Side menu and unordered lists*/
ul { line-height: 1.5em; list-style-type: square; }
ul a { text-decoration: underline; }
li {font-weight:normal; list-style: circle;	font-size: 0.9em; }
/*Heading for Log In text*/
.login { 
    color: Black;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1.2em;
	font-weight: Bold;
}
/*For submit button */
.button { cursor: pointer; font-weight: normal; }
.footer {
	font: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
    color: Black;
    text-align: center;
}
