body {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; color: #000000
}

td { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; color: #000000
}
p { 
font-family: Arial, Helvetica, sans-serif; 
}

.header {
	color : #FFFFFF;
	border : white;
	letter-spacing : normal;
	font-weight : bold;
	font-size: small;
	background-color: #38A6D6;
	background-image: url(../../designimgs/novalek_header_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.subheading { 
font-size: 16px; 
color: #003373; 
font-weight: bold 
}
.highlight { 
font-size: 12px; 
color: #003373; 
font-weight: bold 
}

a { 
color: #1E7BC1; 
text-decoration: none
}
a:visited {
color: #1E7BC1; 
text-decoration: none
}
a:hover {color: #FF0000; 
text-decoration: underline
}

.topnav { 
font-size: 11px; 
color: #003373; 
font-weight: bold; 
text-decoration: none
}
.topnav:link { font-size: 11px; color: #003373; font-weight: bold; text-decoration: none}
.topnav:visited { font-size: 11px; color: #003373; font-weight: bold; text-decoration: none}
.topnav:hover { font-size: 11px; color: #FF0000; font-weight: bold; text-decoration: none}
.subMenu { font-size: 11px; color: #003373; font-weight: bold;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #003373; font-weight: bold;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #003373; font-weight: bold;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #FF0000; font-weight: bold;text-decoration: none}


.footer { font-size: 10px; color: #003373; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #003373; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #003373; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #FF0000; font-weight: normal; text-decoration: underline}


.inputbox {
	background-color : grey;
	border-style: grey;
	border-width : 1px 3px 1px 3px;
	margin : 2px 4px 2px 4px ;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	height : 18px;
	vertical-align : middle;
}

.button {
	background-color : #grey;
	border-style: grey;
	border-width : 1px 3px 1px 3px;
	margin : 2px 4px 2px 4px ;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	height : 18px;
	vertical-align : middle;
}


.desc {
	background-color : white;
	font : x-small;
	color : #666666;
	padding : 3px;
}

.list {
	font : x-small;
	border-bottom : thin groove #000066;
}

h1 {
	font : bold large;
	text-decoration : underline;
	text-transform : capitalize;
	font-variant : small-caps;
}
