td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;


}

body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  line-height : 15px;  }

.navbar {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal}

a:link {  color: #333333; text-decoration: none}
a:active {  color: #000000; text-decoration: none}
a:visited {  color: #000000; text-decoration: none}
a:hover {
	color: #000066;
	text-decoration: underline;
	font-weight: normal;
}

.smallertext {  font-size: 11px}

.smallesttext {  font-size: 10px; line-height: 16px}

h3 {  font-weight: normal; font-size: 18px; background-color: #EEDDCC; color: #438989}
h5 {  font-weight: bold; background-color: #CCCCCC; margin-left: 20px; color: #FFFFFF}
p { margin-left: 5px}

.fadediv { -moz-opacity: 70%; filter: alpha(opacity=70)}

.BlueFont {
	color: #1C204F;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;

}

/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
 background-color: #EFEFEF;
}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}

div.box {
	height:100px; 
	width:275px; 
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;

	overflow: auto; 
	overflow-x: hidden;
	overflow-y: scroll;

	margin-top: 1px;
	margin-bottom: 1px;
}

textarea.box {
	margin-top: -1px;
	height:100px;
	width:275px;
}
.boxtd {
	left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
